#E250FF
A light, vivid magenta closely aligning with Fuchsia.
About #E250FF
Visually, #E250FF is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 80, and 255.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 11% cyan, 69% magenta, 0% yellow, and 0% black. The HSL representation is 290.1° hue, 100.0% saturation, and 65.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E250FF
RGB226, 80, 255
HSL290.1°, 100.0%, 65.7%
CMYK11%, 69%, 0%, 0%
HSV290.1°, 68.6%, 100.0%
LAB60.9, 78.2, -60.2
XYZ52.3, 29.1, 97.5
Decimal14831871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.83:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E250FF;
}
.text-color {
color: #E250FF;
}
.border-color {
border: 2px solid #E250FF;
}