Shades of Ruby #E71970
Tints of Ruby #E71970
RGB
CMYK
RGB Variations
Color information
#E71970 (or 0xE71970) is known color: Ruby. HEX triplet: E7, 19 and 70. RGB value is (231,25,112). Sum of RGB (Red+Green+Blue) = 231+25+112=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E71970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71970 is #18E68F. Grayscale: #606060. Windows color (decimal): -1631888 or 7346663. OLE color: 7346663.
HSL color Cylindrical-coordinate representation of color #E71970: hue angle of 334.66º degrees, saturation: 0.81, 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 #E71970 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 112 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.09 |
| HSL | 334.66º | 0.81% | 0.5% | - |
| HSV(B) | 334.66º | 0.89% | 0.91% | - |
| XYZ | 36.23 | 18.85 | 17.06 | - |
| YUV | 96.51 | 136.75 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 112 | 0 | 0.89 | 0.52 | 0.09 | 334.66 | 0.81 | 0.5 |
| Hex | E7 | 19 | 70 | 0 | 59 | 34 | 9 | 14F | 51 | 32 |
| Octal | 347 | 31 | 160 | 0 | 131 | 64 | 11 | 517 | 121 | 62 |
| Binary | 11100111 | 11001 | 1110000 | 0 | 1011001 | 110100 | 1001 | 101001111 | 1010001 | 110010 |
Color Harmonies of #E71970
Complementary color
Monochromatic Colors of #E71970
Black with #E71970
Text Example
Text Example
White with #E71970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71970; }
p { color: rgb(231,25,112); }
H1.HeaderClassName
{
color: #E71970;
}
.AnyTagClassName
{
color: #E71970;
}
</style>
background-color css
<style>
a { background-color: #E71970; }
a { background-color: rgb(231,25,112); }
div.DivClassName
{
background-color: #E71970;
}
.BgClassName
{
background-color: #E71970;
}
</style>
border-color css
<style>
span { border-color: #E71970; }
span { border-color: rgb(231,25,112); }
td.TdClassName
{
border-color: #E71970;
}
.TagClassName
{
border-color: #E71970;
}
</style>