#E21DA8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E21DA8
At its core, #E21DA8 is a medium and vivid hue. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(226, 29, 168).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 87% magenta inks. 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E21DA8
RGB226, 29, 168
HSL317.7°, 77.3%, 50.0%
CMYK0%, 87%, 26%, 11%
HSV317.7°, 87.2%, 88.6%
LAB51.7, 79.3, -25.1
XYZ38.9, 19.9, 38.8
Decimal14818728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.97:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E21DA8;
}
.text-color {
color: #E21DA8;
}
.border-color {
border: 2px solid #E21DA8;
}