Shades of Ruby #E00079
Tints of Ruby #E00079
RGB
CMYK
RGB Variations
Color information
#E00079 (or 0xE00079) is known color: Ruby. HEX triplet: E0, 00 and 79. RGB value is (224,0,121). Sum of RGB (Red+Green+Blue) = 224+0+121=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E00079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00079 is #1FFF86. Grayscale: #505050. Windows color (decimal): -2097031 or 7930080. OLE color: 7930080.
HSL color Cylindrical-coordinate representation of color #E00079: hue angle of 327.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00079 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.46 | 0.12 |
| HSL | 327.59º | 1% | 0.44% | - |
| HSV(B) | 327.59º | 1% | 0.88% | - |
| XYZ | 34.19 | 17.23 | 19.61 | - |
| YUV | 80.77 | 150.71 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 121 | 0 | 1 | 0.46 | 0.12 | 327.59 | 1 | 0.44 |
| Hex | E0 | 0 | 79 | 0 | 64 | 2E | C | 148 | 64 | 2C |
| Octal | 340 | 0 | 171 | 0 | 144 | 56 | 14 | 510 | 144 | 54 |
| Binary | 11100000 | 0 | 1111001 | 0 | 1100100 | 101110 | 1100 | 101001000 | 1100100 | 101100 |
Color Harmonies of #E00079
Complementary color
Monochromatic Colors of #E00079
Black with #E00079
Text Example
Text Example
White with #E00079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00079; }
p { color: rgb(224,0,121); }
H1.HeaderClassName
{
color: #E00079;
}
.AnyTagClassName
{
color: #E00079;
}
</style>
background-color css
<style>
a { background-color: #E00079; }
a { background-color: rgb(224,0,121); }
div.DivClassName
{
background-color: #E00079;
}
.BgClassName
{
background-color: #E00079;
}
</style>
border-color css
<style>
span { border-color: #E00079; }
span { border-color: rgb(224,0,121); }
td.TdClassName
{
border-color: #E00079;
}
.TagClassName
{
border-color: #E00079;
}
</style>