Shades of Ruby #E51A77
Tints of Ruby #E51A77
RGB
CMYK
RGB Variations
Color information
#E51A77 (or 0xE51A77) is known color: Ruby. HEX triplet: E5, 1A and 77. RGB value is (229,26,119). Sum of RGB (Red+Green+Blue) = 229+26+119=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A77 is #1AE588. Grayscale: #616161. Windows color (decimal): -1762697 or 7805669. OLE color: 7805669.
HSL color Cylindrical-coordinate representation of color #E51A77: hue angle of 332.51º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51A77 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 119 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.10 |
| HSL | 332.51º | 0.8% | 0.5% | - |
| HSV(B) | 332.51º | 0.89% | 0.9% | - |
| XYZ | 36.01 | 18.73 | 19.17 | - |
| YUV | 97.3 | 140.25 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 119 | 0 | 0.89 | 0.48 | 0.10 | 332.51 | 0.8 | 0.5 |
| Hex | E5 | 1A | 77 | 0 | 59 | 30 | A | 14D | 50 | 32 |
| Octal | 345 | 32 | 167 | 0 | 131 | 60 | 12 | 515 | 120 | 62 |
| Binary | 11100101 | 11010 | 1110111 | 0 | 1011001 | 110000 | 1010 | 101001101 | 1010000 | 110010 |
Color Harmonies of #E51A77
Complementary color
Monochromatic Colors of #E51A77
Black with #E51A77
Text Example
Text Example
White with #E51A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A77; }
p { color: rgb(229,26,119); }
H1.HeaderClassName
{
color: #E51A77;
}
.AnyTagClassName
{
color: #E51A77;
}
</style>
background-color css
<style>
a { background-color: #E51A77; }
a { background-color: rgb(229,26,119); }
div.DivClassName
{
background-color: #E51A77;
}
.BgClassName
{
background-color: #E51A77;
}
</style>
border-color css
<style>
span { border-color: #E51A77; }
span { border-color: rgb(229,26,119); }
td.TdClassName
{
border-color: #E51A77;
}
.TagClassName
{
border-color: #E51A77;
}
</style>