Shades of Ruby #E10D77
Tints of Ruby #E10D77
RGB
CMYK
RGB Variations
Color information
#E10D77 (or 0xE10D77) is known color: Ruby. HEX triplet: E1, 0D and 77. RGB value is (225,13,119). Sum of RGB (Red+Green+Blue) = 225+13+119=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D77 is #1EF288. Grayscale: #585858. Windows color (decimal): -2028169 or 7802337. OLE color: 7802337.
HSL color Cylindrical-coordinate representation of color #E10D77: hue angle of 330º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D77 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 119 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.12 |
| HSL | 330º | 0.89% | 0.47% | - |
| HSV(B) | 330º | 0.94% | 0.88% | - |
| XYZ | 34.53 | 17.63 | 19.04 | - |
| YUV | 88.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 119 | 0 | 0.94 | 0.47 | 0.12 | 330 | 0.89 | 0.47 |
| Hex | E1 | D | 77 | 0 | 5E | 2F | C | 14A | 59 | 2F |
| Octal | 341 | 15 | 167 | 0 | 136 | 57 | 14 | 512 | 131 | 57 |
| Binary | 11100001 | 1101 | 1110111 | 0 | 1011110 | 101111 | 1100 | 101001010 | 1011001 | 101111 |
Color Harmonies of #E10D77
Complementary color
Monochromatic Colors of #E10D77
Black with #E10D77
Text Example
Text Example
White with #E10D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D77; }
p { color: rgb(225,13,119); }
H1.HeaderClassName
{
color: #E10D77;
}
.AnyTagClassName
{
color: #E10D77;
}
</style>
background-color css
<style>
a { background-color: #E10D77; }
a { background-color: rgb(225,13,119); }
div.DivClassName
{
background-color: #E10D77;
}
.BgClassName
{
background-color: #E10D77;
}
</style>
border-color css
<style>
span { border-color: #E10D77; }
span { border-color: rgb(225,13,119); }
td.TdClassName
{
border-color: #E10D77;
}
.TagClassName
{
border-color: #E10D77;
}
</style>