Shades of Ruby #E0166C
Tints of Ruby #E0166C
RGB
CMYK
RGB Variations
Color information
#E0166C (or 0xE0166C) is known color: Ruby. HEX triplet: E0, 16 and 6C. RGB value is (224,22,108). Sum of RGB (Red+Green+Blue) = 224+22+108=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0166C is #1FE993. Grayscale: #5C5C5C. Windows color (decimal): -2091412 or 7083744. OLE color: 7083744.
HSL color Cylindrical-coordinate representation of color #E0166C: hue angle of 334.46º 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 #E0166C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 108 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.12 |
| HSL | 334.46º | 0.82% | 0.48% | - |
| HSV(B) | 334.46º | 0.9% | 0.88% | - |
| XYZ | 33.73 | 17.5 | 15.79 | - |
| YUV | 92.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 108 | 0 | 0.90 | 0.52 | 0.12 | 334.46 | 0.82 | 0.48 |
| Hex | E0 | 16 | 6C | 0 | 5A | 34 | C | 14E | 52 | 30 |
| Octal | 340 | 26 | 154 | 0 | 132 | 64 | 14 | 516 | 122 | 60 |
| Binary | 11100000 | 10110 | 1101100 | 0 | 1011010 | 110100 | 1100 | 101001110 | 1010010 | 110000 |
Color Harmonies of #E0166C
Complementary color
Monochromatic Colors of #E0166C
Black with #E0166C
Text Example
Text Example
White with #E0166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0166C; }
p { color: rgb(224,22,108); }
H1.HeaderClassName
{
color: #E0166C;
}
.AnyTagClassName
{
color: #E0166C;
}
</style>
background-color css
<style>
a { background-color: #E0166C; }
a { background-color: rgb(224,22,108); }
div.DivClassName
{
background-color: #E0166C;
}
.BgClassName
{
background-color: #E0166C;
}
</style>
border-color css
<style>
span { border-color: #E0166C; }
span { border-color: rgb(224,22,108); }
td.TdClassName
{
border-color: #E0166C;
}
.TagClassName
{
border-color: #E0166C;
}
</style>