#E200B6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E200B6
Visually, #E200B6 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. Its digital footprint relies on 226 parts red, 0 parts green, and 182 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. With a hue angle of 311.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E200B6
RGB226, 0, 182
HSL311.7°, 100.0%, 44.3%
CMYK0%, 100%, 19%, 11%
HSV311.7°, 100.0%, 88.6%
LAB51.3, 83.9, -33.9
XYZ39.8, 19.5, 45.9
Decimal14811318
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.28:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.09:1
Text on #F8FAFC
AA Large
4.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E200B6;
}
.text-color {
color: #E200B6;
}
.border-color {
border: 2px solid #E200B6;
}