Instagram Pink Hex Code — #E4405F
RGB, HSL, and CMYK values for Instagram Pink.
Instagram Pink Color Values
| Format | Value |
|---|---|
| HEX | #E4405F |
| RGB | rgb(228, 64, 95) |
| HSL | hsl(349, 75%, 57%) |
| CMYK | cmyk(0%, 72%, 58%, 11%) |
Want to explore more shades? Use our Color Converter
About Instagram Pink
Color psychology: Creativity, sharing.
Instagram Pink (#E4405F) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where creativity, sharing are desired associations.
How to Use Instagram Pink in CSS
/* Using HEX */ color: #E4405F; background-color: #E4405F; /* Using RGB */ color: rgb(228, 64, 95); /* Using HSL */ color: hsl(349, 75%, 57%);