#E257B6
A light, vivid magenta closely aligning with Hotpink.
About #E257B6
Visually, #E257B6 is defined as a vivid magenta. Its closest recognized web color is Hotpink. In the RGB color space, it consists of 226 red, 87 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 62% magenta, 19% yellow, and 11% black. With a hue angle of 319.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E257B6
RGB226, 87, 182
HSL319.0°, 70.6%, 61.4%
CMYK0%, 62%, 19%, 11%
HSV319.0°, 61.5%, 88.6%
LAB58.4, 63.9, -23.0
XYZ43.2, 26.4, 47.1
Decimal14833590
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.27:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E257B6;
}
.text-color {
color: #E257B6;
}
.border-color {
border: 2px solid #E257B6;
}