Shades of Ruby #E00F79
Tints of Ruby #E00F79
RGB
CMYK
RGB Variations
Color information
#E00F79 (or 0xE00F79) is known color: Ruby. HEX triplet: E0, 0F and 79. RGB value is (224,15,121). Sum of RGB (Red+Green+Blue) = 224+15+121=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F79 is #1FF086. Grayscale: #595959. Windows color (decimal): -2093191 or 7933920. OLE color: 7933920.
HSL color Cylindrical-coordinate representation of color #E00F79: hue angle of 329.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F79 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 121 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.12 |
| HSL | 329.57º | 0.87% | 0.47% | - |
| HSV(B) | 329.57º | 0.93% | 0.88% | - |
| XYZ | 34.36 | 17.57 | 19.67 | - |
| YUV | 89.58 | 145.74 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 121 | 0 | 0.93 | 0.46 | 0.12 | 329.57 | 0.87 | 0.47 |
| Hex | E0 | F | 79 | 0 | 5D | 2E | C | 14A | 57 | 2F |
| Octal | 340 | 17 | 171 | 0 | 135 | 56 | 14 | 512 | 127 | 57 |
| Binary | 11100000 | 1111 | 1111001 | 0 | 1011101 | 101110 | 1100 | 101001010 | 1010111 | 101111 |
Color Harmonies of #E00F79
Complementary color
Monochromatic Colors of #E00F79
Black with #E00F79
Text Example
Text Example
White with #E00F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F79; }
p { color: rgb(224,15,121); }
H1.HeaderClassName
{
color: #E00F79;
}
.AnyTagClassName
{
color: #E00F79;
}
</style>
background-color css
<style>
a { background-color: #E00F79; }
a { background-color: rgb(224,15,121); }
div.DivClassName
{
background-color: #E00F79;
}
.BgClassName
{
background-color: #E00F79;
}
</style>
border-color css
<style>
span { border-color: #E00F79; }
span { border-color: rgb(224,15,121); }
td.TdClassName
{
border-color: #E00F79;
}
.TagClassName
{
border-color: #E00F79;
}
</style>