Shades of Ruby #E1106E
Tints of Ruby #E1106E
RGB
CMYK
RGB Variations
Color information
#E1106E (or 0xE1106E) is known color: Ruby. HEX triplet: E1, 10 and 6E. RGB value is (225,16,110). Sum of RGB (Red+Green+Blue) = 225+16+110=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1106E is #1EEF91. Grayscale: #595959. Windows color (decimal): -2027410 or 7213281. OLE color: 7213281.
HSL color Cylindrical-coordinate representation of color #E1106E: hue angle of 333.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1106E is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 110 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.12 |
| HSL | 333.01º | 0.87% | 0.47% | - |
| HSV(B) | 333.01º | 0.93% | 0.88% | - |
| XYZ | 34.05 | 17.5 | 16.34 | - |
| YUV | 89.21 | 139.74 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 110 | 0 | 0.93 | 0.51 | 0.12 | 333.01 | 0.87 | 0.47 |
| Hex | E1 | 10 | 6E | 0 | 5D | 33 | C | 14D | 57 | 2F |
| Octal | 341 | 20 | 156 | 0 | 135 | 63 | 14 | 515 | 127 | 57 |
| Binary | 11100001 | 10000 | 1101110 | 0 | 1011101 | 110011 | 1100 | 101001101 | 1010111 | 101111 |
Color Harmonies of #E1106E
Complementary color
Monochromatic Colors of #E1106E
Black with #E1106E
Text Example
Text Example
White with #E1106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1106E; }
p { color: rgb(225,16,110); }
H1.HeaderClassName
{
color: #E1106E;
}
.AnyTagClassName
{
color: #E1106E;
}
</style>
background-color css
<style>
a { background-color: #E1106E; }
a { background-color: rgb(225,16,110); }
div.DivClassName
{
background-color: #E1106E;
}
.BgClassName
{
background-color: #E1106E;
}
</style>
border-color css
<style>
span { border-color: #E1106E; }
span { border-color: rgb(225,16,110); }
td.TdClassName
{
border-color: #E1106E;
}
.TagClassName
{
border-color: #E1106E;
}
</style>