Shades of Ruby #E10E71
Tints of Ruby #E10E71
RGB
CMYK
RGB Variations
Color information
#E10E71 (or 0xE10E71) is known color: Ruby. HEX triplet: E1, 0E and 71. RGB value is (225,14,113). Sum of RGB (Red+Green+Blue) = 225+14+113=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E71 is #1EF18E. Grayscale: #585858. Windows color (decimal): -2027919 or 7409377. OLE color: 7409377.
HSL color Cylindrical-coordinate representation of color #E10E71: hue angle of 331.85º 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 #E10E71 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 113 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.12 |
| HSL | 331.85º | 0.88% | 0.47% | - |
| HSV(B) | 331.85º | 0.94% | 0.88% | - |
| XYZ | 34.19 | 17.51 | 17.2 | - |
| YUV | 88.38 | 141.9 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 113 | 0 | 0.94 | 0.50 | 0.12 | 331.85 | 0.88 | 0.47 |
| Hex | E1 | E | 71 | 0 | 5E | 32 | C | 14C | 58 | 2F |
| Octal | 341 | 16 | 161 | 0 | 136 | 62 | 14 | 514 | 130 | 57 |
| Binary | 11100001 | 1110 | 1110001 | 0 | 1011110 | 110010 | 1100 | 101001100 | 1011000 | 101111 |
Color Harmonies of #E10E71
Complementary color
Monochromatic Colors of #E10E71
Black with #E10E71
Text Example
Text Example
White with #E10E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10E71; }
p { color: rgb(225,14,113); }
H1.HeaderClassName
{
color: #E10E71;
}
.AnyTagClassName
{
color: #E10E71;
}
</style>
background-color css
<style>
a { background-color: #E10E71; }
a { background-color: rgb(225,14,113); }
div.DivClassName
{
background-color: #E10E71;
}
.BgClassName
{
background-color: #E10E71;
}
</style>
border-color css
<style>
span { border-color: #E10E71; }
span { border-color: rgb(225,14,113); }
td.TdClassName
{
border-color: #E10E71;
}
.TagClassName
{
border-color: #E10E71;
}
</style>