Shades of Illusion #ECA1AD
Tints of Illusion #ECA1AD
RGB
CMYK
RGB Variations
Color information
#ECA1AD (or 0xECA1AD) is known color: Illusion. HEX triplet: EC, A1 and AD. RGB value is (236,161,173). Sum of RGB (Red+Green+Blue) = 236+161+173=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA1AD is #135E52. Grayscale: #B8B8B8. Windows color (decimal): -1269331 or 11379180. OLE color: 11379180.
HSL color Cylindrical-coordinate representation of color #ECA1AD: hue angle of 350.4º 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 #ECA1AD is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 173 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.07 |
| HSL | 350.4º | 0.66% | 0.78% | - |
| HSV(B) | 350.4º | 0.32% | 0.93% | - |
| XYZ | 54.88 | 46.34 | 45.59 | - |
| YUV | 184.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 173 | 0 | 0.32 | 0.27 | 0.07 | 350.4 | 0.66 | 0.78 |
| Hex | EC | A1 | AD | 0 | 20 | 1B | 7 | 15E | 42 | 4E |
| Octal | 354 | 241 | 255 | 0 | 40 | 33 | 7 | 536 | 102 | 116 |
| Binary | 11101100 | 10100001 | 10101101 | 0 | 100000 | 11011 | 111 | 101011110 | 1000010 | 1001110 |
Color Harmonies of #ECA1AD
Complementary color
Monochromatic Colors of #ECA1AD
Black with #ECA1AD
Text Example
Text Example
White with #ECA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1AD; }
p { color: rgb(236,161,173); }
H1.HeaderClassName
{
color: #ECA1AD;
}
.AnyTagClassName
{
color: #ECA1AD;
}
</style>
background-color css
<style>
a { background-color: #ECA1AD; }
a { background-color: rgb(236,161,173); }
div.DivClassName
{
background-color: #ECA1AD;
}
.BgClassName
{
background-color: #ECA1AD;
}
</style>
border-color css
<style>
span { border-color: #ECA1AD; }
span { border-color: rgb(236,161,173); }
td.TdClassName
{
border-color: #ECA1AD;
}
.TagClassName
{
border-color: #ECA1AD;
}
</style>