#E200F0
A medium, vivid magenta closely aligning with Fuchsia.
About #E200F0
At its core, #E200F0 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, 240).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 6% C, 100% M, 0% Y, and 6% K. With a hue angle of 296.5 degrees, it sits comfortably in the magenta spectrum.
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#E200F0
RGB226, 0, 240
HSL296.5°, 100.0%, 47.1%
CMYK6%, 100%, 0%, 6%
HSV296.5°, 100.0%, 94.1%
LAB54.5, 91.7, -62.1
XYZ47.1, 22.5, 84.3
Decimal14811376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E200F0;
}
.text-color {
color: #E200F0;
}
.border-color {
border: 2px solid #E200F0;
}