Shades of Ruby #E7196C
Tints of Ruby #E7196C
RGB
CMYK
RGB Variations
Color information
#E7196C (or 0xE7196C) is known color: Ruby. HEX triplet: E7, 19 and 6C. RGB value is (231,25,108). Sum of RGB (Red+Green+Blue) = 231+25+108=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E7196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7196C is #18E693. Grayscale: #5F5F5F. Windows color (decimal): -1631892 or 7084519. OLE color: 7084519.
HSL color Cylindrical-coordinate representation of color #E7196C: hue angle of 335.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7196C is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 108 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.09 |
| HSL | 335.83º | 0.81% | 0.5% | - |
| HSV(B) | 335.83º | 0.89% | 0.91% | - |
| XYZ | 36.01 | 18.77 | 15.91 | - |
| YUV | 96.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 108 | 0 | 0.89 | 0.53 | 0.09 | 335.83 | 0.81 | 0.5 |
| Hex | E7 | 19 | 6C | 0 | 59 | 35 | 9 | 150 | 51 | 32 |
| Octal | 347 | 31 | 154 | 0 | 131 | 65 | 11 | 520 | 121 | 62 |
| Binary | 11100111 | 11001 | 1101100 | 0 | 1011001 | 110101 | 1001 | 101010000 | 1010001 | 110010 |
Color Harmonies of #E7196C
Complementary color
Monochromatic Colors of #E7196C
Black with #E7196C
Text Example
Text Example
White with #E7196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7196C; }
p { color: rgb(231,25,108); }
H1.HeaderClassName
{
color: #E7196C;
}
.AnyTagClassName
{
color: #E7196C;
}
</style>
background-color css
<style>
a { background-color: #E7196C; }
a { background-color: rgb(231,25,108); }
div.DivClassName
{
background-color: #E7196C;
}
.BgClassName
{
background-color: #E7196C;
}
</style>
border-color css
<style>
span { border-color: #E7196C; }
span { border-color: rgb(231,25,108); }
td.TdClassName
{
border-color: #E7196C;
}
.TagClassName
{
border-color: #E7196C;
}
</style>