Shades of Ruby #E9116C
Tints of Ruby #E9116C
RGB
CMYK
RGB Variations
Color information
#E9116C (or 0xE9116C) is known color: Ruby. HEX triplet: E9, 11 and 6C. RGB value is (233,17,108). Sum of RGB (Red+Green+Blue) = 233+17+108=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E9116C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9116C is #16EE93. Grayscale: #5B5B5B. Windows color (decimal): -1502868 or 7082473. OLE color: 7082473.
HSL color Cylindrical-coordinate representation of color #E9116C: hue angle of 334.72º 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 #E9116C is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 108 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.09 |
| HSL | 334.72º | 0.86% | 0.49% | - |
| HSV(B) | 334.72º | 0.93% | 0.91% | - |
| XYZ | 36.51 | 18.81 | 15.89 | - |
| YUV | 91.96 | 137.06 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 108 | 0 | 0.93 | 0.54 | 0.09 | 334.72 | 0.86 | 0.49 |
| Hex | E9 | 11 | 6C | 0 | 5D | 36 | 9 | 14F | 56 | 31 |
| Octal | 351 | 21 | 154 | 0 | 135 | 66 | 11 | 517 | 126 | 61 |
| Binary | 11101001 | 10001 | 1101100 | 0 | 1011101 | 110110 | 1001 | 101001111 | 1010110 | 110001 |
Color Harmonies of #E9116C
Complementary color
Monochromatic Colors of #E9116C
Black with #E9116C
Text Example
Text Example
White with #E9116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9116C; }
p { color: rgb(233,17,108); }
H1.HeaderClassName
{
color: #E9116C;
}
.AnyTagClassName
{
color: #E9116C;
}
</style>
background-color css
<style>
a { background-color: #E9116C; }
a { background-color: rgb(233,17,108); }
div.DivClassName
{
background-color: #E9116C;
}
.BgClassName
{
background-color: #E9116C;
}
</style>
border-color css
<style>
span { border-color: #E9116C; }
span { border-color: rgb(233,17,108); }
td.TdClassName
{
border-color: #E9116C;
}
.TagClassName
{
border-color: #E9116C;
}
</style>