Shades of Ruby #E80873
Tints of Ruby #E80873
RGB
CMYK
RGB Variations
Color information
#E80873 (or 0xE80873) is known color: Ruby. HEX triplet: E8, 08 and 73. RGB value is (232,8,115). Sum of RGB (Red+Green+Blue) = 232+8+115=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E80873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80873 is #17F78C. Grayscale: #565656. Windows color (decimal): -1570701 or 7538920. OLE color: 7538920.
HSL color Cylindrical-coordinate representation of color #E80873: hue angle of 331.34º 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 #E80873 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 115 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.09 |
| HSL | 331.34º | 0.93% | 0.47% | - |
| HSV(B) | 331.34º | 0.97% | 0.91% | - |
| XYZ | 36.46 | 18.57 | 17.88 | - |
| YUV | 87.17 | 143.71 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 115 | 0 | 0.97 | 0.50 | 0.09 | 331.34 | 0.93 | 0.47 |
| Hex | E8 | 8 | 73 | 0 | 61 | 32 | 9 | 14B | 5D | 2F |
| Octal | 350 | 10 | 163 | 0 | 141 | 62 | 11 | 513 | 135 | 57 |
| Binary | 11101000 | 1000 | 1110011 | 0 | 1100001 | 110010 | 1001 | 101001011 | 1011101 | 101111 |
Color Harmonies of #E80873
Complementary color
Monochromatic Colors of #E80873
Black with #E80873
Text Example
Text Example
White with #E80873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80873; }
p { color: rgb(232,8,115); }
H1.HeaderClassName
{
color: #E80873;
}
.AnyTagClassName
{
color: #E80873;
}
</style>
background-color css
<style>
a { background-color: #E80873; }
a { background-color: rgb(232,8,115); }
div.DivClassName
{
background-color: #E80873;
}
.BgClassName
{
background-color: #E80873;
}
</style>
border-color css
<style>
span { border-color: #E80873; }
span { border-color: rgb(232,8,115); }
td.TdClassName
{
border-color: #E80873;
}
.TagClassName
{
border-color: #E80873;
}
</style>