Shades of Ruby #E01759
Tints of Ruby #E01759
RGB
CMYK
RGB Variations
Color information
#E01759 (or 0xE01759) is known color: Ruby. HEX triplet: E0, 17 and 59. RGB value is (224,23,89). Sum of RGB (Red+Green+Blue) = 224+23+89=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E01759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01759 is #1FE8A6. Grayscale: #5A5A5A. Windows color (decimal): -2091175 or 5838816. OLE color: 5838816.
HSL color Cylindrical-coordinate representation of color #E01759: hue angle of 340.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01759 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 89 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.12 |
| HSL | 340.3º | 0.81% | 0.48% | - |
| HSV(B) | 340.3º | 0.9% | 0.88% | - |
| XYZ | 32.85 | 17.18 | 11.04 | - |
| YUV | 90.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 89 | 0 | 0.90 | 0.60 | 0.12 | 340.3 | 0.81 | 0.48 |
| Hex | E0 | 17 | 59 | 0 | 5A | 3C | C | 154 | 51 | 30 |
| Octal | 340 | 27 | 131 | 0 | 132 | 74 | 14 | 524 | 121 | 60 |
| Binary | 11100000 | 10111 | 1011001 | 0 | 1011010 | 111100 | 1100 | 101010100 | 1010001 | 110000 |
Color Harmonies of #E01759
Complementary color
Monochromatic Colors of #E01759
Black with #E01759
Text Example
Text Example
White with #E01759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01759; }
p { color: rgb(224,23,89); }
H1.HeaderClassName
{
color: #E01759;
}
.AnyTagClassName
{
color: #E01759;
}
</style>
background-color css
<style>
a { background-color: #E01759; }
a { background-color: rgb(224,23,89); }
div.DivClassName
{
background-color: #E01759;
}
.BgClassName
{
background-color: #E01759;
}
</style>
border-color css
<style>
span { border-color: #E01759; }
span { border-color: rgb(224,23,89); }
td.TdClassName
{
border-color: #E01759;
}
.TagClassName
{
border-color: #E01759;
}
</style>