Shades of Ruby #E01770
Tints of Ruby #E01770
RGB
CMYK
RGB Variations
Color information
#E01770 (or 0xE01770) is known color: Ruby. HEX triplet: E0, 17 and 70. RGB value is (224,23,112). Sum of RGB (Red+Green+Blue) = 224+23+112=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E01770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01770 is #1FE88F. Grayscale: #5D5D5D. Windows color (decimal): -2091152 or 7346144. OLE color: 7346144.
HSL color Cylindrical-coordinate representation of color #E01770: hue angle of 333.43º 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 #E01770 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 112 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.12 |
| HSL | 333.43º | 0.81% | 0.48% | - |
| HSV(B) | 333.43º | 0.9% | 0.88% | - |
| XYZ | 33.97 | 17.63 | 16.94 | - |
| YUV | 93.25 | 138.59 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 112 | 0 | 0.90 | 0.50 | 0.12 | 333.43 | 0.81 | 0.48 |
| Hex | E0 | 17 | 70 | 0 | 5A | 32 | C | 14D | 51 | 30 |
| Octal | 340 | 27 | 160 | 0 | 132 | 62 | 14 | 515 | 121 | 60 |
| Binary | 11100000 | 10111 | 1110000 | 0 | 1011010 | 110010 | 1100 | 101001101 | 1010001 | 110000 |
Color Harmonies of #E01770
Complementary color
Monochromatic Colors of #E01770
Black with #E01770
Text Example
Text Example
White with #E01770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01770; }
p { color: rgb(224,23,112); }
H1.HeaderClassName
{
color: #E01770;
}
.AnyTagClassName
{
color: #E01770;
}
</style>
background-color css
<style>
a { background-color: #E01770; }
a { background-color: rgb(224,23,112); }
div.DivClassName
{
background-color: #E01770;
}
.BgClassName
{
background-color: #E01770;
}
</style>
border-color css
<style>
span { border-color: #E01770; }
span { border-color: rgb(224,23,112); }
td.TdClassName
{
border-color: #E01770;
}
.TagClassName
{
border-color: #E01770;
}
</style>