Shades of Ruby #E9196D
Tints of Ruby #E9196D
RGB
CMYK
RGB Variations
Color information
#E9196D (or 0xE9196D) is known color: Ruby. HEX triplet: E9, 19 and 6D. RGB value is (233,25,109). Sum of RGB (Red+Green+Blue) = 233+25+109=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E9196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9196D is #16E692. Grayscale: #606060. Windows color (decimal): -1500819 or 7150057. OLE color: 7150057.
HSL color Cylindrical-coordinate representation of color #E9196D: hue angle of 335.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9196D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.09 |
| HSL | 335.77º | 0.83% | 0.51% | - |
| HSV(B) | 335.77º | 0.89% | 0.91% | - |
| XYZ | 36.71 | 19.12 | 16.22 | - |
| YUV | 96.77 | 134.91 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 109 | 0 | 0.89 | 0.53 | 0.09 | 335.77 | 0.83 | 0.51 |
| Hex | E9 | 19 | 6D | 0 | 59 | 35 | 9 | 150 | 53 | 33 |
| Octal | 351 | 31 | 155 | 0 | 131 | 65 | 11 | 520 | 123 | 63 |
| Binary | 11101001 | 11001 | 1101101 | 0 | 1011001 | 110101 | 1001 | 101010000 | 1010011 | 110011 |
Color Harmonies of #E9196D
Complementary color
Monochromatic Colors of #E9196D
Black with #E9196D
Text Example
Text Example
White with #E9196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9196D; }
p { color: rgb(233,25,109); }
H1.HeaderClassName
{
color: #E9196D;
}
.AnyTagClassName
{
color: #E9196D;
}
</style>
background-color css
<style>
a { background-color: #E9196D; }
a { background-color: rgb(233,25,109); }
div.DivClassName
{
background-color: #E9196D;
}
.BgClassName
{
background-color: #E9196D;
}
</style>
border-color css
<style>
span { border-color: #E9196D; }
span { border-color: rgb(233,25,109); }
td.TdClassName
{
border-color: #E9196D;
}
.TagClassName
{
border-color: #E9196D;
}
</style>