Shades of Ruby #E9106F
Tints of Ruby #E9106F
RGB
CMYK
RGB Variations
Color information
#E9106F (or 0xE9106F) is known color: Ruby. HEX triplet: E9, 10 and 6F. RGB value is (233,16,111). Sum of RGB (Red+Green+Blue) = 233+16+111=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9106F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9106F is #16EF90. Grayscale: #5B5B5B. Windows color (decimal): -1503121 or 7278825. OLE color: 7278825.
HSL color Cylindrical-coordinate representation of color #E9106F: hue angle of 333.73º degrees, saturation: 0.87, 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 #E9106F is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.09 |
| HSL | 333.73º | 0.87% | 0.49% | - |
| HSV(B) | 333.73º | 0.93% | 0.91% | - |
| XYZ | 36.66 | 18.84 | 16.74 | - |
| YUV | 91.71 | 138.89 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 111 | 0 | 0.93 | 0.52 | 0.09 | 333.73 | 0.87 | 0.49 |
| Hex | E9 | 10 | 6F | 0 | 5D | 34 | 9 | 14E | 57 | 31 |
| Octal | 351 | 20 | 157 | 0 | 135 | 64 | 11 | 516 | 127 | 61 |
| Binary | 11101001 | 10000 | 1101111 | 0 | 1011101 | 110100 | 1001 | 101001110 | 1010111 | 110001 |
Color Harmonies of #E9106F
Complementary color
Monochromatic Colors of #E9106F
Black with #E9106F
Text Example
Text Example
White with #E9106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9106F; }
p { color: rgb(233,16,111); }
H1.HeaderClassName
{
color: #E9106F;
}
.AnyTagClassName
{
color: #E9106F;
}
</style>
background-color css
<style>
a { background-color: #E9106F; }
a { background-color: rgb(233,16,111); }
div.DivClassName
{
background-color: #E9106F;
}
.BgClassName
{
background-color: #E9106F;
}
</style>
border-color css
<style>
span { border-color: #E9106F; }
span { border-color: rgb(233,16,111); }
td.TdClassName
{
border-color: #E9106F;
}
.TagClassName
{
border-color: #E9106F;
}
</style>