Shades of Ruby #E81970
Tints of Ruby #E81970
RGB
CMYK
RGB Variations
Color information
#E81970 (or 0xE81970) is known color: Ruby. HEX triplet: E8, 19 and 70. RGB value is (232,25,112). Sum of RGB (Red+Green+Blue) = 232+25+112=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E81970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81970 is #17E68F. Grayscale: #606060. Windows color (decimal): -1566352 or 7346664. OLE color: 7346664.
HSL color Cylindrical-coordinate representation of color #E81970: hue angle of 334.78º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81970 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 112 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.09 |
| HSL | 334.78º | 0.82% | 0.5% | - |
| HSV(B) | 334.78º | 0.89% | 0.91% | - |
| XYZ | 36.55 | 19.02 | 17.07 | - |
| YUV | 96.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 112 | 0 | 0.89 | 0.52 | 0.09 | 334.78 | 0.82 | 0.5 |
| Hex | E8 | 19 | 70 | 0 | 59 | 34 | 9 | 14F | 52 | 32 |
| Octal | 350 | 31 | 160 | 0 | 131 | 64 | 11 | 517 | 122 | 62 |
| Binary | 11101000 | 11001 | 1110000 | 0 | 1011001 | 110100 | 1001 | 101001111 | 1010010 | 110010 |
Color Harmonies of #E81970
Complementary color
Monochromatic Colors of #E81970
Black with #E81970
Text Example
Text Example
White with #E81970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81970; }
p { color: rgb(232,25,112); }
H1.HeaderClassName
{
color: #E81970;
}
.AnyTagClassName
{
color: #E81970;
}
</style>
background-color css
<style>
a { background-color: #E81970; }
a { background-color: rgb(232,25,112); }
div.DivClassName
{
background-color: #E81970;
}
.BgClassName
{
background-color: #E81970;
}
</style>
border-color css
<style>
span { border-color: #E81970; }
span { border-color: rgb(232,25,112); }
td.TdClassName
{
border-color: #E81970;
}
.TagClassName
{
border-color: #E81970;
}
</style>