Shades of Ruby #E5196B
Tints of Ruby #E5196B
RGB
CMYK
RGB Variations
Color information
#E5196B (or 0xE5196B) is known color: Ruby. HEX triplet: E5, 19 and 6B. RGB value is (229,25,107). Sum of RGB (Red+Green+Blue) = 229+25+107=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5196B is #1AE694. Grayscale: #5F5F5F. Windows color (decimal): -1762965 or 7018981. OLE color: 7018981.
HSL color Cylindrical-coordinate representation of color #E5196B: hue angle of 335.88º 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 #E5196B is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 107 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.10 |
| HSL | 335.88º | 0.8% | 0.5% | - |
| HSV(B) | 335.88º | 0.89% | 0.9% | - |
| XYZ | 35.31 | 18.41 | 15.6 | - |
| YUV | 95.34 | 134.59 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 107 | 0 | 0.89 | 0.53 | 0.10 | 335.88 | 0.8 | 0.5 |
| Hex | E5 | 19 | 6B | 0 | 59 | 35 | A | 150 | 50 | 32 |
| Octal | 345 | 31 | 153 | 0 | 131 | 65 | 12 | 520 | 120 | 62 |
| Binary | 11100101 | 11001 | 1101011 | 0 | 1011001 | 110101 | 1010 | 101010000 | 1010000 | 110010 |
Color Harmonies of #E5196B
Complementary color
Monochromatic Colors of #E5196B
Black with #E5196B
Text Example
Text Example
White with #E5196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5196B; }
p { color: rgb(229,25,107); }
H1.HeaderClassName
{
color: #E5196B;
}
.AnyTagClassName
{
color: #E5196B;
}
</style>
background-color css
<style>
a { background-color: #E5196B; }
a { background-color: rgb(229,25,107); }
div.DivClassName
{
background-color: #E5196B;
}
.BgClassName
{
background-color: #E5196B;
}
</style>
border-color css
<style>
span { border-color: #E5196B; }
span { border-color: rgb(229,25,107); }
td.TdClassName
{
border-color: #E5196B;
}
.TagClassName
{
border-color: #E5196B;
}
</style>