Shades of Ruby #E21166
Tints of Ruby #E21166
RGB
CMYK
RGB Variations
Color information
#E21166 (or 0xE21166) is known color: Ruby. HEX triplet: E2, 11 and 66. RGB value is (226,17,102). Sum of RGB (Red+Green+Blue) = 226+17+102=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E21166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21166 is #1DEE99. Grayscale: #595959. Windows color (decimal): -1961626 or 6689250. OLE color: 6689250.
HSL color Cylindrical-coordinate representation of color #E21166: hue angle of 335.6º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21166 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 102 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.11 |
| HSL | 335.6º | 0.86% | 0.48% | - |
| HSV(B) | 335.6º | 0.92% | 0.89% | - |
| XYZ | 33.96 | 17.53 | 14.16 | - |
| YUV | 89.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 102 | 0 | 0.92 | 0.55 | 0.11 | 335.6 | 0.86 | 0.48 |
| Hex | E2 | 11 | 66 | 0 | 5C | 37 | B | 150 | 56 | 30 |
| Octal | 342 | 21 | 146 | 0 | 134 | 67 | 13 | 520 | 126 | 60 |
| Binary | 11100010 | 10001 | 1100110 | 0 | 1011100 | 110111 | 1011 | 101010000 | 1010110 | 110000 |
Color Harmonies of #E21166
Complementary color
Monochromatic Colors of #E21166
Black with #E21166
Text Example
Text Example
White with #E21166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21166; }
p { color: rgb(226,17,102); }
H1.HeaderClassName
{
color: #E21166;
}
.AnyTagClassName
{
color: #E21166;
}
</style>
background-color css
<style>
a { background-color: #E21166; }
a { background-color: rgb(226,17,102); }
div.DivClassName
{
background-color: #E21166;
}
.BgClassName
{
background-color: #E21166;
}
</style>
border-color css
<style>
span { border-color: #E21166; }
span { border-color: rgb(226,17,102); }
td.TdClassName
{
border-color: #E21166;
}
.TagClassName
{
border-color: #E21166;
}
</style>