Shades of Ruby #E2106F
Tints of Ruby #E2106F
RGB
CMYK
RGB Variations
Color information
#E2106F (or 0xE2106F) is known color: Ruby. HEX triplet: E2, 10 and 6F. RGB value is (226,16,111). Sum of RGB (Red+Green+Blue) = 226+16+111=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2106F is #1DEF90. Grayscale: #595959. Windows color (decimal): -1961873 or 7278818. OLE color: 7278818.
HSL color Cylindrical-coordinate representation of color #E2106F: hue angle of 332.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2106F is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.11 |
| HSL | 332.86º | 0.87% | 0.47% | - |
| HSV(B) | 332.86º | 0.93% | 0.89% | - |
| XYZ | 34.42 | 17.69 | 16.64 | - |
| YUV | 89.62 | 140.07 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 111 | 0 | 0.93 | 0.51 | 0.11 | 332.86 | 0.87 | 0.47 |
| Hex | E2 | 10 | 6F | 0 | 5D | 33 | B | 14D | 57 | 2F |
| Octal | 342 | 20 | 157 | 0 | 135 | 63 | 13 | 515 | 127 | 57 |
| Binary | 11100010 | 10000 | 1101111 | 0 | 1011101 | 110011 | 1011 | 101001101 | 1010111 | 101111 |
Color Harmonies of #E2106F
Complementary color
Monochromatic Colors of #E2106F
Black with #E2106F
Text Example
Text Example
White with #E2106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2106F; }
p { color: rgb(226,16,111); }
H1.HeaderClassName
{
color: #E2106F;
}
.AnyTagClassName
{
color: #E2106F;
}
</style>
background-color css
<style>
a { background-color: #E2106F; }
a { background-color: rgb(226,16,111); }
div.DivClassName
{
background-color: #E2106F;
}
.BgClassName
{
background-color: #E2106F;
}
</style>
border-color css
<style>
span { border-color: #E2106F; }
span { border-color: rgb(226,16,111); }
td.TdClassName
{
border-color: #E2106F;
}
.TagClassName
{
border-color: #E2106F;
}
</style>