Shades of Illusion #ECA0AB
Tints of Illusion #ECA0AB
RGB
CMYK
RGB Variations
Color information
#ECA0AB (or 0xECA0AB) is known color: Illusion. HEX triplet: EC, A0 and AB. RGB value is (236,160,171). Sum of RGB (Red+Green+Blue) = 236+160+171=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0AB is #135F54. Grayscale: #B8B8B8. Windows color (decimal): -1269589 or 11247852. OLE color: 11247852.
HSL color Cylindrical-coordinate representation of color #ECA0AB: hue angle of 351.32º 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 #ECA0AB is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 171 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.07 |
| HSL | 351.32º | 0.67% | 0.78% | - |
| HSV(B) | 351.32º | 0.32% | 0.93% | - |
| XYZ | 54.51 | 45.91 | 44.52 | - |
| YUV | 183.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 171 | 0 | 0.32 | 0.28 | 0.07 | 351.32 | 0.67 | 0.78 |
| Hex | EC | A0 | AB | 0 | 20 | 1C | 7 | 15F | 43 | 4E |
| Octal | 354 | 240 | 253 | 0 | 40 | 34 | 7 | 537 | 103 | 116 |
| Binary | 11101100 | 10100000 | 10101011 | 0 | 100000 | 11100 | 111 | 101011111 | 1000011 | 1001110 |
Color Harmonies of #ECA0AB
Complementary color
Monochromatic Colors of #ECA0AB
Black with #ECA0AB
Text Example
Text Example
White with #ECA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0AB; }
p { color: rgb(236,160,171); }
H1.HeaderClassName
{
color: #ECA0AB;
}
.AnyTagClassName
{
color: #ECA0AB;
}
</style>
background-color css
<style>
a { background-color: #ECA0AB; }
a { background-color: rgb(236,160,171); }
div.DivClassName
{
background-color: #ECA0AB;
}
.BgClassName
{
background-color: #ECA0AB;
}
</style>
border-color css
<style>
span { border-color: #ECA0AB; }
span { border-color: rgb(236,160,171); }
td.TdClassName
{
border-color: #ECA0AB;
}
.TagClassName
{
border-color: #ECA0AB;
}
</style>