Shades of Ruby #E80870
Tints of Ruby #E80870
RGB
CMYK
RGB Variations
Color information
#E80870 (or 0xE80870) is known color: Ruby. HEX triplet: E8, 08 and 70. RGB value is (232,8,112). Sum of RGB (Red+Green+Blue) = 232+8+112=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E80870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80870 is #17F78F. Grayscale: #565656. Windows color (decimal): -1570704 or 7342312. OLE color: 7342312.
HSL color Cylindrical-coordinate representation of color #E80870: hue angle of 332.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80870 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 112 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.09 |
| HSL | 332.14º | 0.93% | 0.47% | - |
| HSV(B) | 332.14º | 0.97% | 0.91% | - |
| XYZ | 36.29 | 18.5 | 16.99 | - |
| YUV | 86.83 | 142.21 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 112 | 0 | 0.97 | 0.52 | 0.09 | 332.14 | 0.93 | 0.47 |
| Hex | E8 | 8 | 70 | 0 | 61 | 34 | 9 | 14C | 5D | 2F |
| Octal | 350 | 10 | 160 | 0 | 141 | 64 | 11 | 514 | 135 | 57 |
| Binary | 11101000 | 1000 | 1110000 | 0 | 1100001 | 110100 | 1001 | 101001100 | 1011101 | 101111 |
Color Harmonies of #E80870
Complementary color
Monochromatic Colors of #E80870
Black with #E80870
Text Example
Text Example
White with #E80870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80870; }
p { color: rgb(232,8,112); }
H1.HeaderClassName
{
color: #E80870;
}
.AnyTagClassName
{
color: #E80870;
}
</style>
background-color css
<style>
a { background-color: #E80870; }
a { background-color: rgb(232,8,112); }
div.DivClassName
{
background-color: #E80870;
}
.BgClassName
{
background-color: #E80870;
}
</style>
border-color css
<style>
span { border-color: #E80870; }
span { border-color: rgb(232,8,112); }
td.TdClassName
{
border-color: #E80870;
}
.TagClassName
{
border-color: #E80870;
}
</style>