Shades of Ruby #E01166
Tints of Ruby #E01166
RGB
CMYK
RGB Variations
Color information
#E01166 (or 0xE01166) is known color: Ruby. HEX triplet: E0, 11 and 66. RGB value is (224,17,102). Sum of RGB (Red+Green+Blue) = 224+17+102=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E01166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01166 is #1FEE99. Grayscale: #585858. Windows color (decimal): -2092698 or 6689248. OLE color: 6689248.
HSL color Cylindrical-coordinate representation of color #E01166: hue angle of 335.36º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01166 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 102 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.12 |
| HSL | 335.36º | 0.86% | 0.47% | - |
| HSV(B) | 335.36º | 0.92% | 0.88% | - |
| XYZ | 33.34 | 17.21 | 14.13 | - |
| YUV | 88.58 | 135.58 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 102 | 0 | 0.92 | 0.54 | 0.12 | 335.36 | 0.86 | 0.47 |
| Hex | E0 | 11 | 66 | 0 | 5C | 36 | C | 14F | 56 | 2F |
| Octal | 340 | 21 | 146 | 0 | 134 | 66 | 14 | 517 | 126 | 57 |
| Binary | 11100000 | 10001 | 1100110 | 0 | 1011100 | 110110 | 1100 | 101001111 | 1010110 | 101111 |
Color Harmonies of #E01166
Complementary color
Monochromatic Colors of #E01166
Black with #E01166
Text Example
Text Example
White with #E01166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01166; }
p { color: rgb(224,17,102); }
H1.HeaderClassName
{
color: #E01166;
}
.AnyTagClassName
{
color: #E01166;
}
</style>
background-color css
<style>
a { background-color: #E01166; }
a { background-color: rgb(224,17,102); }
div.DivClassName
{
background-color: #E01166;
}
.BgClassName
{
background-color: #E01166;
}
</style>
border-color css
<style>
span { border-color: #E01166; }
span { border-color: rgb(224,17,102); }
td.TdClassName
{
border-color: #E01166;
}
.TagClassName
{
border-color: #E01166;
}
</style>