Shades of Ruby #E51060
Tints of Ruby #E51060
RGB
CMYK
RGB Variations
Color information
#E51060 (or 0xE51060) is known color: Ruby. HEX triplet: E5, 10 and 60. RGB value is (229,16,96). Sum of RGB (Red+Green+Blue) = 229+16+96=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E51060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51060 is #1AEF9F. Grayscale: #585858. Windows color (decimal): -1765280 or 6295781. OLE color: 6295781.
HSL color Cylindrical-coordinate representation of color #E51060: hue angle of 337.46º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51060 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 96 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.10 |
| HSL | 337.46º | 0.87% | 0.48% | - |
| HSV(B) | 337.46º | 0.93% | 0.9% | - |
| XYZ | 34.61 | 17.87 | 12.69 | - |
| YUV | 88.81 | 132.07 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 96 | 0 | 0.93 | 0.58 | 0.10 | 337.46 | 0.87 | 0.48 |
| Hex | E5 | 10 | 60 | 0 | 5D | 3A | A | 151 | 57 | 30 |
| Octal | 345 | 20 | 140 | 0 | 135 | 72 | 12 | 521 | 127 | 60 |
| Binary | 11100101 | 10000 | 1100000 | 0 | 1011101 | 111010 | 1010 | 101010001 | 1010111 | 110000 |
Color Harmonies of #E51060
Complementary color
Monochromatic Colors of #E51060
Black with #E51060
Text Example
Text Example
White with #E51060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51060; }
p { color: rgb(229,16,96); }
H1.HeaderClassName
{
color: #E51060;
}
.AnyTagClassName
{
color: #E51060;
}
</style>
background-color css
<style>
a { background-color: #E51060; }
a { background-color: rgb(229,16,96); }
div.DivClassName
{
background-color: #E51060;
}
.BgClassName
{
background-color: #E51060;
}
</style>
border-color css
<style>
span { border-color: #E51060; }
span { border-color: rgb(229,16,96); }
td.TdClassName
{
border-color: #E51060;
}
.TagClassName
{
border-color: #E51060;
}
</style>