#E20FA8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E20FA8
Visually, #E20FA8 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 226 red, 15 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 93% M, 26% Y, and 11% K. 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. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E20FA8
RGB226, 15, 168
HSL316.5°, 87.6%, 47.3%
CMYK0%, 93%, 26%, 11%
HSV316.5°, 93.4%, 88.6%
LAB51.1, 81.1, -26.1
XYZ38.6, 19.3, 38.7
Decimal14815144
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: #E20FA8;
}
.text-color {
color: #E20FA8;
}
.border-color {
border: 2px solid #E20FA8;
}