Shades of Ruby #E11771
Tints of Ruby #E11771
RGB
CMYK
RGB Variations
Color information
#E11771 (or 0xE11771) is known color: Ruby. HEX triplet: E1, 17 and 71. RGB value is (225,23,113). Sum of RGB (Red+Green+Blue) = 225+23+113=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E11771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11771 is #1EE88E. Grayscale: #5D5D5D. Windows color (decimal): -2025615 or 7411681. OLE color: 7411681.
HSL color Cylindrical-coordinate representation of color #E11771: hue angle of 333.27º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11771 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 113 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.12 |
| HSL | 333.27º | 0.81% | 0.49% | - |
| HSV(B) | 333.27º | 0.9% | 0.88% | - |
| XYZ | 34.34 | 17.81 | 17.25 | - |
| YUV | 93.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 113 | 0 | 0.90 | 0.50 | 0.12 | 333.27 | 0.81 | 0.49 |
| Hex | E1 | 17 | 71 | 0 | 5A | 32 | C | 14D | 51 | 31 |
| Octal | 341 | 27 | 161 | 0 | 132 | 62 | 14 | 515 | 121 | 61 |
| Binary | 11100001 | 10111 | 1110001 | 0 | 1011010 | 110010 | 1100 | 101001101 | 1010001 | 110001 |
Color Harmonies of #E11771
Complementary color
Monochromatic Colors of #E11771
Black with #E11771
Text Example
Text Example
White with #E11771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11771; }
p { color: rgb(225,23,113); }
H1.HeaderClassName
{
color: #E11771;
}
.AnyTagClassName
{
color: #E11771;
}
</style>
background-color css
<style>
a { background-color: #E11771; }
a { background-color: rgb(225,23,113); }
div.DivClassName
{
background-color: #E11771;
}
.BgClassName
{
background-color: #E11771;
}
</style>
border-color css
<style>
span { border-color: #E11771; }
span { border-color: rgb(225,23,113); }
td.TdClassName
{
border-color: #E11771;
}
.TagClassName
{
border-color: #E11771;
}
</style>