Shades of Ruby #E2186F
Tints of Ruby #E2186F
RGB
CMYK
RGB Variations
Color information
#E2186F (or 0xE2186F) is known color: Ruby. HEX triplet: E2, 18 and 6F. RGB value is (226,24,111). Sum of RGB (Red+Green+Blue) = 226+24+111=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E2186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2186F is #1DE790. Grayscale: #5E5E5E. Windows color (decimal): -1959825 or 7280866. OLE color: 7280866.
HSL color Cylindrical-coordinate representation of color #E2186F: hue angle of 334.16º degrees, saturation: 0.81, 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 #E2186F is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 111 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.11 |
| HSL | 334.16º | 0.81% | 0.49% | - |
| HSV(B) | 334.16º | 0.89% | 0.89% | - |
| XYZ | 34.56 | 17.97 | 16.69 | - |
| YUV | 94.32 | 137.42 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 111 | 0 | 0.89 | 0.51 | 0.11 | 334.16 | 0.81 | 0.49 |
| Hex | E2 | 18 | 6F | 0 | 59 | 33 | B | 14E | 51 | 31 |
| Octal | 342 | 30 | 157 | 0 | 131 | 63 | 13 | 516 | 121 | 61 |
| Binary | 11100010 | 11000 | 1101111 | 0 | 1011001 | 110011 | 1011 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E2186F
Complementary color
Monochromatic Colors of #E2186F
Black with #E2186F
Text Example
Text Example
White with #E2186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2186F; }
p { color: rgb(226,24,111); }
H1.HeaderClassName
{
color: #E2186F;
}
.AnyTagClassName
{
color: #E2186F;
}
</style>
background-color css
<style>
a { background-color: #E2186F; }
a { background-color: rgb(226,24,111); }
div.DivClassName
{
background-color: #E2186F;
}
.BgClassName
{
background-color: #E2186F;
}
</style>
border-color css
<style>
span { border-color: #E2186F; }
span { border-color: rgb(226,24,111); }
td.TdClassName
{
border-color: #E2186F;
}
.TagClassName
{
border-color: #E2186F;
}
</style>