Shades of Ruby #E7196E
Tints of Ruby #E7196E
RGB
CMYK
RGB Variations
Color information
#E7196E (or 0xE7196E) is known color: Ruby. HEX triplet: E7, 19 and 6E. RGB value is (231,25,110). Sum of RGB (Red+Green+Blue) = 231+25+110=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E7196E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7196E is #18E691. Grayscale: #606060. Windows color (decimal): -1631890 or 7215591. OLE color: 7215591.
HSL color Cylindrical-coordinate representation of color #E7196E: hue angle of 335.24º 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 #E7196E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 110 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.09 |
| HSL | 335.24º | 0.81% | 0.5% | - |
| HSV(B) | 335.24º | 0.89% | 0.91% | - |
| XYZ | 36.12 | 18.81 | 16.48 | - |
| YUV | 96.28 | 135.75 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 110 | 0 | 0.89 | 0.52 | 0.09 | 335.24 | 0.81 | 0.5 |
| Hex | E7 | 19 | 6E | 0 | 59 | 34 | 9 | 14F | 51 | 32 |
| Octal | 347 | 31 | 156 | 0 | 131 | 64 | 11 | 517 | 121 | 62 |
| Binary | 11100111 | 11001 | 1101110 | 0 | 1011001 | 110100 | 1001 | 101001111 | 1010001 | 110010 |
Color Harmonies of #E7196E
Complementary color
Monochromatic Colors of #E7196E
Black with #E7196E
Text Example
Text Example
White with #E7196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7196E; }
p { color: rgb(231,25,110); }
H1.HeaderClassName
{
color: #E7196E;
}
.AnyTagClassName
{
color: #E7196E;
}
</style>
background-color css
<style>
a { background-color: #E7196E; }
a { background-color: rgb(231,25,110); }
div.DivClassName
{
background-color: #E7196E;
}
.BgClassName
{
background-color: #E7196E;
}
</style>
border-color css
<style>
span { border-color: #E7196E; }
span { border-color: rgb(231,25,110); }
td.TdClassName
{
border-color: #E7196E;
}
.TagClassName
{
border-color: #E7196E;
}
</style>