#E200FF
A medium, vivid magenta closely aligning with Fuchsia.
About #E200FF
The hex code #E200FF represents a beautifully specific shade of magenta. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(226, 0, 255).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 11% cyan, 100% magenta, 0% yellow, and 0% black. With a hue angle of 293.2 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E200FF
RGB226, 0, 255
HSL293.2°, 100.0%, 50.0%
CMYK11%, 100%, 0%, 0%
HSV293.2°, 100.0%, 100.0%
LAB55.5, 94.0, -68.9
XYZ49.4, 23.4, 96.5
Decimal14811391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.68:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E200FF;
}
.text-color {
color: #E200FF;
}
.border-color {
border: 2px solid #E200FF;
}