Shades of Ruby #E0166A
Tints of Ruby #E0166A
RGB
CMYK
RGB Variations
Color information
#E0166A (or 0xE0166A) is known color: Ruby. HEX triplet: E0, 16 and 6A. RGB value is (224,22,106). Sum of RGB (Red+Green+Blue) = 224+22+106=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0166A is #1FE995. Grayscale: #5B5B5B. Windows color (decimal): -2091414 or 6952672. OLE color: 6952672.
HSL color Cylindrical-coordinate representation of color #E0166A: hue angle of 335.05º 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 #E0166A is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 106 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.12 |
| HSL | 335.05º | 0.82% | 0.48% | - |
| HSV(B) | 335.05º | 0.9% | 0.88% | - |
| XYZ | 33.63 | 17.46 | 15.23 | - |
| YUV | 91.97 | 135.92 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 106 | 0 | 0.90 | 0.53 | 0.12 | 335.05 | 0.82 | 0.48 |
| Hex | E0 | 16 | 6A | 0 | 5A | 35 | C | 14F | 52 | 30 |
| Octal | 340 | 26 | 152 | 0 | 132 | 65 | 14 | 517 | 122 | 60 |
| Binary | 11100000 | 10110 | 1101010 | 0 | 1011010 | 110101 | 1100 | 101001111 | 1010010 | 110000 |
Color Harmonies of #E0166A
Complementary color
Monochromatic Colors of #E0166A
Black with #E0166A
Text Example
Text Example
White with #E0166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0166A; }
p { color: rgb(224,22,106); }
H1.HeaderClassName
{
color: #E0166A;
}
.AnyTagClassName
{
color: #E0166A;
}
</style>
background-color css
<style>
a { background-color: #E0166A; }
a { background-color: rgb(224,22,106); }
div.DivClassName
{
background-color: #E0166A;
}
.BgClassName
{
background-color: #E0166A;
}
</style>
border-color css
<style>
span { border-color: #E0166A; }
span { border-color: rgb(224,22,106); }
td.TdClassName
{
border-color: #E0166A;
}
.TagClassName
{
border-color: #E0166A;
}
</style>