Pinterest Red Hex Code — #E60023
RGB, HSL, and CMYK values for Pinterest Red.
Pinterest Red Color Values
| Format | Value |
|---|---|
| HEX | #E60023 |
| RGB | rgb(230, 0, 35) |
| HSL | hsl(351, 100%, 45%) |
| CMYK | cmyk(0%, 100%, 85%, 10%) |
Want to explore more shades? Use our Color Converter
About Pinterest Red
Color psychology: Inspiration, creativity.
Pinterest Red (#E60023) is a medium shade of red. It's commonly used in web design, graphic design, and branding where inspiration, creativity are desired associations.
How to Use Pinterest Red in CSS
/* Using HEX */ color: #E60023; background-color: #E60023; /* Using RGB */ color: rgb(230, 0, 35); /* Using HSL */ color: hsl(351, 100%, 45%);