Shades of Ruby #E22066
Tints of Ruby #E22066
RGB
CMYK
RGB Variations
Color information
#E22066 (or 0xE22066) is known color: Ruby. HEX triplet: E2, 20 and 66. RGB value is (226,32,102). Sum of RGB (Red+Green+Blue) = 226+32+102=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E22066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22066 is #1DDF99. Grayscale: #616161. Windows color (decimal): -1957786 or 6693090. OLE color: 6693090.
HSL color Cylindrical-coordinate representation of color #E22066: hue angle of 338.35º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22066 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 102 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.11 |
| HSL | 338.35º | 0.77% | 0.51% | - |
| HSV(B) | 338.35º | 0.86% | 0.89% | - |
| XYZ | 34.28 | 18.16 | 14.27 | - |
| YUV | 97.99 | 130.27 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 102 | 0 | 0.86 | 0.55 | 0.11 | 338.35 | 0.77 | 0.51 |
| Hex | E2 | 20 | 66 | 0 | 56 | 37 | B | 152 | 4D | 33 |
| Octal | 342 | 40 | 146 | 0 | 126 | 67 | 13 | 522 | 115 | 63 |
| Binary | 11100010 | 100000 | 1100110 | 0 | 1010110 | 110111 | 1011 | 101010010 | 1001101 | 110011 |
Color Harmonies of #E22066
Complementary color
Monochromatic Colors of #E22066
Black with #E22066
Text Example
Text Example
White with #E22066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22066; }
p { color: rgb(226,32,102); }
H1.HeaderClassName
{
color: #E22066;
}
.AnyTagClassName
{
color: #E22066;
}
</style>
background-color css
<style>
a { background-color: #E22066; }
a { background-color: rgb(226,32,102); }
div.DivClassName
{
background-color: #E22066;
}
.BgClassName
{
background-color: #E22066;
}
</style>
border-color css
<style>
span { border-color: #E22066; }
span { border-color: rgb(226,32,102); }
td.TdClassName
{
border-color: #E22066;
}
.TagClassName
{
border-color: #E22066;
}
</style>