Shades of Ruby #E51970
Tints of Ruby #E51970
RGB
CMYK
RGB Variations
Color information
#E51970 (or 0xE51970) is known color: Ruby. HEX triplet: E5, 19 and 70. RGB value is (229,25,112). Sum of RGB (Red+Green+Blue) = 229+25+112=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E51970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51970 is #1AE68F. Grayscale: #5F5F5F. Windows color (decimal): -1762960 or 7346661. OLE color: 7346661.
HSL color Cylindrical-coordinate representation of color #E51970: hue angle of 334.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51970 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 112 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.10 |
| HSL | 334.41º | 0.8% | 0.5% | - |
| HSV(B) | 334.41º | 0.89% | 0.9% | - |
| XYZ | 35.59 | 18.52 | 17.03 | - |
| YUV | 95.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 112 | 0 | 0.89 | 0.51 | 0.10 | 334.41 | 0.8 | 0.5 |
| Hex | E5 | 19 | 70 | 0 | 59 | 33 | A | 14E | 50 | 32 |
| Octal | 345 | 31 | 160 | 0 | 131 | 63 | 12 | 516 | 120 | 62 |
| Binary | 11100101 | 11001 | 1110000 | 0 | 1011001 | 110011 | 1010 | 101001110 | 1010000 | 110010 |
Color Harmonies of #E51970
Complementary color
Monochromatic Colors of #E51970
Black with #E51970
Text Example
Text Example
White with #E51970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51970; }
p { color: rgb(229,25,112); }
H1.HeaderClassName
{
color: #E51970;
}
.AnyTagClassName
{
color: #E51970;
}
</style>
background-color css
<style>
a { background-color: #E51970; }
a { background-color: rgb(229,25,112); }
div.DivClassName
{
background-color: #E51970;
}
.BgClassName
{
background-color: #E51970;
}
</style>
border-color css
<style>
span { border-color: #E51970; }
span { border-color: rgb(229,25,112); }
td.TdClassName
{
border-color: #E51970;
}
.TagClassName
{
border-color: #E51970;
}
</style>