#E249B6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E249B6
Visually, #E249B6 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(226, 73, 182).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. With a hue angle of 317.3 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E249B6
RGB226, 73, 182
HSL317.3°, 72.5%, 58.6%
CMYK0%, 68%, 19%, 11%
HSV317.3°, 67.7%, 88.6%
LAB56.4, 69.4, -26.0
XYZ42.2, 24.3, 46.7
Decimal14830006
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E249B6;
}
.text-color {
color: #E249B6;
}
.border-color {
border: 2px solid #E249B6;
}