Shades of Ruby #E0116E
Tints of Ruby #E0116E
RGB
CMYK
RGB Variations
Color information
#E0116E (or 0xE0116E) is known color: Ruby. HEX triplet: E0, 11 and 6E. RGB value is (224,17,110). Sum of RGB (Red+Green+Blue) = 224+17+110=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0116E is #1FEE91. Grayscale: #595959. Windows color (decimal): -2092690 or 7213536. OLE color: 7213536.
HSL color Cylindrical-coordinate representation of color #E0116E: hue angle of 333.04º 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 #E0116E is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 110 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.12 |
| HSL | 333.04º | 0.86% | 0.47% | - |
| HSV(B) | 333.04º | 0.92% | 0.88% | - |
| XYZ | 33.76 | 17.37 | 16.33 | - |
| YUV | 89.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 110 | 0 | 0.92 | 0.51 | 0.12 | 333.04 | 0.86 | 0.47 |
| Hex | E0 | 11 | 6E | 0 | 5C | 33 | C | 14D | 56 | 2F |
| Octal | 340 | 21 | 156 | 0 | 134 | 63 | 14 | 515 | 126 | 57 |
| Binary | 11100000 | 10001 | 1101110 | 0 | 1011100 | 110011 | 1100 | 101001101 | 1010110 | 101111 |
Color Harmonies of #E0116E
Complementary color
Monochromatic Colors of #E0116E
Black with #E0116E
Text Example
Text Example
White with #E0116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0116E; }
p { color: rgb(224,17,110); }
H1.HeaderClassName
{
color: #E0116E;
}
.AnyTagClassName
{
color: #E0116E;
}
</style>
background-color css
<style>
a { background-color: #E0116E; }
a { background-color: rgb(224,17,110); }
div.DivClassName
{
background-color: #E0116E;
}
.BgClassName
{
background-color: #E0116E;
}
</style>
border-color css
<style>
span { border-color: #E0116E; }
span { border-color: rgb(224,17,110); }
td.TdClassName
{
border-color: #E0116E;
}
.TagClassName
{
border-color: #E0116E;
}
</style>