Shades of Ruby #E21079
Tints of Ruby #E21079
RGB
CMYK
RGB Variations
Color information
#E21079 (or 0xE21079) is known color: Ruby. HEX triplet: E2, 10 and 79. RGB value is (226,16,121). Sum of RGB (Red+Green+Blue) = 226+16+121=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E21079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21079 is #1DEF86. Grayscale: #5A5A5A. Windows color (decimal): -1961863 or 7934178. OLE color: 7934178.
HSL color Cylindrical-coordinate representation of color #E21079: hue angle of 330º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E21079 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 121 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.11 |
| HSL | 330º | 0.87% | 0.47% | - |
| HSV(B) | 330º | 0.93% | 0.89% | - |
| XYZ | 35 | 17.92 | 19.7 | - |
| YUV | 90.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 121 | 0 | 0.93 | 0.46 | 0.11 | 330 | 0.87 | 0.47 |
| Hex | E2 | 10 | 79 | 0 | 5D | 2E | B | 14A | 57 | 2F |
| Octal | 342 | 20 | 171 | 0 | 135 | 56 | 13 | 512 | 127 | 57 |
| Binary | 11100010 | 10000 | 1111001 | 0 | 1011101 | 101110 | 1011 | 101001010 | 1010111 | 101111 |
Color Harmonies of #E21079
Complementary color
Monochromatic Colors of #E21079
Black with #E21079
Text Example
Text Example
White with #E21079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21079; }
p { color: rgb(226,16,121); }
H1.HeaderClassName
{
color: #E21079;
}
.AnyTagClassName
{
color: #E21079;
}
</style>
background-color css
<style>
a { background-color: #E21079; }
a { background-color: rgb(226,16,121); }
div.DivClassName
{
background-color: #E21079;
}
.BgClassName
{
background-color: #E21079;
}
</style>
border-color css
<style>
span { border-color: #E21079; }
span { border-color: rgb(226,16,121); }
td.TdClassName
{
border-color: #E21079;
}
.TagClassName
{
border-color: #E21079;
}
</style>