Shades of Ruby #E21179
Tints of Ruby #E21179
RGB
CMYK
RGB Variations
Color information
#E21179 (or 0xE21179) is known color: Ruby. HEX triplet: E2, 11 and 79. RGB value is (226,17,121). Sum of RGB (Red+Green+Blue) = 226+17+121=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E21179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21179 is #1DEE86. Grayscale: #5B5B5B. Windows color (decimal): -1961607 or 7934434. OLE color: 7934434.
HSL color Cylindrical-coordinate representation of color #E21179: hue angle of 330.14º 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 #E21179 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.11 |
| HSL | 330.14º | 0.86% | 0.48% | - |
| HSV(B) | 330.14º | 0.92% | 0.89% | - |
| XYZ | 35.02 | 17.95 | 19.71 | - |
| YUV | 91.35 | 144.74 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 121 | 0 | 0.92 | 0.46 | 0.11 | 330.14 | 0.86 | 0.48 |
| Hex | E2 | 11 | 79 | 0 | 5C | 2E | B | 14A | 56 | 30 |
| Octal | 342 | 21 | 171 | 0 | 134 | 56 | 13 | 512 | 126 | 60 |
| Binary | 11100010 | 10001 | 1111001 | 0 | 1011100 | 101110 | 1011 | 101001010 | 1010110 | 110000 |
Color Harmonies of #E21179
Complementary color
Monochromatic Colors of #E21179
Black with #E21179
Text Example
Text Example
White with #E21179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21179; }
p { color: rgb(226,17,121); }
H1.HeaderClassName
{
color: #E21179;
}
.AnyTagClassName
{
color: #E21179;
}
</style>
background-color css
<style>
a { background-color: #E21179; }
a { background-color: rgb(226,17,121); }
div.DivClassName
{
background-color: #E21179;
}
.BgClassName
{
background-color: #E21179;
}
</style>
border-color css
<style>
span { border-color: #E21179; }
span { border-color: rgb(226,17,121); }
td.TdClassName
{
border-color: #E21179;
}
.TagClassName
{
border-color: #E21179;
}
</style>