Shades of Ruby #E7196F
Tints of Ruby #E7196F
RGB
CMYK
RGB Variations
Color information
#E7196F (or 0xE7196F) is known color: Ruby. HEX triplet: E7, 19 and 6F. RGB value is (231,25,111). Sum of RGB (Red+Green+Blue) = 231+25+111=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E7196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7196F is #18E690. Grayscale: #606060. Windows color (decimal): -1631889 or 7281127. OLE color: 7281127.
HSL color Cylindrical-coordinate representation of color #E7196F: hue angle of 334.95º 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 #E7196F is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 111 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.09 |
| HSL | 334.95º | 0.81% | 0.5% | - |
| HSV(B) | 334.95º | 0.89% | 0.91% | - |
| XYZ | 36.17 | 18.83 | 16.77 | - |
| YUV | 96.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 111 | 0 | 0.89 | 0.52 | 0.09 | 334.95 | 0.81 | 0.5 |
| Hex | E7 | 19 | 6F | 0 | 59 | 34 | 9 | 14F | 51 | 32 |
| Octal | 347 | 31 | 157 | 0 | 131 | 64 | 11 | 517 | 121 | 62 |
| Binary | 11100111 | 11001 | 1101111 | 0 | 1011001 | 110100 | 1001 | 101001111 | 1010001 | 110010 |
Color Harmonies of #E7196F
Complementary color
Monochromatic Colors of #E7196F
Black with #E7196F
Text Example
Text Example
White with #E7196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7196F; }
p { color: rgb(231,25,111); }
H1.HeaderClassName
{
color: #E7196F;
}
.AnyTagClassName
{
color: #E7196F;
}
</style>
background-color css
<style>
a { background-color: #E7196F; }
a { background-color: rgb(231,25,111); }
div.DivClassName
{
background-color: #E7196F;
}
.BgClassName
{
background-color: #E7196F;
}
</style>
border-color css
<style>
span { border-color: #E7196F; }
span { border-color: rgb(231,25,111); }
td.TdClassName
{
border-color: #E7196F;
}
.TagClassName
{
border-color: #E7196F;
}
</style>