Shades of Ruby #E10977
Tints of Ruby #E10977
RGB
CMYK
RGB Variations
Color information
#E10977 (or 0xE10977) is known color: Ruby. HEX triplet: E1, 09 and 77. RGB value is (225,9,119). Sum of RGB (Red+Green+Blue) = 225+9+119=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E10977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10977 is #1EF688. Grayscale: #555555. Windows color (decimal): -2029193 or 7801313. OLE color: 7801313.
HSL color Cylindrical-coordinate representation of color #E10977: hue angle of 329.44º degrees, saturation: 0.92, 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 #E10977 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.12 |
| HSL | 329.44º | 0.92% | 0.46% | - |
| HSV(B) | 329.44º | 0.96% | 0.88% | - |
| XYZ | 34.48 | 17.53 | 19.02 | - |
| YUV | 86.12 | 146.56 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 119 | 0 | 0.96 | 0.47 | 0.12 | 329.44 | 0.92 | 0.46 |
| Hex | E1 | 9 | 77 | 0 | 60 | 2F | C | 149 | 5C | 2E |
| Octal | 341 | 11 | 167 | 0 | 140 | 57 | 14 | 511 | 134 | 56 |
| Binary | 11100001 | 1001 | 1110111 | 0 | 1100000 | 101111 | 1100 | 101001001 | 1011100 | 101110 |
Color Harmonies of #E10977
Complementary color
Monochromatic Colors of #E10977
Black with #E10977
Text Example
Text Example
White with #E10977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10977; }
p { color: rgb(225,9,119); }
H1.HeaderClassName
{
color: #E10977;
}
.AnyTagClassName
{
color: #E10977;
}
</style>
background-color css
<style>
a { background-color: #E10977; }
a { background-color: rgb(225,9,119); }
div.DivClassName
{
background-color: #E10977;
}
.BgClassName
{
background-color: #E10977;
}
</style>
border-color css
<style>
span { border-color: #E10977; }
span { border-color: rgb(225,9,119); }
td.TdClassName
{
border-color: #E10977;
}
.TagClassName
{
border-color: #E10977;
}
</style>