#E242F0
A light, vivid magenta closely aligning with Fuchsia.
About #E242F0
When working with digital screens, the color #E242F0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 226 red, 66 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. The color uses 6% Cyan, 72% Magenta, 0% Yellow, and 6% Black. With a hue angle of 295.2 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E242F0
RGB226, 66, 240
HSL295.2°, 85.3%, 60.0%
CMYK6%, 72%, 0%, 6%
HSV295.2°, 72.5%, 94.1%
LAB58.4, 80.5, -55.9
XYZ49.0, 26.4, 84.9
Decimal14828272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.27:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E242F0;
}
.text-color {
color: #E242F0;
}
.border-color {
border: 2px solid #E242F0;
}