Shades of Ruby #E51477
Tints of Ruby #E51477
RGB
CMYK
RGB Variations
Color information
#E51477 (or 0xE51477) is known color: Ruby. HEX triplet: E5, 14 and 77. RGB value is (229,20,119). Sum of RGB (Red+Green+Blue) = 229+20+119=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E51477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51477 is #1AEB88. Grayscale: #5D5D5D. Windows color (decimal): -1764233 or 7804133. OLE color: 7804133.
HSL color Cylindrical-coordinate representation of color #E51477: hue angle of 331.58º 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 #E51477 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 119 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.10 |
| HSL | 331.58º | 0.84% | 0.49% | - |
| HSV(B) | 331.58º | 0.91% | 0.9% | - |
| XYZ | 35.89 | 18.49 | 19.13 | - |
| YUV | 93.78 | 142.24 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 119 | 0 | 0.91 | 0.48 | 0.10 | 331.58 | 0.84 | 0.49 |
| Hex | E5 | 14 | 77 | 0 | 5B | 30 | A | 14C | 54 | 31 |
| Octal | 345 | 24 | 167 | 0 | 133 | 60 | 12 | 514 | 124 | 61 |
| Binary | 11100101 | 10100 | 1110111 | 0 | 1011011 | 110000 | 1010 | 101001100 | 1010100 | 110001 |
Color Harmonies of #E51477
Complementary color
Monochromatic Colors of #E51477
Black with #E51477
Text Example
Text Example
White with #E51477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51477; }
p { color: rgb(229,20,119); }
H1.HeaderClassName
{
color: #E51477;
}
.AnyTagClassName
{
color: #E51477;
}
</style>
background-color css
<style>
a { background-color: #E51477; }
a { background-color: rgb(229,20,119); }
div.DivClassName
{
background-color: #E51477;
}
.BgClassName
{
background-color: #E51477;
}
</style>
border-color css
<style>
span { border-color: #E51477; }
span { border-color: rgb(229,20,119); }
td.TdClassName
{
border-color: #E51477;
}
.TagClassName
{
border-color: #E51477;
}
</style>