Shades of Ruby #E2196C
Tints of Ruby #E2196C
RGB
CMYK
RGB Variations
Color information
#E2196C (or 0xE2196C) is known color: Ruby. HEX triplet: E2, 19 and 6C. RGB value is (226,25,108). Sum of RGB (Red+Green+Blue) = 226+25+108=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E2196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2196C is #1DE693. Grayscale: #5E5E5E. Windows color (decimal): -1959572 or 7084514. OLE color: 7084514.
HSL color Cylindrical-coordinate representation of color #E2196C: hue angle of 335.22º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2196C is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 108 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.11 |
| HSL | 335.22º | 0.8% | 0.49% | - |
| HSV(B) | 335.22º | 0.89% | 0.89% | - |
| XYZ | 34.42 | 17.95 | 15.84 | - |
| YUV | 94.56 | 135.59 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 108 | 0 | 0.89 | 0.52 | 0.11 | 335.22 | 0.8 | 0.49 |
| Hex | E2 | 19 | 6C | 0 | 59 | 34 | B | 14F | 50 | 31 |
| Octal | 342 | 31 | 154 | 0 | 131 | 64 | 13 | 517 | 120 | 61 |
| Binary | 11100010 | 11001 | 1101100 | 0 | 1011001 | 110100 | 1011 | 101001111 | 1010000 | 110001 |
Color Harmonies of #E2196C
Complementary color
Monochromatic Colors of #E2196C
Black with #E2196C
Text Example
Text Example
White with #E2196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2196C; }
p { color: rgb(226,25,108); }
H1.HeaderClassName
{
color: #E2196C;
}
.AnyTagClassName
{
color: #E2196C;
}
</style>
background-color css
<style>
a { background-color: #E2196C; }
a { background-color: rgb(226,25,108); }
div.DivClassName
{
background-color: #E2196C;
}
.BgClassName
{
background-color: #E2196C;
}
</style>
border-color css
<style>
span { border-color: #E2196C; }
span { border-color: rgb(226,25,108); }
td.TdClassName
{
border-color: #E2196C;
}
.TagClassName
{
border-color: #E2196C;
}
</style>