Shades of Illusion #EC9EAE
Tints of Illusion #EC9EAE
RGB
CMYK
RGB Variations
Color information
#EC9EAE (or 0xEC9EAE) is known color: Illusion. HEX triplet: EC, 9E and AE. RGB value is (236,158,174). Sum of RGB (Red+Green+Blue) = 236+158+174=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9EAE is #136151. Grayscale: #B7B7B7. Windows color (decimal): -1270098 or 11443948. OLE color: 11443948.
HSL color Cylindrical-coordinate representation of color #EC9EAE: hue angle of 347.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9EAE is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 174 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.07 |
| HSL | 347.69º | 0.67% | 0.77% | - |
| HSV(B) | 347.69º | 0.33% | 0.93% | - |
| XYZ | 54.46 | 45.34 | 45.93 | - |
| YUV | 183.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 174 | 0 | 0.33 | 0.26 | 0.07 | 347.69 | 0.67 | 0.77 |
| Hex | EC | 9E | AE | 0 | 21 | 1A | 7 | 15C | 43 | 4D |
| Octal | 354 | 236 | 256 | 0 | 41 | 32 | 7 | 534 | 103 | 115 |
| Binary | 11101100 | 10011110 | 10101110 | 0 | 100001 | 11010 | 111 | 101011100 | 1000011 | 1001101 |
Color Harmonies of #EC9EAE
Complementary color
Monochromatic Colors of #EC9EAE
Black with #EC9EAE
Text Example
Text Example
White with #EC9EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EAE; }
p { color: rgb(236,158,174); }
H1.HeaderClassName
{
color: #EC9EAE;
}
.AnyTagClassName
{
color: #EC9EAE;
}
</style>
background-color css
<style>
a { background-color: #EC9EAE; }
a { background-color: rgb(236,158,174); }
div.DivClassName
{
background-color: #EC9EAE;
}
.BgClassName
{
background-color: #EC9EAE;
}
</style>
border-color css
<style>
span { border-color: #EC9EAE; }
span { border-color: rgb(236,158,174); }
td.TdClassName
{
border-color: #EC9EAE;
}
.TagClassName
{
border-color: #EC9EAE;
}
</style>