Shades of Ruby #E9117A
Tints of Ruby #E9117A
RGB
CMYK
RGB Variations
Color information
#E9117A (or 0xE9117A) is known color: Ruby. HEX triplet: E9, 11 and 7A. RGB value is (233,17,122). Sum of RGB (Red+Green+Blue) = 233+17+122=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E9117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9117A is #16EE85. Grayscale: #5D5D5D. Windows color (decimal): -1502854 or 7999977. OLE color: 7999977.
HSL color Cylindrical-coordinate representation of color #E9117A: hue angle of 330.83º 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 #E9117A is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 122 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.09 |
| HSL | 330.83º | 0.86% | 0.49% | - |
| HSV(B) | 330.83º | 0.93% | 0.91% | - |
| XYZ | 37.32 | 19.13 | 20.14 | - |
| YUV | 93.55 | 144.06 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 122 | 0 | 0.93 | 0.48 | 0.09 | 330.83 | 0.86 | 0.49 |
| Hex | E9 | 11 | 7A | 0 | 5D | 30 | 9 | 14B | 56 | 31 |
| Octal | 351 | 21 | 172 | 0 | 135 | 60 | 11 | 513 | 126 | 61 |
| Binary | 11101001 | 10001 | 1111010 | 0 | 1011101 | 110000 | 1001 | 101001011 | 1010110 | 110001 |
Color Harmonies of #E9117A
Complementary color
Monochromatic Colors of #E9117A
Black with #E9117A
Text Example
Text Example
White with #E9117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9117A; }
p { color: rgb(233,17,122); }
H1.HeaderClassName
{
color: #E9117A;
}
.AnyTagClassName
{
color: #E9117A;
}
</style>
background-color css
<style>
a { background-color: #E9117A; }
a { background-color: rgb(233,17,122); }
div.DivClassName
{
background-color: #E9117A;
}
.BgClassName
{
background-color: #E9117A;
}
</style>
border-color css
<style>
span { border-color: #E9117A; }
span { border-color: rgb(233,17,122); }
td.TdClassName
{
border-color: #E9117A;
}
.TagClassName
{
border-color: #E9117A;
}
</style>