#E900F0
A medium, vivid magenta closely aligning with Fuchsia.
About #E900F0
The hex code #E900F0 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 233 red, 0 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 3% cyan and 100% magenta inks. The HSL representation is 298.2° hue, 100.0% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E900F0
RGB233, 0, 240
HSL298.2°, 100.0%, 47.1%
CMYK3%, 100%, 0%, 6%
HSV298.2°, 100.0%, 94.1%
LAB55.7, 92.8, -60.1
XYZ49.3, 23.6, 84.4
Decimal15270128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.72:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E900F0;
}
.text-color {
color: #E900F0;
}
.border-color {
border: 2px solid #E900F0;
}