Shades of Ruby #E51959
Tints of Ruby #E51959
RGB
CMYK
RGB Variations
Color information
#E51959 (or 0xE51959) is known color: Ruby. HEX triplet: E5, 19 and 59. RGB value is (229,25,89). Sum of RGB (Red+Green+Blue) = 229+25+89=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E51959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51959 is #1AE6A6. Grayscale: #5D5D5D. Windows color (decimal): -1762983 or 5839333. OLE color: 5839333.
HSL color Cylindrical-coordinate representation of color #E51959: hue angle of 341.18º 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 #E51959 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 89 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.10 |
| HSL | 341.18º | 0.8% | 0.5% | - |
| HSV(B) | 341.18º | 0.89% | 0.9% | - |
| XYZ | 34.46 | 18.07 | 11.12 | - |
| YUV | 93.29 | 125.59 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 89 | 0 | 0.89 | 0.61 | 0.10 | 341.18 | 0.8 | 0.5 |
| Hex | E5 | 19 | 59 | 0 | 59 | 3D | A | 155 | 50 | 32 |
| Octal | 345 | 31 | 131 | 0 | 131 | 75 | 12 | 525 | 120 | 62 |
| Binary | 11100101 | 11001 | 1011001 | 0 | 1011001 | 111101 | 1010 | 101010101 | 1010000 | 110010 |
Color Harmonies of #E51959
Complementary color
Monochromatic Colors of #E51959
Black with #E51959
Text Example
Text Example
White with #E51959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51959; }
p { color: rgb(229,25,89); }
H1.HeaderClassName
{
color: #E51959;
}
.AnyTagClassName
{
color: #E51959;
}
</style>
background-color css
<style>
a { background-color: #E51959; }
a { background-color: rgb(229,25,89); }
div.DivClassName
{
background-color: #E51959;
}
.BgClassName
{
background-color: #E51959;
}
</style>
border-color css
<style>
span { border-color: #E51959; }
span { border-color: rgb(229,25,89); }
td.TdClassName
{
border-color: #E51959;
}
.TagClassName
{
border-color: #E51959;
}
</style>