Shades of Illusion #EC9CAE
Tints of Illusion #EC9CAE
RGB
CMYK
RGB Variations
Color information
#EC9CAE (or 0xEC9CAE) is known color: Illusion. HEX triplet: EC, 9C and AE. RGB value is (236,156,174). Sum of RGB (Red+Green+Blue) = 236+156+174=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CAE is #136351. Grayscale: #B5B5B5. Windows color (decimal): -1270610 or 11443436. OLE color: 11443436.
HSL color Cylindrical-coordinate representation of color #EC9CAE: hue angle of 346.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 #EC9CAE is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 174 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.07 |
| HSL | 346.5º | 0.68% | 0.77% | - |
| HSV(B) | 346.5º | 0.34% | 0.93% | - |
| XYZ | 54.12 | 44.67 | 45.81 | - |
| YUV | 181.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 174 | 0 | 0.34 | 0.26 | 0.07 | 346.5 | 0.68 | 0.77 |
| Hex | EC | 9C | AE | 0 | 22 | 1A | 7 | 15A | 44 | 4D |
| Octal | 354 | 234 | 256 | 0 | 42 | 32 | 7 | 532 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10101110 | 0 | 100010 | 11010 | 111 | 101011010 | 1000100 | 1001101 |
Color Harmonies of #EC9CAE
Complementary color
Monochromatic Colors of #EC9CAE
Black with #EC9CAE
Text Example
Text Example
White with #EC9CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CAE; }
p { color: rgb(236,156,174); }
H1.HeaderClassName
{
color: #EC9CAE;
}
.AnyTagClassName
{
color: #EC9CAE;
}
</style>
background-color css
<style>
a { background-color: #EC9CAE; }
a { background-color: rgb(236,156,174); }
div.DivClassName
{
background-color: #EC9CAE;
}
.BgClassName
{
background-color: #EC9CAE;
}
</style>
border-color css
<style>
span { border-color: #EC9CAE; }
span { border-color: rgb(236,156,174); }
td.TdClassName
{
border-color: #EC9CAE;
}
.TagClassName
{
border-color: #EC9CAE;
}
</style>