#E200DB
A medium, vivid magenta closely aligning with Fuchsia.
About #E200DB
Visually, #E200DB is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 226 red, 0 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E200DB
RGB226, 0, 219
HSL301.9°, 100.0%, 44.3%
CMYK0%, 100%, 3%, 11%
HSV301.9°, 100.0%, 88.6%
LAB53.3, 88.7, -52.2
XYZ44.2, 21.3, 68.8
Decimal14811355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.26:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E200DB;
}
.text-color {
color: #E200DB;
}
.border-color {
border: 2px solid #E200DB;
}