#E200A0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E200A0
At its core, #E200A0 is a medium and vivid hue. It is closely associated with the named CSS color Mediumvioletred. Its digital footprint relies on 226 parts red, 0 parts green, and 160 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. The HSL representation is 317.5° hue, 100.0% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E200A0
RGB226, 0, 160
HSL317.5°, 100.0%, 44.3%
CMYK0%, 100%, 29%, 11%
HSV317.5°, 100.0%, 88.6%
LAB50.3, 81.4, -22.5
XYZ37.7, 18.7, 34.9
Decimal14811296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E200A0;
}
.text-color {
color: #E200A0;
}
.border-color {
border: 2px solid #E200A0;
}