Shades of Illusion #ECA0A9
Tints of Illusion #ECA0A9
RGB
CMYK
RGB Variations
Color information
#ECA0A9 (or 0xECA0A9) is known color: Illusion. HEX triplet: EC, A0 and A9. RGB value is (236,160,169). Sum of RGB (Red+Green+Blue) = 236+160+169=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0A9 is #135F56. Grayscale: #B7B7B7. Windows color (decimal): -1269591 or 11116780. OLE color: 11116780.
HSL color Cylindrical-coordinate representation of color #ECA0A9: hue angle of 352.89º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0A9 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 169 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.07 |
| HSL | 352.89º | 0.67% | 0.78% | - |
| HSV(B) | 352.89º | 0.32% | 0.93% | - |
| XYZ | 54.32 | 45.84 | 43.52 | - |
| YUV | 183.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 169 | 0 | 0.32 | 0.28 | 0.07 | 352.89 | 0.67 | 0.78 |
| Hex | EC | A0 | A9 | 0 | 20 | 1C | 7 | 161 | 43 | 4E |
| Octal | 354 | 240 | 251 | 0 | 40 | 34 | 7 | 541 | 103 | 116 |
| Binary | 11101100 | 10100000 | 10101001 | 0 | 100000 | 11100 | 111 | 101100001 | 1000011 | 1001110 |
Color Harmonies of #ECA0A9
Complementary color
Monochromatic Colors of #ECA0A9
Black with #ECA0A9
Text Example
Text Example
White with #ECA0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0A9; }
p { color: rgb(236,160,169); }
H1.HeaderClassName
{
color: #ECA0A9;
}
.AnyTagClassName
{
color: #ECA0A9;
}
</style>
background-color css
<style>
a { background-color: #ECA0A9; }
a { background-color: rgb(236,160,169); }
div.DivClassName
{
background-color: #ECA0A9;
}
.BgClassName
{
background-color: #ECA0A9;
}
</style>
border-color css
<style>
span { border-color: #ECA0A9; }
span { border-color: rgb(236,160,169); }
td.TdClassName
{
border-color: #ECA0A9;
}
.TagClassName
{
border-color: #ECA0A9;
}
</style>