Ruby Hex Code — #E0115F
RGB, HSL, and CMYK values for Ruby.
Ruby Color Values
| Format | Value |
|---|---|
| HEX | #E0115F |
| RGB | rgb(224, 17, 95) |
| HSL | hsl(337, 86%, 47%) |
| CMYK | cmyk(0%, 92%, 58%, 12%) |
Want to explore more shades? Use our Color Converter
About Ruby
Color psychology: Luxury, passion.
Ruby (#E0115F) is a medium shade of red. It's commonly used in web design, graphic design, and branding where luxury, passion are desired associations.
How to Use Ruby in CSS
/* Using HEX */ color: #E0115F; background-color: #E0115F; /* Using RGB */ color: rgb(224, 17, 95); /* Using HSL */ color: hsl(337, 86%, 47%);