Shades of Ruby #E9186A
Tints of Ruby #E9186A
RGB
CMYK
RGB Variations
Color information
#E9186A (or 0xE9186A) is known color: Ruby. HEX triplet: E9, 18 and 6A. RGB value is (233,24,106). Sum of RGB (Red+Green+Blue) = 233+24+106=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9186A is #16E795. Grayscale: #5F5F5F. Windows color (decimal): -1501078 or 6953193. OLE color: 6953193.
HSL color Cylindrical-coordinate representation of color #E9186A: hue angle of 336.46º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9186A is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 106 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.09 |
| HSL | 336.46º | 0.83% | 0.5% | - |
| HSV(B) | 336.46º | 0.9% | 0.91% | - |
| XYZ | 36.53 | 19.02 | 15.38 | - |
| YUV | 95.84 | 133.74 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 106 | 0 | 0.90 | 0.55 | 0.09 | 336.46 | 0.83 | 0.5 |
| Hex | E9 | 18 | 6A | 0 | 5A | 37 | 9 | 150 | 53 | 32 |
| Octal | 351 | 30 | 152 | 0 | 132 | 67 | 11 | 520 | 123 | 62 |
| Binary | 11101001 | 11000 | 1101010 | 0 | 1011010 | 110111 | 1001 | 101010000 | 1010011 | 110010 |
Color Harmonies of #E9186A
Complementary color
Monochromatic Colors of #E9186A
Black with #E9186A
Text Example
Text Example
White with #E9186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9186A; }
p { color: rgb(233,24,106); }
H1.HeaderClassName
{
color: #E9186A;
}
.AnyTagClassName
{
color: #E9186A;
}
</style>
background-color css
<style>
a { background-color: #E9186A; }
a { background-color: rgb(233,24,106); }
div.DivClassName
{
background-color: #E9186A;
}
.BgClassName
{
background-color: #E9186A;
}
</style>
border-color css
<style>
span { border-color: #E9186A; }
span { border-color: rgb(233,24,106); }
td.TdClassName
{
border-color: #E9186A;
}
.TagClassName
{
border-color: #E9186A;
}
</style>