Shades of Ruby #E9116D
Tints of Ruby #E9116D
RGB
CMYK
RGB Variations
Color information
#E9116D (or 0xE9116D) is known color: Ruby. HEX triplet: E9, 11 and 6D. RGB value is (233,17,109). Sum of RGB (Red+Green+Blue) = 233+17+109=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9116D is #16EE92. Grayscale: #5B5B5B. Windows color (decimal): -1502867 or 7148009. OLE color: 7148009.
HSL color Cylindrical-coordinate representation of color #E9116D: hue angle of 334.44º 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 #E9116D is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.09 |
| HSL | 334.44º | 0.86% | 0.49% | - |
| HSV(B) | 334.44º | 0.93% | 0.91% | - |
| XYZ | 36.57 | 18.83 | 16.18 | - |
| YUV | 92.07 | 137.56 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 109 | 0 | 0.93 | 0.53 | 0.09 | 334.44 | 0.86 | 0.49 |
| Hex | E9 | 11 | 6D | 0 | 5D | 35 | 9 | 14E | 56 | 31 |
| Octal | 351 | 21 | 155 | 0 | 135 | 65 | 11 | 516 | 126 | 61 |
| Binary | 11101001 | 10001 | 1101101 | 0 | 1011101 | 110101 | 1001 | 101001110 | 1010110 | 110001 |
Color Harmonies of #E9116D
Complementary color
Monochromatic Colors of #E9116D
Black with #E9116D
Text Example
Text Example
White with #E9116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9116D; }
p { color: rgb(233,17,109); }
H1.HeaderClassName
{
color: #E9116D;
}
.AnyTagClassName
{
color: #E9116D;
}
</style>
background-color css
<style>
a { background-color: #E9116D; }
a { background-color: rgb(233,17,109); }
div.DivClassName
{
background-color: #E9116D;
}
.BgClassName
{
background-color: #E9116D;
}
</style>
border-color css
<style>
span { border-color: #E9116D; }
span { border-color: rgb(233,17,109); }
td.TdClassName
{
border-color: #E9116D;
}
.TagClassName
{
border-color: #E9116D;
}
</style>