Shades of Ruby #E2196F
Tints of Ruby #E2196F
RGB
CMYK
RGB Variations
Color information
#E2196F (or 0xE2196F) is known color: Ruby. HEX triplet: E2, 19 and 6F. RGB value is (226,25,111). Sum of RGB (Red+Green+Blue) = 226+25+111=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E2196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2196F is #1DE690. Grayscale: #5E5E5E. Windows color (decimal): -1959569 or 7281122. OLE color: 7281122.
HSL color Cylindrical-coordinate representation of color #E2196F: hue angle of 334.33º 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 #E2196F is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 111 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.11 |
| HSL | 334.33º | 0.8% | 0.49% | - |
| HSV(B) | 334.33º | 0.89% | 0.89% | - |
| XYZ | 34.58 | 18.01 | 16.69 | - |
| YUV | 94.9 | 137.09 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 111 | 0 | 0.89 | 0.51 | 0.11 | 334.33 | 0.8 | 0.49 |
| Hex | E2 | 19 | 6F | 0 | 59 | 33 | B | 14E | 50 | 31 |
| Octal | 342 | 31 | 157 | 0 | 131 | 63 | 13 | 516 | 120 | 61 |
| Binary | 11100010 | 11001 | 1101111 | 0 | 1011001 | 110011 | 1011 | 101001110 | 1010000 | 110001 |
Color Harmonies of #E2196F
Complementary color
Monochromatic Colors of #E2196F
Black with #E2196F
Text Example
Text Example
White with #E2196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2196F; }
p { color: rgb(226,25,111); }
H1.HeaderClassName
{
color: #E2196F;
}
.AnyTagClassName
{
color: #E2196F;
}
</style>
background-color css
<style>
a { background-color: #E2196F; }
a { background-color: rgb(226,25,111); }
div.DivClassName
{
background-color: #E2196F;
}
.BgClassName
{
background-color: #E2196F;
}
</style>
border-color css
<style>
span { border-color: #E2196F; }
span { border-color: rgb(226,25,111); }
td.TdClassName
{
border-color: #E2196F;
}
.TagClassName
{
border-color: #E2196F;
}
</style>