#E900F8
A medium, vivid magenta closely aligning with Fuchsia.
About #E900F8
Visually, #E900F8 is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 233 red, 0 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 6% cyan and 100% magenta inks. The HSL representation is 296.4° hue, 100.0% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E900F8
RGB233, 0, 248
HSL296.4°, 100.0%, 48.6%
CMYK6%, 100%, 0%, 3%
HSV296.4°, 100.0%, 97.3%
LAB56.2, 93.9, -63.8
XYZ50.5, 24.1, 90.8
Decimal15270136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.82:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E900F8;
}
.text-color {
color: #E900F8;
}
.border-color {
border: 2px solid #E900F8;
}