Shades of Ruby #E11170
Tints of Ruby #E11170
RGB
CMYK
RGB Variations
Color information
#E11170 (or 0xE11170) is known color: Ruby. HEX triplet: E1, 11 and 70. RGB value is (225,17,112). Sum of RGB (Red+Green+Blue) = 225+17+112=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E11170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11170 is #1EEE8F. Grayscale: #595959. Windows color (decimal): -2027152 or 7344609. OLE color: 7344609.
HSL color Cylindrical-coordinate representation of color #E11170: hue angle of 332.6º 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 #E11170 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 112 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.12 |
| HSL | 332.6º | 0.86% | 0.47% | - |
| HSV(B) | 332.6º | 0.92% | 0.88% | - |
| XYZ | 34.18 | 17.58 | 16.92 | - |
| YUV | 90.02 | 140.41 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 112 | 0 | 0.92 | 0.50 | 0.12 | 332.6 | 0.86 | 0.47 |
| Hex | E1 | 11 | 70 | 0 | 5C | 32 | C | 14D | 56 | 2F |
| Octal | 341 | 21 | 160 | 0 | 134 | 62 | 14 | 515 | 126 | 57 |
| Binary | 11100001 | 10001 | 1110000 | 0 | 1011100 | 110010 | 1100 | 101001101 | 1010110 | 101111 |
Color Harmonies of #E11170
Complementary color
Monochromatic Colors of #E11170
Black with #E11170
Text Example
Text Example
White with #E11170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11170; }
p { color: rgb(225,17,112); }
H1.HeaderClassName
{
color: #E11170;
}
.AnyTagClassName
{
color: #E11170;
}
</style>
background-color css
<style>
a { background-color: #E11170; }
a { background-color: rgb(225,17,112); }
div.DivClassName
{
background-color: #E11170;
}
.BgClassName
{
background-color: #E11170;
}
</style>
border-color css
<style>
span { border-color: #E11170; }
span { border-color: rgb(225,17,112); }
td.TdClassName
{
border-color: #E11170;
}
.TagClassName
{
border-color: #E11170;
}
</style>