Shades of Ruby #E01671
Tints of Ruby #E01671
RGB
CMYK
RGB Variations
Color information
#E01671 (or 0xE01671) is known color: Ruby. HEX triplet: E0, 16 and 71. RGB value is (224,22,113). Sum of RGB (Red+Green+Blue) = 224+22+113=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E01671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01671 is #1FE98E. Grayscale: #5C5C5C. Windows color (decimal): -2091407 or 7411424. OLE color: 7411424.
HSL color Cylindrical-coordinate representation of color #E01671: hue angle of 332.97º degrees, saturation: 0.82, 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 #E01671 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 113 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.12 |
| HSL | 332.97º | 0.82% | 0.48% | - |
| HSV(B) | 332.97º | 0.9% | 0.88% | - |
| XYZ | 34.01 | 17.61 | 17.23 | - |
| YUV | 92.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 113 | 0 | 0.90 | 0.50 | 0.12 | 332.97 | 0.82 | 0.48 |
| Hex | E0 | 16 | 71 | 0 | 5A | 32 | C | 14D | 52 | 30 |
| Octal | 340 | 26 | 161 | 0 | 132 | 62 | 14 | 515 | 122 | 60 |
| Binary | 11100000 | 10110 | 1110001 | 0 | 1011010 | 110010 | 1100 | 101001101 | 1010010 | 110000 |
Color Harmonies of #E01671
Complementary color
Monochromatic Colors of #E01671
Black with #E01671
Text Example
Text Example
White with #E01671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01671; }
p { color: rgb(224,22,113); }
H1.HeaderClassName
{
color: #E01671;
}
.AnyTagClassName
{
color: #E01671;
}
</style>
background-color css
<style>
a { background-color: #E01671; }
a { background-color: rgb(224,22,113); }
div.DivClassName
{
background-color: #E01671;
}
.BgClassName
{
background-color: #E01671;
}
</style>
border-color css
<style>
span { border-color: #E01671; }
span { border-color: rgb(224,22,113); }
td.TdClassName
{
border-color: #E01671;
}
.TagClassName
{
border-color: #E01671;
}
</style>