Shades of Ruby #E9116E
Tints of Ruby #E9116E
RGB
CMYK
RGB Variations
Color information
#E9116E (or 0xE9116E) is known color: Ruby. HEX triplet: E9, 11 and 6E. RGB value is (233,17,110). Sum of RGB (Red+Green+Blue) = 233+17+110=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9116E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9116E is #16EE91. Grayscale: #5C5C5C. Windows color (decimal): -1502866 or 7213545. OLE color: 7213545.
HSL color Cylindrical-coordinate representation of color #E9116E: hue angle of 334.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E9116E is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 110 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.09 |
| HSL | 334.17º | 0.86% | 0.49% | - |
| HSV(B) | 334.17º | 0.93% | 0.91% | - |
| XYZ | 36.62 | 18.85 | 16.46 | - |
| YUV | 92.19 | 138.06 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 110 | 0 | 0.93 | 0.53 | 0.09 | 334.17 | 0.86 | 0.49 |
| Hex | E9 | 11 | 6E | 0 | 5D | 35 | 9 | 14E | 56 | 31 |
| Octal | 351 | 21 | 156 | 0 | 135 | 65 | 11 | 516 | 126 | 61 |
| Binary | 11101001 | 10001 | 1101110 | 0 | 1011101 | 110101 | 1001 | 101001110 | 1010110 | 110001 |
Color Harmonies of #E9116E
Complementary color
Monochromatic Colors of #E9116E
Black with #E9116E
Text Example
Text Example
White with #E9116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9116E; }
p { color: rgb(233,17,110); }
H1.HeaderClassName
{
color: #E9116E;
}
.AnyTagClassName
{
color: #E9116E;
}
</style>
background-color css
<style>
a { background-color: #E9116E; }
a { background-color: rgb(233,17,110); }
div.DivClassName
{
background-color: #E9116E;
}
.BgClassName
{
background-color: #E9116E;
}
</style>
border-color css
<style>
span { border-color: #E9116E; }
span { border-color: rgb(233,17,110); }
td.TdClassName
{
border-color: #E9116E;
}
.TagClassName
{
border-color: #E9116E;
}
</style>