Shades of Illusion #EC9FAE
Tints of Illusion #EC9FAE
RGB
CMYK
RGB Variations
Color information
#EC9FAE (or 0xEC9FAE) is known color: Illusion. HEX triplet: EC, 9F and AE. RGB value is (236,159,174). Sum of RGB (Red+Green+Blue) = 236+159+174=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9FAE is #136051. Grayscale: #B7B7B7. Windows color (decimal): -1269842 or 11444204. OLE color: 11444204.
HSL color Cylindrical-coordinate representation of color #EC9FAE: hue angle of 348.31º 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 #EC9FAE is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 174 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.07 |
| HSL | 348.31º | 0.67% | 0.77% | - |
| HSV(B) | 348.31º | 0.33% | 0.93% | - |
| XYZ | 54.63 | 45.69 | 45.98 | - |
| YUV | 183.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 174 | 0 | 0.33 | 0.26 | 0.07 | 348.31 | 0.67 | 0.77 |
| Hex | EC | 9F | AE | 0 | 21 | 1A | 7 | 15C | 43 | 4D |
| Octal | 354 | 237 | 256 | 0 | 41 | 32 | 7 | 534 | 103 | 115 |
| Binary | 11101100 | 10011111 | 10101110 | 0 | 100001 | 11010 | 111 | 101011100 | 1000011 | 1001101 |
Color Harmonies of #EC9FAE
Complementary color
Monochromatic Colors of #EC9FAE
Black with #EC9FAE
Text Example
Text Example
White with #EC9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FAE; }
p { color: rgb(236,159,174); }
H1.HeaderClassName
{
color: #EC9FAE;
}
.AnyTagClassName
{
color: #EC9FAE;
}
</style>
background-color css
<style>
a { background-color: #EC9FAE; }
a { background-color: rgb(236,159,174); }
div.DivClassName
{
background-color: #EC9FAE;
}
.BgClassName
{
background-color: #EC9FAE;
}
</style>
border-color css
<style>
span { border-color: #EC9FAE; }
span { border-color: rgb(236,159,174); }
td.TdClassName
{
border-color: #EC9FAE;
}
.TagClassName
{
border-color: #EC9FAE;
}
</style>