Shades of Ruby #E01979
Tints of Ruby #E01979
RGB
CMYK
RGB Variations
Color information
#E01979 (or 0xE01979) is known color: Ruby. HEX triplet: E0, 19 and 79. RGB value is (224,25,121). Sum of RGB (Red+Green+Blue) = 224+25+121=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E01979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01979 is #1FE686. Grayscale: #5F5F5F. Windows color (decimal): -2090631 or 7936480. OLE color: 7936480.
HSL color Cylindrical-coordinate representation of color #E01979: hue angle of 331.06º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01979 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 121 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.12 |
| HSL | 331.06º | 0.8% | 0.49% | - |
| HSV(B) | 331.06º | 0.89% | 0.88% | - |
| XYZ | 34.54 | 17.92 | 19.73 | - |
| YUV | 95.45 | 142.43 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 121 | 0 | 0.89 | 0.46 | 0.12 | 331.06 | 0.8 | 0.49 |
| Hex | E0 | 19 | 79 | 0 | 59 | 2E | C | 14B | 50 | 31 |
| Octal | 340 | 31 | 171 | 0 | 131 | 56 | 14 | 513 | 120 | 61 |
| Binary | 11100000 | 11001 | 1111001 | 0 | 1011001 | 101110 | 1100 | 101001011 | 1010000 | 110001 |
Color Harmonies of #E01979
Complementary color
Monochromatic Colors of #E01979
Black with #E01979
Text Example
Text Example
White with #E01979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01979; }
p { color: rgb(224,25,121); }
H1.HeaderClassName
{
color: #E01979;
}
.AnyTagClassName
{
color: #E01979;
}
</style>
background-color css
<style>
a { background-color: #E01979; }
a { background-color: rgb(224,25,121); }
div.DivClassName
{
background-color: #E01979;
}
.BgClassName
{
background-color: #E01979;
}
</style>
border-color css
<style>
span { border-color: #E01979; }
span { border-color: rgb(224,25,121); }
td.TdClassName
{
border-color: #E01979;
}
.TagClassName
{
border-color: #E01979;
}
</style>