Shades of Ruby #E9117B
Tints of Ruby #E9117B
RGB
CMYK
RGB Variations
Color information
#E9117B (or 0xE9117B) is known color: Ruby. HEX triplet: E9, 11 and 7B. RGB value is (233,17,123). Sum of RGB (Red+Green+Blue) = 233+17+123=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E9117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9117B is #16EE84. Grayscale: #5D5D5D. Windows color (decimal): -1502853 or 8065513. OLE color: 8065513.
HSL color Cylindrical-coordinate representation of color #E9117B: hue angle of 330.56º 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 #E9117B is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 123 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.09 |
| HSL | 330.56º | 0.86% | 0.49% | - |
| HSV(B) | 330.56º | 0.93% | 0.91% | - |
| XYZ | 37.38 | 19.15 | 20.47 | - |
| YUV | 93.67 | 144.56 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 123 | 0 | 0.93 | 0.47 | 0.09 | 330.56 | 0.86 | 0.49 |
| Hex | E9 | 11 | 7B | 0 | 5D | 2F | 9 | 14B | 56 | 31 |
| Octal | 351 | 21 | 173 | 0 | 135 | 57 | 11 | 513 | 126 | 61 |
| Binary | 11101001 | 10001 | 1111011 | 0 | 1011101 | 101111 | 1001 | 101001011 | 1010110 | 110001 |
Color Harmonies of #E9117B
Complementary color
Monochromatic Colors of #E9117B
Black with #E9117B
Text Example
Text Example
White with #E9117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9117B; }
p { color: rgb(233,17,123); }
H1.HeaderClassName
{
color: #E9117B;
}
.AnyTagClassName
{
color: #E9117B;
}
</style>
background-color css
<style>
a { background-color: #E9117B; }
a { background-color: rgb(233,17,123); }
div.DivClassName
{
background-color: #E9117B;
}
.BgClassName
{
background-color: #E9117B;
}
</style>
border-color css
<style>
span { border-color: #E9117B; }
span { border-color: rgb(233,17,123); }
td.TdClassName
{
border-color: #E9117B;
}
.TagClassName
{
border-color: #E9117B;
}
</style>