Shades of Ruby #E10876
Tints of Ruby #E10876
RGB
CMYK
RGB Variations
Color information
#E10876 (or 0xE10876) is known color: Ruby. HEX triplet: E1, 08 and 76. RGB value is (225,8,118). Sum of RGB (Red+Green+Blue) = 225+8+118=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E10876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10876 is #1EF789. Grayscale: #555555. Windows color (decimal): -2029450 or 7735521. OLE color: 7735521.
HSL color Cylindrical-coordinate representation of color #E10876: hue angle of 329.59º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10876 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.12 |
| HSL | 329.59º | 0.93% | 0.46% | - |
| HSV(B) | 329.59º | 0.96% | 0.88% | - |
| XYZ | 34.41 | 17.49 | 18.7 | - |
| YUV | 85.42 | 146.39 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 118 | 0 | 0.96 | 0.48 | 0.12 | 329.59 | 0.93 | 0.46 |
| Hex | E1 | 8 | 76 | 0 | 60 | 30 | C | 14A | 5D | 2E |
| Octal | 341 | 10 | 166 | 0 | 140 | 60 | 14 | 512 | 135 | 56 |
| Binary | 11100001 | 1000 | 1110110 | 0 | 1100000 | 110000 | 1100 | 101001010 | 1011101 | 101110 |
Color Harmonies of #E10876
Complementary color
Monochromatic Colors of #E10876
Black with #E10876
Text Example
Text Example
White with #E10876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10876; }
p { color: rgb(225,8,118); }
H1.HeaderClassName
{
color: #E10876;
}
.AnyTagClassName
{
color: #E10876;
}
</style>
background-color css
<style>
a { background-color: #E10876; }
a { background-color: rgb(225,8,118); }
div.DivClassName
{
background-color: #E10876;
}
.BgClassName
{
background-color: #E10876;
}
</style>
border-color css
<style>
span { border-color: #E10876; }
span { border-color: rgb(225,8,118); }
td.TdClassName
{
border-color: #E10876;
}
.TagClassName
{
border-color: #E10876;
}
</style>