Shades of Ruby #E51656
Tints of Ruby #E51656
RGB
CMYK
RGB Variations
Color information
#E51656 (or 0xE51656) is known color: Ruby. HEX triplet: E5, 16 and 56. RGB value is (229,22,86). Sum of RGB (Red+Green+Blue) = 229+22+86=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E51656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51656 is #1AE9A9. Grayscale: #5B5B5B. Windows color (decimal): -1763754 or 5641957. OLE color: 5641957.
HSL color Cylindrical-coordinate representation of color #E51656: hue angle of 341.45º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51656 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 86 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.10 |
| HSL | 341.45º | 0.82% | 0.49% | - |
| HSV(B) | 341.45º | 0.9% | 0.9% | - |
| XYZ | 34.28 | 17.9 | 10.45 | - |
| YUV | 91.19 | 125.08 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 86 | 0 | 0.90 | 0.62 | 0.10 | 341.45 | 0.82 | 0.49 |
| Hex | E5 | 16 | 56 | 0 | 5A | 3E | A | 155 | 52 | 31 |
| Octal | 345 | 26 | 126 | 0 | 132 | 76 | 12 | 525 | 122 | 61 |
| Binary | 11100101 | 10110 | 1010110 | 0 | 1011010 | 111110 | 1010 | 101010101 | 1010010 | 110001 |
Color Harmonies of #E51656
Complementary color
Monochromatic Colors of #E51656
Black with #E51656
Text Example
Text Example
White with #E51656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51656; }
p { color: rgb(229,22,86); }
H1.HeaderClassName
{
color: #E51656;
}
.AnyTagClassName
{
color: #E51656;
}
</style>
background-color css
<style>
a { background-color: #E51656; }
a { background-color: rgb(229,22,86); }
div.DivClassName
{
background-color: #E51656;
}
.BgClassName
{
background-color: #E51656;
}
</style>
border-color css
<style>
span { border-color: #E51656; }
span { border-color: rgb(229,22,86); }
td.TdClassName
{
border-color: #E51656;
}
.TagClassName
{
border-color: #E51656;
}
</style>