Shades of Ruby #E80E73
Tints of Ruby #E80E73
RGB
CMYK
RGB Variations
Color information
#E80E73 (or 0xE80E73) is known color: Ruby. HEX triplet: E8, 0E and 73. RGB value is (232,14,115). Sum of RGB (Red+Green+Blue) = 232+14+115=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80E73 is #17F18C. Grayscale: #5A5A5A. Windows color (decimal): -1569165 or 7540456. OLE color: 7540456.
HSL color Cylindrical-coordinate representation of color #E80E73: hue angle of 332.2º 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 #E80E73 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 115 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.09 |
| HSL | 332.2º | 0.89% | 0.48% | - |
| HSV(B) | 332.2º | 0.94% | 0.91% | - |
| XYZ | 36.53 | 18.71 | 17.91 | - |
| YUV | 90.7 | 141.72 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 115 | 0 | 0.94 | 0.50 | 0.09 | 332.2 | 0.89 | 0.48 |
| Hex | E8 | E | 73 | 0 | 5E | 32 | 9 | 14C | 59 | 30 |
| Octal | 350 | 16 | 163 | 0 | 136 | 62 | 11 | 514 | 131 | 60 |
| Binary | 11101000 | 1110 | 1110011 | 0 | 1011110 | 110010 | 1001 | 101001100 | 1011001 | 110000 |
Color Harmonies of #E80E73
Complementary color
Monochromatic Colors of #E80E73
Black with #E80E73
Text Example
Text Example
White with #E80E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80E73; }
p { color: rgb(232,14,115); }
H1.HeaderClassName
{
color: #E80E73;
}
.AnyTagClassName
{
color: #E80E73;
}
</style>
background-color css
<style>
a { background-color: #E80E73; }
a { background-color: rgb(232,14,115); }
div.DivClassName
{
background-color: #E80E73;
}
.BgClassName
{
background-color: #E80E73;
}
</style>
border-color css
<style>
span { border-color: #E80E73; }
span { border-color: rgb(232,14,115); }
td.TdClassName
{
border-color: #E80E73;
}
.TagClassName
{
border-color: #E80E73;
}
</style>