#E207B6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E207B6
Visually, #E207B6 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. Its digital footprint relies on 226 parts red, 7 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 97% Magenta, 19% Yellow, and 11% Black. With a hue angle of 312.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#E207B6
RGB226, 7, 182
HSL312.1°, 94.0%, 45.7%
CMYK0%, 97%, 19%, 11%
HSV312.1°, 96.9%, 88.6%
LAB51.5, 83.4, -33.7
XYZ39.9, 19.7, 46.0
Decimal14813110
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E207B6;
}
.text-color {
color: #E207B6;
}
.border-color {
border: 2px solid #E207B6;
}