Shades of Ruby #E80E71
Tints of Ruby #E80E71
RGB
CMYK
RGB Variations
Color information
#E80E71 (or 0xE80E71) is known color: Ruby. HEX triplet: E8, 0E and 71. RGB value is (232,14,113). Sum of RGB (Red+Green+Blue) = 232+14+113=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80E71 is #17F18E. Grayscale: #5A5A5A. Windows color (decimal): -1569167 or 7409384. OLE color: 7409384.
HSL color Cylindrical-coordinate representation of color #E80E71: hue angle of 332.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80E71 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 113 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.09 |
| HSL | 332.75º | 0.89% | 0.48% | - |
| HSV(B) | 332.75º | 0.94% | 0.91% | - |
| XYZ | 36.42 | 18.66 | 17.31 | - |
| YUV | 90.47 | 140.72 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 113 | 0 | 0.94 | 0.51 | 0.09 | 332.75 | 0.89 | 0.48 |
| Hex | E8 | E | 71 | 0 | 5E | 33 | 9 | 14D | 59 | 30 |
| Octal | 350 | 16 | 161 | 0 | 136 | 63 | 11 | 515 | 131 | 60 |
| Binary | 11101000 | 1110 | 1110001 | 0 | 1011110 | 110011 | 1001 | 101001101 | 1011001 | 110000 |
Color Harmonies of #E80E71
Complementary color
Monochromatic Colors of #E80E71
Black with #E80E71
Text Example
Text Example
White with #E80E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80E71; }
p { color: rgb(232,14,113); }
H1.HeaderClassName
{
color: #E80E71;
}
.AnyTagClassName
{
color: #E80E71;
}
</style>
background-color css
<style>
a { background-color: #E80E71; }
a { background-color: rgb(232,14,113); }
div.DivClassName
{
background-color: #E80E71;
}
.BgClassName
{
background-color: #E80E71;
}
</style>
border-color css
<style>
span { border-color: #E80E71; }
span { border-color: rgb(232,14,113); }
td.TdClassName
{
border-color: #E80E71;
}
.TagClassName
{
border-color: #E80E71;
}
</style>