Shades of Ruby #E2166E
Tints of Ruby #E2166E
RGB
CMYK
RGB Variations
Color information
#E2166E (or 0xE2166E) is known color: Ruby. HEX triplet: E2, 16 and 6E. RGB value is (226,22,110). Sum of RGB (Red+Green+Blue) = 226+22+110=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2166E is #1DE991. Grayscale: #5C5C5C. Windows color (decimal): -1960338 or 7214818. OLE color: 7214818.
HSL color Cylindrical-coordinate representation of color #E2166E: hue angle of 334.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2166E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 110 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.11 |
| HSL | 334.12º | 0.82% | 0.49% | - |
| HSV(B) | 334.12º | 0.9% | 0.89% | - |
| XYZ | 34.47 | 17.87 | 16.38 | - |
| YUV | 93.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 110 | 0 | 0.90 | 0.51 | 0.11 | 334.12 | 0.82 | 0.49 |
| Hex | E2 | 16 | 6E | 0 | 5A | 33 | B | 14E | 52 | 31 |
| Octal | 342 | 26 | 156 | 0 | 132 | 63 | 13 | 516 | 122 | 61 |
| Binary | 11100010 | 10110 | 1101110 | 0 | 1011010 | 110011 | 1011 | 101001110 | 1010010 | 110001 |
Color Harmonies of #E2166E
Complementary color
Monochromatic Colors of #E2166E
Black with #E2166E
Text Example
Text Example
White with #E2166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2166E; }
p { color: rgb(226,22,110); }
H1.HeaderClassName
{
color: #E2166E;
}
.AnyTagClassName
{
color: #E2166E;
}
</style>
background-color css
<style>
a { background-color: #E2166E; }
a { background-color: rgb(226,22,110); }
div.DivClassName
{
background-color: #E2166E;
}
.BgClassName
{
background-color: #E2166E;
}
</style>
border-color css
<style>
span { border-color: #E2166E; }
span { border-color: rgb(226,22,110); }
td.TdClassName
{
border-color: #E2166E;
}
.TagClassName
{
border-color: #E2166E;
}
</style>