Shades of Illusion #EC9AAA
Tints of Illusion #EC9AAA
RGB
CMYK
RGB Variations
Color information
#EC9AAA (or 0xEC9AAA) is known color: Illusion. HEX triplet: EC, 9A and AA. RGB value is (236,154,170). Sum of RGB (Red+Green+Blue) = 236+154+170=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AAA is #136555. Grayscale: #B4B4B4. Windows color (decimal): -1271126 or 11180780. OLE color: 11180780.
HSL color Cylindrical-coordinate representation of color #EC9AAA: hue angle of 348.29º 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 #EC9AAA is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 170 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.07 |
| HSL | 348.29º | 0.68% | 0.76% | - |
| HSV(B) | 348.29º | 0.35% | 0.93% | - |
| XYZ | 53.4 | 43.85 | 43.68 | - |
| YUV | 180.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 170 | 0 | 0.35 | 0.28 | 0.07 | 348.29 | 0.68 | 0.76 |
| Hex | EC | 9A | AA | 0 | 23 | 1C | 7 | 15C | 44 | 4C |
| Octal | 354 | 232 | 252 | 0 | 43 | 34 | 7 | 534 | 104 | 114 |
| Binary | 11101100 | 10011010 | 10101010 | 0 | 100011 | 11100 | 111 | 101011100 | 1000100 | 1001100 |
Color Harmonies of #EC9AAA
Complementary color
Monochromatic Colors of #EC9AAA
Black with #EC9AAA
Text Example
Text Example
White with #EC9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AAA; }
p { color: rgb(236,154,170); }
H1.HeaderClassName
{
color: #EC9AAA;
}
.AnyTagClassName
{
color: #EC9AAA;
}
</style>
background-color css
<style>
a { background-color: #EC9AAA; }
a { background-color: rgb(236,154,170); }
div.DivClassName
{
background-color: #EC9AAA;
}
.BgClassName
{
background-color: #EC9AAA;
}
</style>
border-color css
<style>
span { border-color: #EC9AAA; }
span { border-color: rgb(236,154,170); }
td.TdClassName
{
border-color: #EC9AAA;
}
.TagClassName
{
border-color: #EC9AAA;
}
</style>