Shades of Ruby #E0166E
Tints of Ruby #E0166E
RGB
CMYK
RGB Variations
Color information
#E0166E (or 0xE0166E) is known color: Ruby. HEX triplet: E0, 16 and 6E. RGB value is (224,22,110). Sum of RGB (Red+Green+Blue) = 224+22+110=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E0166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0166E is #1FE991. Grayscale: #5C5C5C. Windows color (decimal): -2091410 or 7214816. OLE color: 7214816.
HSL color Cylindrical-coordinate representation of color #E0166E: hue angle of 333.86º 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 #E0166E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 110 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.12 |
| HSL | 333.86º | 0.82% | 0.48% | - |
| HSV(B) | 333.86º | 0.9% | 0.88% | - |
| XYZ | 33.84 | 17.55 | 16.36 | - |
| YUV | 92.43 | 137.92 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 110 | 0 | 0.90 | 0.51 | 0.12 | 333.86 | 0.82 | 0.48 |
| Hex | E0 | 16 | 6E | 0 | 5A | 33 | C | 14E | 52 | 30 |
| Octal | 340 | 26 | 156 | 0 | 132 | 63 | 14 | 516 | 122 | 60 |
| Binary | 11100000 | 10110 | 1101110 | 0 | 1011010 | 110011 | 1100 | 101001110 | 1010010 | 110000 |
Color Harmonies of #E0166E
Complementary color
Monochromatic Colors of #E0166E
Black with #E0166E
Text Example
Text Example
White with #E0166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0166E; }
p { color: rgb(224,22,110); }
H1.HeaderClassName
{
color: #E0166E;
}
.AnyTagClassName
{
color: #E0166E;
}
</style>
background-color css
<style>
a { background-color: #E0166E; }
a { background-color: rgb(224,22,110); }
div.DivClassName
{
background-color: #E0166E;
}
.BgClassName
{
background-color: #E0166E;
}
</style>
border-color css
<style>
span { border-color: #E0166E; }
span { border-color: rgb(224,22,110); }
td.TdClassName
{
border-color: #E0166E;
}
.TagClassName
{
border-color: #E0166E;
}
</style>