Raspberry Hex Code — #E30B5C
RGB, HSL, and CMYK values for Raspberry.
Raspberry Color Values
| Format | Value |
|---|---|
| HEX | #E30B5C |
| RGB | rgb(227, 11, 92) |
| HSL | hsl(338, 91%, 47%) |
| CMYK | cmyk(0%, 95%, 59%, 11%) |
Want to explore more shades? Use our Color Converter
About Raspberry
Color psychology: Boldness, action.
Raspberry (#E30B5C) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where boldness, action are desired associations.
How to Use Raspberry in CSS
/* Using HEX */ color: #E30B5C; background-color: #E30B5C; /* Using RGB */ color: rgb(227, 11, 92); /* Using HSL */ color: hsl(338, 91%, 47%);