Shades of Ruby #E7197A
Tints of Ruby #E7197A
RGB
CMYK
RGB Variations
Color information
#E7197A (or 0xE7197A) is known color: Ruby. HEX triplet: E7, 19 and 7A. RGB value is (231,25,122). Sum of RGB (Red+Green+Blue) = 231+25+122=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E7197A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7197A is #18E685. Grayscale: #616161. Windows color (decimal): -1631878 or 8002023. OLE color: 8002023.
HSL color Cylindrical-coordinate representation of color #E7197A: hue angle of 331.75º 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 #E7197A is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 122 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.09 |
| HSL | 331.75º | 0.81% | 0.5% | - |
| HSV(B) | 331.75º | 0.89% | 0.91% | - |
| XYZ | 36.82 | 19.09 | 20.16 | - |
| YUV | 97.65 | 141.75 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 122 | 0 | 0.89 | 0.47 | 0.09 | 331.75 | 0.81 | 0.5 |
| Hex | E7 | 19 | 7A | 0 | 59 | 2F | 9 | 14C | 51 | 32 |
| Octal | 347 | 31 | 172 | 0 | 131 | 57 | 11 | 514 | 121 | 62 |
| Binary | 11100111 | 11001 | 1111010 | 0 | 1011001 | 101111 | 1001 | 101001100 | 1010001 | 110010 |
Color Harmonies of #E7197A
Complementary color
Monochromatic Colors of #E7197A
Black with #E7197A
Text Example
Text Example
White with #E7197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7197A; }
p { color: rgb(231,25,122); }
H1.HeaderClassName
{
color: #E7197A;
}
.AnyTagClassName
{
color: #E7197A;
}
</style>
background-color css
<style>
a { background-color: #E7197A; }
a { background-color: rgb(231,25,122); }
div.DivClassName
{
background-color: #E7197A;
}
.BgClassName
{
background-color: #E7197A;
}
</style>
border-color css
<style>
span { border-color: #E7197A; }
span { border-color: rgb(231,25,122); }
td.TdClassName
{
border-color: #E7197A;
}
.TagClassName
{
border-color: #E7197A;
}
</style>