Shades of Ruby #E8196E
Tints of Ruby #E8196E
RGB
CMYK
RGB Variations
Color information
#E8196E (or 0xE8196E) is known color: Ruby. HEX triplet: E8, 19 and 6E. RGB value is (232,25,110). Sum of RGB (Red+Green+Blue) = 232+25+110=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E8196E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8196E is #17E691. Grayscale: #606060. Windows color (decimal): -1566354 or 7215592. OLE color: 7215592.
HSL color Cylindrical-coordinate representation of color #E8196E: hue angle of 335.36º degrees, saturation: 0.82, 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 #E8196E is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 110 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.09 |
| HSL | 335.36º | 0.82% | 0.5% | - |
| HSV(B) | 335.36º | 0.89% | 0.91% | - |
| XYZ | 36.44 | 18.98 | 16.49 | - |
| YUV | 96.58 | 135.58 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 110 | 0 | 0.89 | 0.53 | 0.09 | 335.36 | 0.82 | 0.5 |
| Hex | E8 | 19 | 6E | 0 | 59 | 35 | 9 | 14F | 52 | 32 |
| Octal | 350 | 31 | 156 | 0 | 131 | 65 | 11 | 517 | 122 | 62 |
| Binary | 11101000 | 11001 | 1101110 | 0 | 1011001 | 110101 | 1001 | 101001111 | 1010010 | 110010 |
Color Harmonies of #E8196E
Complementary color
Monochromatic Colors of #E8196E
Black with #E8196E
Text Example
Text Example
White with #E8196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8196E; }
p { color: rgb(232,25,110); }
H1.HeaderClassName
{
color: #E8196E;
}
.AnyTagClassName
{
color: #E8196E;
}
</style>
background-color css
<style>
a { background-color: #E8196E; }
a { background-color: rgb(232,25,110); }
div.DivClassName
{
background-color: #E8196E;
}
.BgClassName
{
background-color: #E8196E;
}
</style>
border-color css
<style>
span { border-color: #E8196E; }
span { border-color: rgb(232,25,110); }
td.TdClassName
{
border-color: #E8196E;
}
.TagClassName
{
border-color: #E8196E;
}
</style>