Shades of Ruby #E11171
Tints of Ruby #E11171
RGB
CMYK
RGB Variations
Color information
#E11171 (or 0xE11171) is known color: Ruby. HEX triplet: E1, 11 and 71. RGB value is (225,17,113). Sum of RGB (Red+Green+Blue) = 225+17+113=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E11171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11171 is #1EEE8E. Grayscale: #595959. Windows color (decimal): -2027151 or 7410145. OLE color: 7410145.
HSL color Cylindrical-coordinate representation of color #E11171: hue angle of 332.31º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11171 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 113 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.12 |
| HSL | 332.31º | 0.86% | 0.47% | - |
| HSV(B) | 332.31º | 0.92% | 0.88% | - |
| XYZ | 34.23 | 17.6 | 17.22 | - |
| YUV | 90.14 | 140.91 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 113 | 0 | 0.92 | 0.50 | 0.12 | 332.31 | 0.86 | 0.47 |
| Hex | E1 | 11 | 71 | 0 | 5C | 32 | C | 14C | 56 | 2F |
| Octal | 341 | 21 | 161 | 0 | 134 | 62 | 14 | 514 | 126 | 57 |
| Binary | 11100001 | 10001 | 1110001 | 0 | 1011100 | 110010 | 1100 | 101001100 | 1010110 | 101111 |
Color Harmonies of #E11171
Complementary color
Monochromatic Colors of #E11171
Black with #E11171
Text Example
Text Example
White with #E11171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11171; }
p { color: rgb(225,17,113); }
H1.HeaderClassName
{
color: #E11171;
}
.AnyTagClassName
{
color: #E11171;
}
</style>
background-color css
<style>
a { background-color: #E11171; }
a { background-color: rgb(225,17,113); }
div.DivClassName
{
background-color: #E11171;
}
.BgClassName
{
background-color: #E11171;
}
</style>
border-color css
<style>
span { border-color: #E11171; }
span { border-color: rgb(225,17,113); }
td.TdClassName
{
border-color: #E11171;
}
.TagClassName
{
border-color: #E11171;
}
</style>