Shades of Illusion #ECA0AF
Tints of Illusion #ECA0AF
RGB
CMYK
RGB Variations
Color information
#ECA0AF (or 0xECA0AF) is known color: Illusion. HEX triplet: EC, A0 and AF. RGB value is (236,160,175). Sum of RGB (Red+Green+Blue) = 236+160+175=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0AF is #135F50. Grayscale: #B8B8B8. Windows color (decimal): -1269585 or 11509996. OLE color: 11509996.
HSL color Cylindrical-coordinate representation of color #ECA0AF: hue angle of 348.16º 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 #ECA0AF is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 175 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.07 |
| HSL | 348.16º | 0.67% | 0.78% | - |
| HSV(B) | 348.16º | 0.32% | 0.93% | - |
| XYZ | 54.9 | 46.07 | 46.56 | - |
| YUV | 184.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 175 | 0 | 0.32 | 0.26 | 0.07 | 348.16 | 0.67 | 0.78 |
| Hex | EC | A0 | AF | 0 | 20 | 1A | 7 | 15C | 43 | 4E |
| Octal | 354 | 240 | 257 | 0 | 40 | 32 | 7 | 534 | 103 | 116 |
| Binary | 11101100 | 10100000 | 10101111 | 0 | 100000 | 11010 | 111 | 101011100 | 1000011 | 1001110 |
Color Harmonies of #ECA0AF
Complementary color
Monochromatic Colors of #ECA0AF
Black with #ECA0AF
Text Example
Text Example
White with #ECA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0AF; }
p { color: rgb(236,160,175); }
H1.HeaderClassName
{
color: #ECA0AF;
}
.AnyTagClassName
{
color: #ECA0AF;
}
</style>
background-color css
<style>
a { background-color: #ECA0AF; }
a { background-color: rgb(236,160,175); }
div.DivClassName
{
background-color: #ECA0AF;
}
.BgClassName
{
background-color: #ECA0AF;
}
</style>
border-color css
<style>
span { border-color: #ECA0AF; }
span { border-color: rgb(236,160,175); }
td.TdClassName
{
border-color: #ECA0AF;
}
.TagClassName
{
border-color: #ECA0AF;
}
</style>