Shades of Ruby #E9165A
Tints of Ruby #E9165A
RGB
CMYK
RGB Variations
Color information
#E9165A (or 0xE9165A) is known color: Ruby. HEX triplet: E9, 16 and 5A. RGB value is (233,22,90). Sum of RGB (Red+Green+Blue) = 233+22+90=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9165A is #16E9A5. Grayscale: #5C5C5C. Windows color (decimal): -1501606 or 5904105. OLE color: 5904105.
HSL color Cylindrical-coordinate representation of color #E9165A: hue angle of 340.66º 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 #E9165A is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 90 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.09 |
| HSL | 340.66º | 0.83% | 0.5% | - |
| HSV(B) | 340.66º | 0.91% | 0.91% | - |
| XYZ | 35.74 | 18.64 | 11.39 | - |
| YUV | 92.84 | 126.4 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 90 | 0 | 0.91 | 0.61 | 0.09 | 340.66 | 0.83 | 0.5 |
| Hex | E9 | 16 | 5A | 0 | 5B | 3D | 9 | 155 | 53 | 32 |
| Octal | 351 | 26 | 132 | 0 | 133 | 75 | 11 | 525 | 123 | 62 |
| Binary | 11101001 | 10110 | 1011010 | 0 | 1011011 | 111101 | 1001 | 101010101 | 1010011 | 110010 |
Color Harmonies of #E9165A
Complementary color
Monochromatic Colors of #E9165A
Black with #E9165A
Text Example
Text Example
White with #E9165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9165A; }
p { color: rgb(233,22,90); }
H1.HeaderClassName
{
color: #E9165A;
}
.AnyTagClassName
{
color: #E9165A;
}
</style>
background-color css
<style>
a { background-color: #E9165A; }
a { background-color: rgb(233,22,90); }
div.DivClassName
{
background-color: #E9165A;
}
.BgClassName
{
background-color: #E9165A;
}
</style>
border-color css
<style>
span { border-color: #E9165A; }
span { border-color: rgb(233,22,90); }
td.TdClassName
{
border-color: #E9165A;
}
.TagClassName
{
border-color: #E9165A;
}
</style>