Color #E87DCD
#E87DCDrgb(232, 125, 205)
Color Codes
HEX#E87DCD
RGBrgb(232, 125, 205)
HSLhsl(315°, 70%, 70%)
CMYKcmyk(0%, 46%, 12%, 9%)
CIELABLab(66.7, 51.5, -23.2)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #E87DCD;color: #E87DCD;border: 2px solid #E87DCD;background: linear-gradient(135deg, #E87DCD, #7de898);Code Export
css
:root {
--color-primary: #e87dcd;
--color-primary-rgb: 232, 125, 205;
--color-primary-hsl: 315, 70%, 70%;
}