What is the HEX code for purple pink?
The CSS color purple pink in HEX format is #e03fd8. Use this value directly in CSS, SVG, and most design tools.
How do I use purple pink in CSS?
To apply purple pink in CSS:
- Text color: color: #e03fd8;
- Background: background-color: #e03fd8;
- Border: border-color: #e03fd8;
What are all the color format values for purple pink?
| Format | Value |
|---|---|
| HEX | #e03fd8 |
| RGB | rgb(224, 63, 216) |
| HSL | hsl(303, 72.2%, 56.3%) |
| CMYK | cmyk(0%, 71.9%, 3.6%, 12.2%) |
How do I convert purple pink to HEX?
Select purple pink from the color name list in our color converter. The HEX value — #e03fd8 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purple pink belong to?
purple pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 303°, saturation 72.2%, lightness 56.3%.
How do I create lighter and darker shades of purple pink?
Lighter variant (lightness 71.3%): #eb81e5. Darker variant (lightness 41.3%): #b51dae. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.