Shades of Ruby #E51856
Tints of Ruby #E51856
RGB
CMYK
RGB Variations
Color information
#E51856 (or 0xE51856) is known color: Ruby. HEX triplet: E5, 18 and 56. RGB value is (229,24,86). Sum of RGB (Red+Green+Blue) = 229+24+86=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E51856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51856 is #1AE7A9. Grayscale: #5C5C5C. Windows color (decimal): -1763242 or 5642469. OLE color: 5642469.
HSL color Cylindrical-coordinate representation of color #E51856: hue angle of 341.85º 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 #E51856 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 86 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.10 |
| HSL | 341.85º | 0.81% | 0.5% | - |
| HSV(B) | 341.85º | 0.9% | 0.9% | - |
| XYZ | 34.32 | 17.98 | 10.47 | - |
| YUV | 92.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 86 | 0 | 0.90 | 0.62 | 0.10 | 341.85 | 0.81 | 0.5 |
| Hex | E5 | 18 | 56 | 0 | 5A | 3E | A | 156 | 51 | 32 |
| Octal | 345 | 30 | 126 | 0 | 132 | 76 | 12 | 526 | 121 | 62 |
| Binary | 11100101 | 11000 | 1010110 | 0 | 1011010 | 111110 | 1010 | 101010110 | 1010001 | 110010 |
Color Harmonies of #E51856
Complementary color
Monochromatic Colors of #E51856
Black with #E51856
Text Example
Text Example
White with #E51856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51856; }
p { color: rgb(229,24,86); }
H1.HeaderClassName
{
color: #E51856;
}
.AnyTagClassName
{
color: #E51856;
}
</style>
background-color css
<style>
a { background-color: #E51856; }
a { background-color: rgb(229,24,86); }
div.DivClassName
{
background-color: #E51856;
}
.BgClassName
{
background-color: #E51856;
}
</style>
border-color css
<style>
span { border-color: #E51856; }
span { border-color: rgb(229,24,86); }
td.TdClassName
{
border-color: #E51856;
}
.TagClassName
{
border-color: #E51856;
}
</style>