Shades of Ruby #E00979
Tints of Ruby #E00979
RGB
CMYK
RGB Variations
Color information
#E00979 (or 0xE00979) is known color: Ruby. HEX triplet: E0, 09 and 79. RGB value is (224,9,121). Sum of RGB (Red+Green+Blue) = 224+9+121=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E00979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00979 is #1FF686. Grayscale: #555555. Windows color (decimal): -2094727 or 7932384. OLE color: 7932384.
HSL color Cylindrical-coordinate representation of color #E00979: hue angle of 328.74º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00979 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.12 |
| HSL | 328.74º | 0.92% | 0.46% | - |
| HSV(B) | 328.74º | 0.96% | 0.88% | - |
| XYZ | 34.29 | 17.42 | 19.64 | - |
| YUV | 86.05 | 147.73 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 121 | 0 | 0.96 | 0.46 | 0.12 | 328.74 | 0.92 | 0.46 |
| Hex | E0 | 9 | 79 | 0 | 60 | 2E | C | 149 | 5C | 2E |
| Octal | 340 | 11 | 171 | 0 | 140 | 56 | 14 | 511 | 134 | 56 |
| Binary | 11100000 | 1001 | 1111001 | 0 | 1100000 | 101110 | 1100 | 101001001 | 1011100 | 101110 |
Color Harmonies of #E00979
Complementary color
Monochromatic Colors of #E00979
Black with #E00979
Text Example
Text Example
White with #E00979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00979; }
p { color: rgb(224,9,121); }
H1.HeaderClassName
{
color: #E00979;
}
.AnyTagClassName
{
color: #E00979;
}
</style>
background-color css
<style>
a { background-color: #E00979; }
a { background-color: rgb(224,9,121); }
div.DivClassName
{
background-color: #E00979;
}
.BgClassName
{
background-color: #E00979;
}
</style>
border-color css
<style>
span { border-color: #E00979; }
span { border-color: rgb(224,9,121); }
td.TdClassName
{
border-color: #E00979;
}
.TagClassName
{
border-color: #E00979;
}
</style>