Color #E61980
#E61980rgb(230, 25, 128)
Color Codes
HEX#E61980
RGBrgb(230, 25, 128)
HSLhsl(330°, 80%, 50%)
CMYKcmyk(0%, 89%, 44%, 10%)
CIELABLab(50.8, 76.8, -2.5)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #E61980;color: #E61980;border: 2px solid #E61980;background: linear-gradient(135deg, #E61980, #19e67f);Code Export
css
:root {
--color-primary: #e61980;
--color-primary-rgb: 230, 25, 128;
--color-primary-hsl: 330, 80%, 50%;
}