Shades of Ruby #E9196F
Tints of Ruby #E9196F
RGB
CMYK
RGB Variations
Color information
#E9196F (or 0xE9196F) is known color: Ruby. HEX triplet: E9, 19 and 6F. RGB value is (233,25,111). Sum of RGB (Red+Green+Blue) = 233+25+111=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E9196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9196F is #16E690. Grayscale: #606060. Windows color (decimal): -1500817 or 7281129. OLE color: 7281129.
HSL color Cylindrical-coordinate representation of color #E9196F: hue angle of 335.19º 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 #E9196F is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 111 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.09 |
| HSL | 335.19º | 0.83% | 0.51% | - |
| HSV(B) | 335.19º | 0.89% | 0.91% | - |
| XYZ | 36.82 | 19.17 | 16.8 | - |
| YUV | 97 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 111 | 0 | 0.89 | 0.52 | 0.09 | 335.19 | 0.83 | 0.51 |
| Hex | E9 | 19 | 6F | 0 | 59 | 34 | 9 | 14F | 53 | 33 |
| Octal | 351 | 31 | 157 | 0 | 131 | 64 | 11 | 517 | 123 | 63 |
| Binary | 11101001 | 11001 | 1101111 | 0 | 1011001 | 110100 | 1001 | 101001111 | 1010011 | 110011 |
Color Harmonies of #E9196F
Complementary color
Monochromatic Colors of #E9196F
Black with #E9196F
Text Example
Text Example
White with #E9196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9196F; }
p { color: rgb(233,25,111); }
H1.HeaderClassName
{
color: #E9196F;
}
.AnyTagClassName
{
color: #E9196F;
}
</style>
background-color css
<style>
a { background-color: #E9196F; }
a { background-color: rgb(233,25,111); }
div.DivClassName
{
background-color: #E9196F;
}
.BgClassName
{
background-color: #E9196F;
}
</style>
border-color css
<style>
span { border-color: #E9196F; }
span { border-color: rgb(233,25,111); }
td.TdClassName
{
border-color: #E9196F;
}
.TagClassName
{
border-color: #E9196F;
}
</style>