Shades of Ruby #E2186E
Tints of Ruby #E2186E
RGB
CMYK
RGB Variations
Color information
#E2186E (or 0xE2186E) is known color: Ruby. HEX triplet: E2, 18 and 6E. RGB value is (226,24,110). Sum of RGB (Red+Green+Blue) = 226+24+110=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E2186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2186E is #1DE791. Grayscale: #5E5E5E. Windows color (decimal): -1959826 or 7215330. OLE color: 7215330.
HSL color Cylindrical-coordinate representation of color #E2186E: hue angle of 334.46º 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 #E2186E is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 110 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.11 |
| HSL | 334.46º | 0.81% | 0.49% | - |
| HSV(B) | 334.46º | 0.89% | 0.89% | - |
| XYZ | 34.51 | 17.95 | 16.4 | - |
| YUV | 94.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 110 | 0 | 0.89 | 0.51 | 0.11 | 334.46 | 0.81 | 0.49 |
| Hex | E2 | 18 | 6E | 0 | 59 | 33 | B | 14E | 51 | 31 |
| Octal | 342 | 30 | 156 | 0 | 131 | 63 | 13 | 516 | 121 | 61 |
| Binary | 11100010 | 11000 | 1101110 | 0 | 1011001 | 110011 | 1011 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E2186E
Complementary color
Monochromatic Colors of #E2186E
Black with #E2186E
Text Example
Text Example
White with #E2186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2186E; }
p { color: rgb(226,24,110); }
H1.HeaderClassName
{
color: #E2186E;
}
.AnyTagClassName
{
color: #E2186E;
}
</style>
background-color css
<style>
a { background-color: #E2186E; }
a { background-color: rgb(226,24,110); }
div.DivClassName
{
background-color: #E2186E;
}
.BgClassName
{
background-color: #E2186E;
}
</style>
border-color css
<style>
span { border-color: #E2186E; }
span { border-color: rgb(226,24,110); }
td.TdClassName
{
border-color: #E2186E;
}
.TagClassName
{
border-color: #E2186E;
}
</style>