Shades of Ruby #E51855
Tints of Ruby #E51855
RGB
CMYK
RGB Variations
Color information
#E51855 (or 0xE51855) is known color: Ruby. HEX triplet: E5, 18 and 55. RGB value is (229,24,85). Sum of RGB (Red+Green+Blue) = 229+24+85=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E51855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51855 is #1AE7AA. Grayscale: #5C5C5C. Windows color (decimal): -1763243 or 5576933. OLE color: 5576933.
HSL color Cylindrical-coordinate representation of color #E51855: hue angle of 342.15º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51855 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 85 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.10 |
| HSL | 342.15º | 0.81% | 0.5% | - |
| HSV(B) | 342.15º | 0.9% | 0.9% | - |
| XYZ | 34.28 | 17.97 | 10.26 | - |
| YUV | 92.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 85 | 0 | 0.90 | 0.63 | 0.10 | 342.15 | 0.81 | 0.5 |
| Hex | E5 | 18 | 55 | 0 | 5A | 3F | A | 156 | 51 | 32 |
| Octal | 345 | 30 | 125 | 0 | 132 | 77 | 12 | 526 | 121 | 62 |
| Binary | 11100101 | 11000 | 1010101 | 0 | 1011010 | 111111 | 1010 | 101010110 | 1010001 | 110010 |
Color Harmonies of #E51855
Complementary color
Monochromatic Colors of #E51855
Black with #E51855
Text Example
Text Example
White with #E51855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51855; }
p { color: rgb(229,24,85); }
H1.HeaderClassName
{
color: #E51855;
}
.AnyTagClassName
{
color: #E51855;
}
</style>
background-color css
<style>
a { background-color: #E51855; }
a { background-color: rgb(229,24,85); }
div.DivClassName
{
background-color: #E51855;
}
.BgClassName
{
background-color: #E51855;
}
</style>
border-color css
<style>
span { border-color: #E51855; }
span { border-color: rgb(229,24,85); }
td.TdClassName
{
border-color: #E51855;
}
.TagClassName
{
border-color: #E51855;
}
</style>