Shades of Ruby #E21176
Tints of Ruby #E21176
RGB
CMYK
RGB Variations
Color information
#E21176 (or 0xE21176) is known color: Ruby. HEX triplet: E2, 11 and 76. RGB value is (226,17,118). Sum of RGB (Red+Green+Blue) = 226+17+118=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E21176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21176 is #1DEE89. Grayscale: #5A5A5A. Windows color (decimal): -1961610 or 7737826. OLE color: 7737826.
HSL color Cylindrical-coordinate representation of color #E21176: hue angle of 331º 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 #E21176 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 118 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.11 |
| HSL | 331º | 0.86% | 0.48% | - |
| HSV(B) | 331º | 0.92% | 0.89% | - |
| XYZ | 34.83 | 17.88 | 18.75 | - |
| YUV | 91.01 | 143.24 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 118 | 0 | 0.92 | 0.48 | 0.11 | 331 | 0.86 | 0.48 |
| Hex | E2 | 11 | 76 | 0 | 5C | 30 | B | 14B | 56 | 30 |
| Octal | 342 | 21 | 166 | 0 | 134 | 60 | 13 | 513 | 126 | 60 |
| Binary | 11100010 | 10001 | 1110110 | 0 | 1011100 | 110000 | 1011 | 101001011 | 1010110 | 110000 |
Color Harmonies of #E21176
Complementary color
Monochromatic Colors of #E21176
Black with #E21176
Text Example
Text Example
White with #E21176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21176; }
p { color: rgb(226,17,118); }
H1.HeaderClassName
{
color: #E21176;
}
.AnyTagClassName
{
color: #E21176;
}
</style>
background-color css
<style>
a { background-color: #E21176; }
a { background-color: rgb(226,17,118); }
div.DivClassName
{
background-color: #E21176;
}
.BgClassName
{
background-color: #E21176;
}
</style>
border-color css
<style>
span { border-color: #E21176; }
span { border-color: rgb(226,17,118); }
td.TdClassName
{
border-color: #E21176;
}
.TagClassName
{
border-color: #E21176;
}
</style>