#E21D99
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E21D99
The precise color #E21D99 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 29, and 153.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 87% M, 32% Y, and 11% K. With a hue angle of 322.2 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#E21D99
RGB226, 29, 153
HSL322.2°, 77.3%, 50.0%
CMYK0%, 87%, 32%, 11%
HSV322.2°, 87.2%, 88.6%
LAB51.1, 77.7, -17.1
XYZ37.6, 19.3, 31.9
Decimal14818713
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E21D99;
}
.text-color {
color: #E21D99;
}
.border-color {
border: 2px solid #E21D99;
}