#E200E2
A medium, vivid magenta closely aligning with Fuchsia.
About #E200E2
At its core, #E200E2 is a medium and vivid hue. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 0, and 226.
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, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E200E2
RGB226, 0, 226
HSL300.0°, 100.0%, 44.3%
CMYK0%, 100%, 0%, 11%
HSV300.0°, 100.0%, 88.6%
LAB53.7, 89.7, -55.5
XYZ45.1, 21.7, 73.8
Decimal14811362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E200E2;
}
.text-color {
color: #E200E2;
}
.border-color {
border: 2px solid #E200E2;
}