#E21DA0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E21DA0
Visually, #E21DA0 is defined as a vivid magenta. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(226, 29, 160).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 87% magenta, 29% yellow, and 11% black. With a hue angle of 320.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E21DA0
RGB226, 29, 160
HSL320.1°, 77.3%, 50.0%
CMYK0%, 87%, 29%, 11%
HSV320.1°, 87.2%, 88.6%
LAB51.4, 78.5, -20.9
XYZ38.1, 19.6, 35.0
Decimal14818720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E21DA0;
}
.text-color {
color: #E21DA0;
}
.border-color {
border: 2px solid #E21DA0;
}