Shades of Ruby #E7195E
Tints of Ruby #E7195E
RGB
CMYK
RGB Variations
Color information
#E7195E (or 0xE7195E) is known color: Ruby. HEX triplet: E7, 19 and 5E. RGB value is (231,25,94). Sum of RGB (Red+Green+Blue) = 231+25+94=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E7195E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7195E is #18E6A1. Grayscale: #5E5E5E. Windows color (decimal): -1631906 or 6167015. OLE color: 6167015.
HSL color Cylindrical-coordinate representation of color #E7195E: hue angle of 339.9º 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 #E7195E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 94 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.09 |
| HSL | 339.9º | 0.81% | 0.5% | - |
| HSV(B) | 339.9º | 0.89% | 0.91% | - |
| XYZ | 35.32 | 18.49 | 12.3 | - |
| YUV | 94.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 94 | 0 | 0.89 | 0.59 | 0.09 | 339.9 | 0.81 | 0.5 |
| Hex | E7 | 19 | 5E | 0 | 59 | 3B | 9 | 154 | 51 | 32 |
| Octal | 347 | 31 | 136 | 0 | 131 | 73 | 11 | 524 | 121 | 62 |
| Binary | 11100111 | 11001 | 1011110 | 0 | 1011001 | 111011 | 1001 | 101010100 | 1010001 | 110010 |
Color Harmonies of #E7195E
Complementary color
Monochromatic Colors of #E7195E
Black with #E7195E
Text Example
Text Example
White with #E7195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7195E; }
p { color: rgb(231,25,94); }
H1.HeaderClassName
{
color: #E7195E;
}
.AnyTagClassName
{
color: #E7195E;
}
</style>
background-color css
<style>
a { background-color: #E7195E; }
a { background-color: rgb(231,25,94); }
div.DivClassName
{
background-color: #E7195E;
}
.BgClassName
{
background-color: #E7195E;
}
</style>
border-color css
<style>
span { border-color: #E7195E; }
span { border-color: rgb(231,25,94); }
td.TdClassName
{
border-color: #E7195E;
}
.TagClassName
{
border-color: #E7195E;
}
</style>