Shades of Ruby #E51456
Tints of Ruby #E51456
RGB
CMYK
RGB Variations
Color information
#E51456 (or 0xE51456) is known color: Ruby. HEX triplet: E5, 14 and 56. RGB value is (229,20,86). Sum of RGB (Red+Green+Blue) = 229+20+86=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E51456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51456 is #1AEBA9. Grayscale: #595959. Windows color (decimal): -1764266 or 5641445. OLE color: 5641445.
HSL color Cylindrical-coordinate representation of color #E51456: hue angle of 341.05º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51456 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 86 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.10 |
| HSL | 341.05º | 0.84% | 0.49% | - |
| HSV(B) | 341.05º | 0.91% | 0.9% | - |
| XYZ | 34.24 | 17.83 | 10.44 | - |
| YUV | 90.02 | 125.74 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 86 | 0 | 0.91 | 0.62 | 0.10 | 341.05 | 0.84 | 0.49 |
| Hex | E5 | 14 | 56 | 0 | 5B | 3E | A | 155 | 54 | 31 |
| Octal | 345 | 24 | 126 | 0 | 133 | 76 | 12 | 525 | 124 | 61 |
| Binary | 11100101 | 10100 | 1010110 | 0 | 1011011 | 111110 | 1010 | 101010101 | 1010100 | 110001 |
Color Harmonies of #E51456
Complementary color
Monochromatic Colors of #E51456
Black with #E51456
Text Example
Text Example
White with #E51456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51456; }
p { color: rgb(229,20,86); }
H1.HeaderClassName
{
color: #E51456;
}
.AnyTagClassName
{
color: #E51456;
}
</style>
background-color css
<style>
a { background-color: #E51456; }
a { background-color: rgb(229,20,86); }
div.DivClassName
{
background-color: #E51456;
}
.BgClassName
{
background-color: #E51456;
}
</style>
border-color css
<style>
span { border-color: #E51456; }
span { border-color: rgb(229,20,86); }
td.TdClassName
{
border-color: #E51456;
}
.TagClassName
{
border-color: #E51456;
}
</style>