Shades of Ruby #E50876
Tints of Ruby #E50876
RGB
CMYK
RGB Variations
Color information
#E50876 (or 0xE50876) is known color: Ruby. HEX triplet: E5, 08 and 76. RGB value is (229,8,118). Sum of RGB (Red+Green+Blue) = 229+8+118=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E50876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50876 is #1AF789. Grayscale: #565656. Windows color (decimal): -1767306 or 7735525. OLE color: 7735525.
HSL color Cylindrical-coordinate representation of color #E50876: hue angle of 330.14º degrees, saturation: 0.93, 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 #E50876 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 118 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.10 |
| HSL | 330.14º | 0.93% | 0.46% | - |
| HSV(B) | 330.14º | 0.97% | 0.9% | - |
| XYZ | 35.67 | 18.14 | 18.76 | - |
| YUV | 86.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 118 | 0 | 0.97 | 0.48 | 0.10 | 330.14 | 0.93 | 0.46 |
| Hex | E5 | 8 | 76 | 0 | 61 | 30 | A | 14A | 5D | 2E |
| Octal | 345 | 10 | 166 | 0 | 141 | 60 | 12 | 512 | 135 | 56 |
| Binary | 11100101 | 1000 | 1110110 | 0 | 1100001 | 110000 | 1010 | 101001010 | 1011101 | 101110 |
Color Harmonies of #E50876
Complementary color
Monochromatic Colors of #E50876
Black with #E50876
Text Example
Text Example
White with #E50876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50876; }
p { color: rgb(229,8,118); }
H1.HeaderClassName
{
color: #E50876;
}
.AnyTagClassName
{
color: #E50876;
}
</style>
background-color css
<style>
a { background-color: #E50876; }
a { background-color: rgb(229,8,118); }
div.DivClassName
{
background-color: #E50876;
}
.BgClassName
{
background-color: #E50876;
}
</style>
border-color css
<style>
span { border-color: #E50876; }
span { border-color: rgb(229,8,118); }
td.TdClassName
{
border-color: #E50876;
}
.TagClassName
{
border-color: #E50876;
}
</style>