#E200AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E200AF
At its core, #E200AF is a medium and vivid hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(226, 0, 175).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 100% magenta, 23% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E200AF
RGB226, 0, 175
HSL313.5°, 100.0%, 44.3%
CMYK0%, 100%, 23%, 11%
HSV313.5°, 100.0%, 88.6%
LAB51.0, 83.1, -30.3
XYZ39.1, 19.3, 42.2
Decimal14811311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E200AF;
}
.text-color {
color: #E200AF;
}
.border-color {
border: 2px solid #E200AF;
}