Shades of Ruby #E20979
Tints of Ruby #E20979
RGB
CMYK
RGB Variations
Color information
#E20979 (or 0xE20979) is known color: Ruby. HEX triplet: E2, 09 and 79. RGB value is (226,9,121). Sum of RGB (Red+Green+Blue) = 226+9+121=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E20979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20979 is #1DF686. Grayscale: #565656. Windows color (decimal): -1963655 or 7932386. OLE color: 7932386.
HSL color Cylindrical-coordinate representation of color #E20979: hue angle of 329.03º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20979 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.11 |
| HSL | 329.03º | 0.92% | 0.46% | - |
| HSV(B) | 329.03º | 0.96% | 0.89% | - |
| XYZ | 34.91 | 17.74 | 19.67 | - |
| YUV | 86.65 | 147.39 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 121 | 0 | 0.96 | 0.46 | 0.11 | 329.03 | 0.92 | 0.46 |
| Hex | E2 | 9 | 79 | 0 | 60 | 2E | B | 149 | 5C | 2E |
| Octal | 342 | 11 | 171 | 0 | 140 | 56 | 13 | 511 | 134 | 56 |
| Binary | 11100010 | 1001 | 1111001 | 0 | 1100000 | 101110 | 1011 | 101001001 | 1011100 | 101110 |
Color Harmonies of #E20979
Complementary color
Monochromatic Colors of #E20979
Black with #E20979
Text Example
Text Example
White with #E20979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20979; }
p { color: rgb(226,9,121); }
H1.HeaderClassName
{
color: #E20979;
}
.AnyTagClassName
{
color: #E20979;
}
</style>
background-color css
<style>
a { background-color: #E20979; }
a { background-color: rgb(226,9,121); }
div.DivClassName
{
background-color: #E20979;
}
.BgClassName
{
background-color: #E20979;
}
</style>
border-color css
<style>
span { border-color: #E20979; }
span { border-color: rgb(226,9,121); }
td.TdClassName
{
border-color: #E20979;
}
.TagClassName
{
border-color: #E20979;
}
</style>