Shades of Illusion #EC9CAA
Tints of Illusion #EC9CAA
RGB
CMYK
RGB Variations
Color information
#EC9CAA (or 0xEC9CAA) is known color: Illusion. HEX triplet: EC, 9C and AA. RGB value is (236,156,170). Sum of RGB (Red+Green+Blue) = 236+156+170=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CAA is #136355. Grayscale: #B5B5B5. Windows color (decimal): -1270614 or 11181292. OLE color: 11181292.
HSL color Cylindrical-coordinate representation of color #EC9CAA: hue angle of 349.5º 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 #EC9CAA is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 170 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.07 |
| HSL | 349.5º | 0.68% | 0.77% | - |
| HSV(B) | 349.5º | 0.34% | 0.93% | - |
| XYZ | 53.74 | 44.51 | 43.79 | - |
| YUV | 181.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 170 | 0 | 0.34 | 0.28 | 0.07 | 349.5 | 0.68 | 0.77 |
| Hex | EC | 9C | AA | 0 | 22 | 1C | 7 | 15E | 44 | 4D |
| Octal | 354 | 234 | 252 | 0 | 42 | 34 | 7 | 536 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10101010 | 0 | 100010 | 11100 | 111 | 101011110 | 1000100 | 1001101 |
Color Harmonies of #EC9CAA
Complementary color
Monochromatic Colors of #EC9CAA
Black with #EC9CAA
Text Example
Text Example
White with #EC9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CAA; }
p { color: rgb(236,156,170); }
H1.HeaderClassName
{
color: #EC9CAA;
}
.AnyTagClassName
{
color: #EC9CAA;
}
</style>
background-color css
<style>
a { background-color: #EC9CAA; }
a { background-color: rgb(236,156,170); }
div.DivClassName
{
background-color: #EC9CAA;
}
.BgClassName
{
background-color: #EC9CAA;
}
</style>
border-color css
<style>
span { border-color: #EC9CAA; }
span { border-color: rgb(236,156,170); }
td.TdClassName
{
border-color: #EC9CAA;
}
.TagClassName
{
border-color: #EC9CAA;
}
</style>