Shades of Ruby #E51955
Tints of Ruby #E51955
RGB
CMYK
RGB Variations
Color information
#E51955 (or 0xE51955) is known color: Ruby. HEX triplet: E5, 19 and 55. RGB value is (229,25,85). Sum of RGB (Red+Green+Blue) = 229+25+85=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E51955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51955 is #1AE6AA. Grayscale: #5C5C5C. Windows color (decimal): -1762987 or 5577189. OLE color: 5577189.
HSL color Cylindrical-coordinate representation of color #E51955: hue angle of 342.35º 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 #E51955 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 85 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.10 |
| HSL | 342.35º | 0.8% | 0.5% | - |
| HSV(B) | 342.35º | 0.89% | 0.9% | - |
| XYZ | 34.3 | 18.01 | 10.26 | - |
| YUV | 92.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 85 | 0 | 0.89 | 0.63 | 0.10 | 342.35 | 0.8 | 0.5 |
| Hex | E5 | 19 | 55 | 0 | 59 | 3F | A | 156 | 50 | 32 |
| Octal | 345 | 31 | 125 | 0 | 131 | 77 | 12 | 526 | 120 | 62 |
| Binary | 11100101 | 11001 | 1010101 | 0 | 1011001 | 111111 | 1010 | 101010110 | 1010000 | 110010 |
Color Harmonies of #E51955
Complementary color
Monochromatic Colors of #E51955
Black with #E51955
Text Example
Text Example
White with #E51955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51955; }
p { color: rgb(229,25,85); }
H1.HeaderClassName
{
color: #E51955;
}
.AnyTagClassName
{
color: #E51955;
}
</style>
background-color css
<style>
a { background-color: #E51955; }
a { background-color: rgb(229,25,85); }
div.DivClassName
{
background-color: #E51955;
}
.BgClassName
{
background-color: #E51955;
}
</style>
border-color css
<style>
span { border-color: #E51955; }
span { border-color: rgb(229,25,85); }
td.TdClassName
{
border-color: #E51955;
}
.TagClassName
{
border-color: #E51955;
}
</style>