Shades of Ruby #E1196B
Tints of Ruby #E1196B
RGB
CMYK
RGB Variations
Color information
#E1196B (or 0xE1196B) is known color: Ruby. HEX triplet: E1, 19 and 6B. RGB value is (225,25,107). Sum of RGB (Red+Green+Blue) = 225+25+107=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1196B is #1EE694. Grayscale: #5E5E5E. Windows color (decimal): -2025109 or 7018977. OLE color: 7018977.
HSL color Cylindrical-coordinate representation of color #E1196B: hue angle of 335.4º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1196B is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 107 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.12 |
| HSL | 335.4º | 0.8% | 0.49% | - |
| HSV(B) | 335.4º | 0.89% | 0.88% | - |
| XYZ | 34.05 | 17.76 | 15.54 | - |
| YUV | 94.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 107 | 0 | 0.89 | 0.52 | 0.12 | 335.4 | 0.8 | 0.49 |
| Hex | E1 | 19 | 6B | 0 | 59 | 34 | C | 14F | 50 | 31 |
| Octal | 341 | 31 | 153 | 0 | 131 | 64 | 14 | 517 | 120 | 61 |
| Binary | 11100001 | 11001 | 1101011 | 0 | 1011001 | 110100 | 1100 | 101001111 | 1010000 | 110001 |
Color Harmonies of #E1196B
Complementary color
Monochromatic Colors of #E1196B
Black with #E1196B
Text Example
Text Example
White with #E1196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1196B; }
p { color: rgb(225,25,107); }
H1.HeaderClassName
{
color: #E1196B;
}
.AnyTagClassName
{
color: #E1196B;
}
</style>
background-color css
<style>
a { background-color: #E1196B; }
a { background-color: rgb(225,25,107); }
div.DivClassName
{
background-color: #E1196B;
}
.BgClassName
{
background-color: #E1196B;
}
</style>
border-color css
<style>
span { border-color: #E1196B; }
span { border-color: rgb(225,25,107); }
td.TdClassName
{
border-color: #E1196B;
}
.TagClassName
{
border-color: #E1196B;
}
</style>