Shades of Ruby #E2196A
Tints of Ruby #E2196A
RGB
CMYK
RGB Variations
Color information
#E2196A (or 0xE2196A) is known color: Ruby. HEX triplet: E2, 19 and 6A. RGB value is (226,25,106). Sum of RGB (Red+Green+Blue) = 226+25+106=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2196A is #1DE695. Grayscale: #5E5E5E. Windows color (decimal): -1959574 or 6953442. OLE color: 6953442.
HSL color Cylindrical-coordinate representation of color #E2196A: hue angle of 335.82º 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 #E2196A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 106 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.11 |
| HSL | 335.82º | 0.8% | 0.49% | - |
| HSV(B) | 335.82º | 0.89% | 0.89% | - |
| XYZ | 34.31 | 17.9 | 15.28 | - |
| YUV | 94.33 | 134.59 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 106 | 0 | 0.89 | 0.53 | 0.11 | 335.82 | 0.8 | 0.49 |
| Hex | E2 | 19 | 6A | 0 | 59 | 35 | B | 150 | 50 | 31 |
| Octal | 342 | 31 | 152 | 0 | 131 | 65 | 13 | 520 | 120 | 61 |
| Binary | 11100010 | 11001 | 1101010 | 0 | 1011001 | 110101 | 1011 | 101010000 | 1010000 | 110001 |
Color Harmonies of #E2196A
Complementary color
Monochromatic Colors of #E2196A
Black with #E2196A
Text Example
Text Example
White with #E2196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2196A; }
p { color: rgb(226,25,106); }
H1.HeaderClassName
{
color: #E2196A;
}
.AnyTagClassName
{
color: #E2196A;
}
</style>
background-color css
<style>
a { background-color: #E2196A; }
a { background-color: rgb(226,25,106); }
div.DivClassName
{
background-color: #E2196A;
}
.BgClassName
{
background-color: #E2196A;
}
</style>
border-color css
<style>
span { border-color: #E2196A; }
span { border-color: rgb(226,25,106); }
td.TdClassName
{
border-color: #E2196A;
}
.TagClassName
{
border-color: #E2196A;
}
</style>