#E20099
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E20099
The precise color #E20099 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 226 red, 0 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 32% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E20099
RGB226, 0, 153
HSL319.4°, 100.0%, 44.3%
CMYK0%, 100%, 32%, 11%
HSV319.4°, 100.0%, 88.6%
LAB50.1, 80.7, -18.7
XYZ37.1, 18.5, 31.7
Decimal14811289
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.47:1
Text on #FFFFFF
AA Large
4.69:1
Text on #000000
AA
4.28:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20099;
}
.text-color {
color: #E20099;
}
.border-color {
border: 2px solid #E20099;
}