Shades of Ruby #E50776
Tints of Ruby #E50776
RGB
CMYK
RGB Variations
Color information
#E50776 (or 0xE50776) is known color: Ruby. HEX triplet: E5, 07 and 76. RGB value is (229,7,118). Sum of RGB (Red+Green+Blue) = 229+7+118=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E50776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50776 is #1AF889. Grayscale: #555555. Windows color (decimal): -1767562 or 7735269. OLE color: 7735269.
HSL color Cylindrical-coordinate representation of color #E50776: hue angle of 330º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50776 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 118 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.10 |
| HSL | 330º | 0.94% | 0.46% | - |
| HSV(B) | 330º | 0.97% | 0.9% | - |
| XYZ | 35.66 | 18.12 | 18.76 | - |
| YUV | 86.03 | 146.05 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 118 | 0 | 0.97 | 0.48 | 0.10 | 330 | 0.94 | 0.46 |
| Hex | E5 | 7 | 76 | 0 | 61 | 30 | A | 14A | 5E | 2E |
| Octal | 345 | 7 | 166 | 0 | 141 | 60 | 12 | 512 | 136 | 56 |
| Binary | 11100101 | 111 | 1110110 | 0 | 1100001 | 110000 | 1010 | 101001010 | 1011110 | 101110 |
Color Harmonies of #E50776
Complementary color
Monochromatic Colors of #E50776
Black with #E50776
Text Example
Text Example
White with #E50776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50776; }
p { color: rgb(229,7,118); }
H1.HeaderClassName
{
color: #E50776;
}
.AnyTagClassName
{
color: #E50776;
}
</style>
background-color css
<style>
a { background-color: #E50776; }
a { background-color: rgb(229,7,118); }
div.DivClassName
{
background-color: #E50776;
}
.BgClassName
{
background-color: #E50776;
}
</style>
border-color css
<style>
span { border-color: #E50776; }
span { border-color: rgb(229,7,118); }
td.TdClassName
{
border-color: #E50776;
}
.TagClassName
{
border-color: #E50776;
}
</style>