Shades of Ruby #E2186A
Tints of Ruby #E2186A
RGB
CMYK
RGB Variations
Color information
#E2186A (or 0xE2186A) is known color: Ruby. HEX triplet: E2, 18 and 6A. RGB value is (226,24,106). Sum of RGB (Red+Green+Blue) = 226+24+106=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2186A is #1DE795. Grayscale: #5D5D5D. Windows color (decimal): -1959830 or 6953186. OLE color: 6953186.
HSL color Cylindrical-coordinate representation of color #E2186A: hue angle of 335.64º 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 #E2186A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 106 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.11 |
| HSL | 335.64º | 0.81% | 0.49% | - |
| HSV(B) | 335.64º | 0.89% | 0.89% | - |
| XYZ | 34.29 | 17.86 | 15.28 | - |
| YUV | 93.75 | 134.92 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 106 | 0 | 0.89 | 0.53 | 0.11 | 335.64 | 0.81 | 0.49 |
| Hex | E2 | 18 | 6A | 0 | 59 | 35 | B | 150 | 51 | 31 |
| Octal | 342 | 30 | 152 | 0 | 131 | 65 | 13 | 520 | 121 | 61 |
| Binary | 11100010 | 11000 | 1101010 | 0 | 1011001 | 110101 | 1011 | 101010000 | 1010001 | 110001 |
Color Harmonies of #E2186A
Complementary color
Monochromatic Colors of #E2186A
Black with #E2186A
Text Example
Text Example
White with #E2186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2186A; }
p { color: rgb(226,24,106); }
H1.HeaderClassName
{
color: #E2186A;
}
.AnyTagClassName
{
color: #E2186A;
}
</style>
background-color css
<style>
a { background-color: #E2186A; }
a { background-color: rgb(226,24,106); }
div.DivClassName
{
background-color: #E2186A;
}
.BgClassName
{
background-color: #E2186A;
}
</style>
border-color css
<style>
span { border-color: #E2186A; }
span { border-color: rgb(226,24,106); }
td.TdClassName
{
border-color: #E2186A;
}
.TagClassName
{
border-color: #E2186A;
}
</style>