Shades of Ruby #E71960
Tints of Ruby #E71960
RGB
CMYK
RGB Variations
Color information
#E71960 (or 0xE71960) is known color: Ruby. HEX triplet: E7, 19 and 60. RGB value is (231,25,96). Sum of RGB (Red+Green+Blue) = 231+25+96=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E71960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71960 is #18E69F. Grayscale: #5E5E5E. Windows color (decimal): -1631904 or 6298087. OLE color: 6298087.
HSL color Cylindrical-coordinate representation of color #E71960: hue angle of 339.32º 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 #E71960 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 96 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.09 |
| HSL | 339.32º | 0.81% | 0.5% | - |
| HSV(B) | 339.32º | 0.89% | 0.91% | - |
| XYZ | 35.41 | 18.53 | 12.78 | - |
| YUV | 94.69 | 128.75 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 96 | 0 | 0.89 | 0.58 | 0.09 | 339.32 | 0.81 | 0.5 |
| Hex | E7 | 19 | 60 | 0 | 59 | 3A | 9 | 153 | 51 | 32 |
| Octal | 347 | 31 | 140 | 0 | 131 | 72 | 11 | 523 | 121 | 62 |
| Binary | 11100111 | 11001 | 1100000 | 0 | 1011001 | 111010 | 1001 | 101010011 | 1010001 | 110010 |
Color Harmonies of #E71960
Complementary color
Monochromatic Colors of #E71960
Black with #E71960
Text Example
Text Example
White with #E71960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71960; }
p { color: rgb(231,25,96); }
H1.HeaderClassName
{
color: #E71960;
}
.AnyTagClassName
{
color: #E71960;
}
</style>
background-color css
<style>
a { background-color: #E71960; }
a { background-color: rgb(231,25,96); }
div.DivClassName
{
background-color: #E71960;
}
.BgClassName
{
background-color: #E71960;
}
</style>
border-color css
<style>
span { border-color: #E71960; }
span { border-color: rgb(231,25,96); }
td.TdClassName
{
border-color: #E71960;
}
.TagClassName
{
border-color: #E71960;
}
</style>