Shades of Ruby #E9165E
Tints of Ruby #E9165E
RGB
CMYK
RGB Variations
Color information
#E9165E (or 0xE9165E) is known color: Ruby. HEX triplet: E9, 16 and 5E. RGB value is (233,22,94). Sum of RGB (Red+Green+Blue) = 233+22+94=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9165E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9165E is #16E9A1. Grayscale: #5D5D5D. Windows color (decimal): -1501602 or 6166249. OLE color: 6166249.
HSL color Cylindrical-coordinate representation of color #E9165E: hue angle of 339.53º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9165E is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 94 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.09 |
| HSL | 339.53º | 0.83% | 0.5% | - |
| HSV(B) | 339.53º | 0.91% | 0.91% | - |
| XYZ | 35.91 | 18.71 | 12.31 | - |
| YUV | 93.3 | 128.4 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 94 | 0 | 0.91 | 0.60 | 0.09 | 339.53 | 0.83 | 0.5 |
| Hex | E9 | 16 | 5E | 0 | 5B | 3C | 9 | 154 | 53 | 32 |
| Octal | 351 | 26 | 136 | 0 | 133 | 74 | 11 | 524 | 123 | 62 |
| Binary | 11101001 | 10110 | 1011110 | 0 | 1011011 | 111100 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E9165E
Complementary color
Monochromatic Colors of #E9165E
Black with #E9165E
Text Example
Text Example
White with #E9165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9165E; }
p { color: rgb(233,22,94); }
H1.HeaderClassName
{
color: #E9165E;
}
.AnyTagClassName
{
color: #E9165E;
}
</style>
background-color css
<style>
a { background-color: #E9165E; }
a { background-color: rgb(233,22,94); }
div.DivClassName
{
background-color: #E9165E;
}
.BgClassName
{
background-color: #E9165E;
}
</style>
border-color css
<style>
span { border-color: #E9165E; }
span { border-color: rgb(233,22,94); }
td.TdClassName
{
border-color: #E9165E;
}
.TagClassName
{
border-color: #E9165E;
}
</style>