Shades of Ruby #E01771
Tints of Ruby #E01771
RGB
CMYK
RGB Variations
Color information
#E01771 (or 0xE01771) is known color: Ruby. HEX triplet: E0, 17 and 71. RGB value is (224,23,113). Sum of RGB (Red+Green+Blue) = 224+23+113=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E01771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01771 is #1FE88E. Grayscale: #5D5D5D. Windows color (decimal): -2091151 or 7411680. OLE color: 7411680.
HSL color Cylindrical-coordinate representation of color #E01771: hue angle of 333.13º 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 #E01771 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 113 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.12 |
| HSL | 333.13º | 0.81% | 0.48% | - |
| HSV(B) | 333.13º | 0.9% | 0.88% | - |
| XYZ | 34.03 | 17.65 | 17.24 | - |
| YUV | 93.36 | 139.09 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 113 | 0 | 0.90 | 0.50 | 0.12 | 333.13 | 0.81 | 0.48 |
| Hex | E0 | 17 | 71 | 0 | 5A | 32 | C | 14D | 51 | 30 |
| Octal | 340 | 27 | 161 | 0 | 132 | 62 | 14 | 515 | 121 | 60 |
| Binary | 11100000 | 10111 | 1110001 | 0 | 1011010 | 110010 | 1100 | 101001101 | 1010001 | 110000 |
Color Harmonies of #E01771
Complementary color
Monochromatic Colors of #E01771
Black with #E01771
Text Example
Text Example
White with #E01771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01771; }
p { color: rgb(224,23,113); }
H1.HeaderClassName
{
color: #E01771;
}
.AnyTagClassName
{
color: #E01771;
}
</style>
background-color css
<style>
a { background-color: #E01771; }
a { background-color: rgb(224,23,113); }
div.DivClassName
{
background-color: #E01771;
}
.BgClassName
{
background-color: #E01771;
}
</style>
border-color css
<style>
span { border-color: #E01771; }
span { border-color: rgb(224,23,113); }
td.TdClassName
{
border-color: #E01771;
}
.TagClassName
{
border-color: #E01771;
}
</style>