#E249AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E249AF
At its core, #E249AF is a medium and vivid hue. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(226, 73, 175).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 68% M, 23% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E249AF
RGB226, 73, 175
HSL320.0°, 72.5%, 58.6%
CMYK0%, 68%, 23%, 11%
HSV320.0°, 67.7%, 88.6%
LAB56.1, 68.4, -22.4
XYZ41.5, 24.0, 43.0
Decimal14829999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E249AF;
}
.text-color {
color: #E249AF;
}
.border-color {
border: 2px solid #E249AF;
}