Shades of Illusion #ECA1AB
Tints of Illusion #ECA1AB
RGB
CMYK
RGB Variations
Color information
#ECA1AB (or 0xECA1AB) is known color: Illusion. HEX triplet: EC, A1 and AB. RGB value is (236,161,171). Sum of RGB (Red+Green+Blue) = 236+161+171=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA1AB is #135E54. Grayscale: #B8B8B8. Windows color (decimal): -1269333 or 11248108. OLE color: 11248108.
HSL color Cylindrical-coordinate representation of color #ECA1AB: hue angle of 352º degrees, saturation: 0.66, 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 #ECA1AB is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 171 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.07 |
| HSL | 352º | 0.66% | 0.78% | - |
| HSV(B) | 352º | 0.32% | 0.93% | - |
| XYZ | 54.69 | 46.26 | 44.58 | - |
| YUV | 184.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 171 | 0 | 0.32 | 0.28 | 0.07 | 352 | 0.66 | 0.78 |
| Hex | EC | A1 | AB | 0 | 20 | 1C | 7 | 160 | 42 | 4E |
| Octal | 354 | 241 | 253 | 0 | 40 | 34 | 7 | 540 | 102 | 116 |
| Binary | 11101100 | 10100001 | 10101011 | 0 | 100000 | 11100 | 111 | 101100000 | 1000010 | 1001110 |
Color Harmonies of #ECA1AB
Complementary color
Monochromatic Colors of #ECA1AB
Black with #ECA1AB
Text Example
Text Example
White with #ECA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1AB; }
p { color: rgb(236,161,171); }
H1.HeaderClassName
{
color: #ECA1AB;
}
.AnyTagClassName
{
color: #ECA1AB;
}
</style>
background-color css
<style>
a { background-color: #ECA1AB; }
a { background-color: rgb(236,161,171); }
div.DivClassName
{
background-color: #ECA1AB;
}
.BgClassName
{
background-color: #ECA1AB;
}
</style>
border-color css
<style>
span { border-color: #ECA1AB; }
span { border-color: rgb(236,161,171); }
td.TdClassName
{
border-color: #ECA1AB;
}
.TagClassName
{
border-color: #ECA1AB;
}
</style>