Shades of Ruby #E9165F
Tints of Ruby #E9165F
RGB
CMYK
RGB Variations
Color information
#E9165F (or 0xE9165F) is known color: Ruby. HEX triplet: E9, 16 and 5F. RGB value is (233,22,95). Sum of RGB (Red+Green+Blue) = 233+22+95=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9165F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9165F is #16E9A0. Grayscale: #5D5D5D. Windows color (decimal): -1501601 or 6231785. OLE color: 6231785.
HSL color Cylindrical-coordinate representation of color #E9165F: hue angle of 339.24º 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 #E9165F is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 95 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.09 |
| HSL | 339.24º | 0.83% | 0.5% | - |
| HSV(B) | 339.24º | 0.91% | 0.91% | - |
| XYZ | 35.96 | 18.72 | 12.55 | - |
| YUV | 93.41 | 128.9 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 95 | 0 | 0.91 | 0.59 | 0.09 | 339.24 | 0.83 | 0.5 |
| Hex | E9 | 16 | 5F | 0 | 5B | 3B | 9 | 153 | 53 | 32 |
| Octal | 351 | 26 | 137 | 0 | 133 | 73 | 11 | 523 | 123 | 62 |
| Binary | 11101001 | 10110 | 1011111 | 0 | 1011011 | 111011 | 1001 | 101010011 | 1010011 | 110010 |
Color Harmonies of #E9165F
Complementary color
Monochromatic Colors of #E9165F
Black with #E9165F
Text Example
Text Example
White with #E9165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9165F; }
p { color: rgb(233,22,95); }
H1.HeaderClassName
{
color: #E9165F;
}
.AnyTagClassName
{
color: #E9165F;
}
</style>
background-color css
<style>
a { background-color: #E9165F; }
a { background-color: rgb(233,22,95); }
div.DivClassName
{
background-color: #E9165F;
}
.BgClassName
{
background-color: #E9165F;
}
</style>
border-color css
<style>
span { border-color: #E9165F; }
span { border-color: rgb(233,22,95); }
td.TdClassName
{
border-color: #E9165F;
}
.TagClassName
{
border-color: #E9165F;
}
</style>