Shades of Illusion #EC9AAF
Tints of Illusion #EC9AAF
RGB
CMYK
RGB Variations
Color information
#EC9AAF (or 0xEC9AAF) is known color: Illusion. HEX triplet: EC, 9A and AF. RGB value is (236,154,175). Sum of RGB (Red+Green+Blue) = 236+154+175=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AAF is #136550. Grayscale: #B4B4B4. Windows color (decimal): -1271121 or 11508460. OLE color: 11508460.
HSL color Cylindrical-coordinate representation of color #EC9AAF: hue angle of 344.63º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AAF is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 175 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.07 |
| HSL | 344.63º | 0.68% | 0.76% | - |
| HSV(B) | 344.63º | 0.35% | 0.93% | - |
| XYZ | 53.89 | 44.04 | 46.22 | - |
| YUV | 180.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 175 | 0 | 0.35 | 0.26 | 0.07 | 344.63 | 0.68 | 0.76 |
| Hex | EC | 9A | AF | 0 | 23 | 1A | 7 | 159 | 44 | 4C |
| Octal | 354 | 232 | 257 | 0 | 43 | 32 | 7 | 531 | 104 | 114 |
| Binary | 11101100 | 10011010 | 10101111 | 0 | 100011 | 11010 | 111 | 101011001 | 1000100 | 1001100 |
Color Harmonies of #EC9AAF
Complementary color
Monochromatic Colors of #EC9AAF
Black with #EC9AAF
Text Example
Text Example
White with #EC9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AAF; }
p { color: rgb(236,154,175); }
H1.HeaderClassName
{
color: #EC9AAF;
}
.AnyTagClassName
{
color: #EC9AAF;
}
</style>
background-color css
<style>
a { background-color: #EC9AAF; }
a { background-color: rgb(236,154,175); }
div.DivClassName
{
background-color: #EC9AAF;
}
.BgClassName
{
background-color: #EC9AAF;
}
</style>
border-color css
<style>
span { border-color: #EC9AAF; }
span { border-color: rgb(236,154,175); }
td.TdClassName
{
border-color: #EC9AAF;
}
.TagClassName
{
border-color: #EC9AAF;
}
</style>