#E20799
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E20799
Visually, #E20799 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(226, 7, 153).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 97% M, 32% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E20799
RGB226, 7, 153
HSL320.0°, 94.0%, 45.7%
CMYK0%, 97%, 32%, 11%
HSV320.0°, 96.9%, 88.6%
LAB50.2, 80.2, -18.4
XYZ37.2, 18.6, 31.8
Decimal14813081
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20799;
}
.text-color {
color: #E20799;
}
.border-color {
border: 2px solid #E20799;
}