Shades of Ruby #E10E77
Tints of Ruby #E10E77
RGB
CMYK
RGB Variations
Color information
#E10E77 (or 0xE10E77) is known color: Ruby. HEX triplet: E1, 0E and 77. RGB value is (225,14,119). Sum of RGB (Red+Green+Blue) = 225+14+119=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E77 is #1EF188. Grayscale: #585858. Windows color (decimal): -2027913 or 7802593. OLE color: 7802593.
HSL color Cylindrical-coordinate representation of color #E10E77: hue angle of 330.14º degrees, saturation: 0.88, 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 #E10E77 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 119 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.12 |
| HSL | 330.14º | 0.88% | 0.47% | - |
| HSV(B) | 330.14º | 0.94% | 0.88% | - |
| XYZ | 34.54 | 17.65 | 19.04 | - |
| YUV | 89.06 | 144.9 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 119 | 0 | 0.94 | 0.47 | 0.12 | 330.14 | 0.88 | 0.47 |
| Hex | E1 | E | 77 | 0 | 5E | 2F | C | 14A | 58 | 2F |
| Octal | 341 | 16 | 167 | 0 | 136 | 57 | 14 | 512 | 130 | 57 |
| Binary | 11100001 | 1110 | 1110111 | 0 | 1011110 | 101111 | 1100 | 101001010 | 1011000 | 101111 |
Color Harmonies of #E10E77
Complementary color
Monochromatic Colors of #E10E77
Black with #E10E77
Text Example
Text Example
White with #E10E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10E77; }
p { color: rgb(225,14,119); }
H1.HeaderClassName
{
color: #E10E77;
}
.AnyTagClassName
{
color: #E10E77;
}
</style>
background-color css
<style>
a { background-color: #E10E77; }
a { background-color: rgb(225,14,119); }
div.DivClassName
{
background-color: #E10E77;
}
.BgClassName
{
background-color: #E10E77;
}
</style>
border-color css
<style>
span { border-color: #E10E77; }
span { border-color: rgb(225,14,119); }
td.TdClassName
{
border-color: #E10E77;
}
.TagClassName
{
border-color: #E10E77;
}
</style>