Shades of Ruby #E5196E
Tints of Ruby #E5196E
RGB
CMYK
RGB Variations
Color information
#E5196E (or 0xE5196E) is known color: Ruby. HEX triplet: E5, 19 and 6E. RGB value is (229,25,110). Sum of RGB (Red+Green+Blue) = 229+25+110=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E5196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5196E is #1AE691. Grayscale: #5F5F5F. Windows color (decimal): -1762962 or 7215589. OLE color: 7215589.
HSL color Cylindrical-coordinate representation of color #E5196E: hue angle of 335º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5196E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 110 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.10 |
| HSL | 335º | 0.8% | 0.5% | - |
| HSV(B) | 335º | 0.89% | 0.9% | - |
| XYZ | 35.48 | 18.48 | 16.45 | - |
| YUV | 95.69 | 136.09 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 110 | 0 | 0.89 | 0.52 | 0.10 | 335 | 0.8 | 0.5 |
| Hex | E5 | 19 | 6E | 0 | 59 | 34 | A | 14F | 50 | 32 |
| Octal | 345 | 31 | 156 | 0 | 131 | 64 | 12 | 517 | 120 | 62 |
| Binary | 11100101 | 11001 | 1101110 | 0 | 1011001 | 110100 | 1010 | 101001111 | 1010000 | 110010 |
Color Harmonies of #E5196E
Complementary color
Monochromatic Colors of #E5196E
Black with #E5196E
Text Example
Text Example
White with #E5196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5196E; }
p { color: rgb(229,25,110); }
H1.HeaderClassName
{
color: #E5196E;
}
.AnyTagClassName
{
color: #E5196E;
}
</style>
background-color css
<style>
a { background-color: #E5196E; }
a { background-color: rgb(229,25,110); }
div.DivClassName
{
background-color: #E5196E;
}
.BgClassName
{
background-color: #E5196E;
}
</style>
border-color css
<style>
span { border-color: #E5196E; }
span { border-color: rgb(229,25,110); }
td.TdClassName
{
border-color: #E5196E;
}
.TagClassName
{
border-color: #E5196E;
}
</style>