Shades of Illusion #EC9CA9
Tints of Illusion #EC9CA9
RGB
CMYK
RGB Variations
Color information
#EC9CA9 (or 0xEC9CA9) is known color: Illusion. HEX triplet: EC, 9C and A9. RGB value is (236,156,169). Sum of RGB (Red+Green+Blue) = 236+156+169=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CA9 is #136356. Grayscale: #B5B5B5. Windows color (decimal): -1270615 or 11115756. OLE color: 11115756.
HSL color Cylindrical-coordinate representation of color #EC9CA9: hue angle of 350.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9CA9 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 169 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.07 |
| HSL | 350.25º | 0.68% | 0.77% | - |
| HSV(B) | 350.25º | 0.34% | 0.93% | - |
| XYZ | 53.64 | 44.47 | 43.29 | - |
| YUV | 181.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 169 | 0 | 0.34 | 0.28 | 0.07 | 350.25 | 0.68 | 0.77 |
| Hex | EC | 9C | A9 | 0 | 22 | 1C | 7 | 15E | 44 | 4D |
| Octal | 354 | 234 | 251 | 0 | 42 | 34 | 7 | 536 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10101001 | 0 | 100010 | 11100 | 111 | 101011110 | 1000100 | 1001101 |
Color Harmonies of #EC9CA9
Complementary color
Monochromatic Colors of #EC9CA9
Black with #EC9CA9
Text Example
Text Example
White with #EC9CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CA9; }
p { color: rgb(236,156,169); }
H1.HeaderClassName
{
color: #EC9CA9;
}
.AnyTagClassName
{
color: #EC9CA9;
}
</style>
background-color css
<style>
a { background-color: #EC9CA9; }
a { background-color: rgb(236,156,169); }
div.DivClassName
{
background-color: #EC9CA9;
}
.BgClassName
{
background-color: #EC9CA9;
}
</style>
border-color css
<style>
span { border-color: #EC9CA9; }
span { border-color: rgb(236,156,169); }
td.TdClassName
{
border-color: #EC9CA9;
}
.TagClassName
{
border-color: #EC9CA9;
}
</style>