Shades of Illusion #EC9FAC
Tints of Illusion #EC9FAC
RGB
CMYK
RGB Variations
Color information
#EC9FAC (or 0xEC9FAC) is known color: Illusion. HEX triplet: EC, 9F and AC. RGB value is (236,159,172). Sum of RGB (Red+Green+Blue) = 236+159+172=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9FAC is #136053. Grayscale: #B7B7B7. Windows color (decimal): -1269844 or 11313132. OLE color: 11313132.
HSL color Cylindrical-coordinate representation of color #EC9FAC: hue angle of 349.87º 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 #EC9FAC is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 172 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.07 |
| HSL | 349.87º | 0.67% | 0.77% | - |
| HSV(B) | 349.87º | 0.33% | 0.93% | - |
| XYZ | 54.44 | 45.61 | 44.96 | - |
| YUV | 183.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 172 | 0 | 0.33 | 0.27 | 0.07 | 349.87 | 0.67 | 0.77 |
| Hex | EC | 9F | AC | 0 | 21 | 1B | 7 | 15E | 43 | 4D |
| Octal | 354 | 237 | 254 | 0 | 41 | 33 | 7 | 536 | 103 | 115 |
| Binary | 11101100 | 10011111 | 10101100 | 0 | 100001 | 11011 | 111 | 101011110 | 1000011 | 1001101 |
Color Harmonies of #EC9FAC
Complementary color
Monochromatic Colors of #EC9FAC
Black with #EC9FAC
Text Example
Text Example
White with #EC9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FAC; }
p { color: rgb(236,159,172); }
H1.HeaderClassName
{
color: #EC9FAC;
}
.AnyTagClassName
{
color: #EC9FAC;
}
</style>
background-color css
<style>
a { background-color: #EC9FAC; }
a { background-color: rgb(236,159,172); }
div.DivClassName
{
background-color: #EC9FAC;
}
.BgClassName
{
background-color: #EC9FAC;
}
</style>
border-color css
<style>
span { border-color: #EC9FAC; }
span { border-color: rgb(236,159,172); }
td.TdClassName
{
border-color: #EC9FAC;
}
.TagClassName
{
border-color: #EC9FAC;
}
</style>