Shades of Ruby #E51577
Tints of Ruby #E51577
RGB
CMYK
RGB Variations
Color information
#E51577 (or 0xE51577) is known color: Ruby. HEX triplet: E5, 15 and 77. RGB value is (229,21,119). Sum of RGB (Red+Green+Blue) = 229+21+119=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E51577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51577 is #1AEA88. Grayscale: #5E5E5E. Windows color (decimal): -1763977 or 7804389. OLE color: 7804389.
HSL color Cylindrical-coordinate representation of color #E51577: hue angle of 331.73º degrees, saturation: 0.83, 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 #E51577 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 119 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.10 |
| HSL | 331.73º | 0.83% | 0.49% | - |
| HSV(B) | 331.73º | 0.91% | 0.9% | - |
| XYZ | 35.91 | 18.53 | 19.14 | - |
| YUV | 94.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 119 | 0 | 0.91 | 0.48 | 0.10 | 331.73 | 0.83 | 0.49 |
| Hex | E5 | 15 | 77 | 0 | 5B | 30 | A | 14C | 53 | 31 |
| Octal | 345 | 25 | 167 | 0 | 133 | 60 | 12 | 514 | 123 | 61 |
| Binary | 11100101 | 10101 | 1110111 | 0 | 1011011 | 110000 | 1010 | 101001100 | 1010011 | 110001 |
Color Harmonies of #E51577
Complementary color
Monochromatic Colors of #E51577
Black with #E51577
Text Example
Text Example
White with #E51577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51577; }
p { color: rgb(229,21,119); }
H1.HeaderClassName
{
color: #E51577;
}
.AnyTagClassName
{
color: #E51577;
}
</style>
background-color css
<style>
a { background-color: #E51577; }
a { background-color: rgb(229,21,119); }
div.DivClassName
{
background-color: #E51577;
}
.BgClassName
{
background-color: #E51577;
}
</style>
border-color css
<style>
span { border-color: #E51577; }
span { border-color: rgb(229,21,119); }
td.TdClassName
{
border-color: #E51577;
}
.TagClassName
{
border-color: #E51577;
}
</style>