#E91E63
Material pink 500
#E91E63 is a magenta colour. In RGB it is 233 red, 30 green and 99 blue, which converts to a hue of 340 degrees, 82% saturation and 52% lightness. It is Material pink 500 in that design system's palette.
Color values
| HEX | #E91E63 |
|---|---|
| RGB | rgb(233, 30, 99) |
| HSL | hsl(340, 82%, 52%) |
| HSV | hsv(340, 87%, 91%) |
| CMYK | cmyk(0%, 87%, 58%, 9%) |
Contrast and accessibility
Against white the contrast ratio is 4.35:1, and against black it is 4.83:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 4.35:1 | Fail | AA |
| Black | 4.83:1 | AA | AAA |
Tints and shades
Lighter tints move #E91E63 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E91E63; |
|---|---|
| CSS rgb() | color: rgb(233 30 99); |
| Tailwind | bg-[#e91e63] |
| SwiftUI | Color(red: 0.914, green: 0.118, blue: 0.388) |
| Android | Color.parseColor("#E91E63") |
Closest named color
The nearest CSS colour keyword to #E91E63 is crimson (#DC143C).