Shades of Ruby #E51756
Tints of Ruby #E51756
RGB
CMYK
RGB Variations
Color information
#E51756 (or 0xE51756) is known color: Ruby. HEX triplet: E5, 17 and 56. RGB value is (229,23,86). Sum of RGB (Red+Green+Blue) = 229+23+86=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E51756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51756 is #1AE8A9. Grayscale: #5B5B5B. Windows color (decimal): -1763498 or 5642213. OLE color: 5642213.
HSL color Cylindrical-coordinate representation of color #E51756: hue angle of 341.65º 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 #E51756 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 86 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.10 |
| HSL | 341.65º | 0.82% | 0.49% | - |
| HSV(B) | 341.65º | 0.9% | 0.9% | - |
| XYZ | 34.3 | 17.94 | 10.46 | - |
| YUV | 91.78 | 124.75 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 86 | 0 | 0.90 | 0.62 | 0.10 | 341.65 | 0.82 | 0.49 |
| Hex | E5 | 17 | 56 | 0 | 5A | 3E | A | 156 | 52 | 31 |
| Octal | 345 | 27 | 126 | 0 | 132 | 76 | 12 | 526 | 122 | 61 |
| Binary | 11100101 | 10111 | 1010110 | 0 | 1011010 | 111110 | 1010 | 101010110 | 1010010 | 110001 |
Color Harmonies of #E51756
Complementary color
Monochromatic Colors of #E51756
Black with #E51756
Text Example
Text Example
White with #E51756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51756; }
p { color: rgb(229,23,86); }
H1.HeaderClassName
{
color: #E51756;
}
.AnyTagClassName
{
color: #E51756;
}
</style>
background-color css
<style>
a { background-color: #E51756; }
a { background-color: rgb(229,23,86); }
div.DivClassName
{
background-color: #E51756;
}
.BgClassName
{
background-color: #E51756;
}
</style>
border-color css
<style>
span { border-color: #E51756; }
span { border-color: rgb(229,23,86); }
td.TdClassName
{
border-color: #E51756;
}
.TagClassName
{
border-color: #E51756;
}
</style>