#E200E9
A medium, vivid magenta closely aligning with Fuchsia.
About #E200E9
At its core, #E200E9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(226, 0, 233).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 3% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E200E9
RGB226, 0, 233
HSL298.2°, 100.0%, 45.7%
CMYK3%, 100%, 0%, 9%
HSV298.2°, 100.0%, 91.4%
LAB54.1, 90.7, -58.8
XYZ46.1, 22.1, 78.9
Decimal14811369
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.88:1
Text on #FFFFFF
AA Large
5.41:1
Text on #000000
AA
3.71:1
Text on #F8FAFC
AA Large
4.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E200E9;
}
.text-color {
color: #E200E9;
}
.border-color {
border: 2px solid #E200E9;
}