Shades of Illusion #EC9BAC
Tints of Illusion #EC9BAC
RGB
CMYK
RGB Variations
Color information
#EC9BAC (or 0xEC9BAC) is known color: Illusion. HEX triplet: EC, 9B and AC. RGB value is (236,155,172). Sum of RGB (Red+Green+Blue) = 236+155+172=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BAC is #136453. Grayscale: #B5B5B5. Windows color (decimal): -1270868 or 11312108. OLE color: 11312108.
HSL color Cylindrical-coordinate representation of color #EC9BAC: hue angle of 347.41º 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 #EC9BAC is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 172 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.07 |
| HSL | 347.41º | 0.68% | 0.77% | - |
| HSV(B) | 347.41º | 0.34% | 0.93% | - |
| XYZ | 53.76 | 44.25 | 44.74 | - |
| YUV | 181.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 172 | 0 | 0.34 | 0.27 | 0.07 | 347.41 | 0.68 | 0.77 |
| Hex | EC | 9B | AC | 0 | 22 | 1B | 7 | 15B | 44 | 4D |
| Octal | 354 | 233 | 254 | 0 | 42 | 33 | 7 | 533 | 104 | 115 |
| Binary | 11101100 | 10011011 | 10101100 | 0 | 100010 | 11011 | 111 | 101011011 | 1000100 | 1001101 |
Color Harmonies of #EC9BAC
Complementary color
Monochromatic Colors of #EC9BAC
Black with #EC9BAC
Text Example
Text Example
White with #EC9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BAC; }
p { color: rgb(236,155,172); }
H1.HeaderClassName
{
color: #EC9BAC;
}
.AnyTagClassName
{
color: #EC9BAC;
}
</style>
background-color css
<style>
a { background-color: #EC9BAC; }
a { background-color: rgb(236,155,172); }
div.DivClassName
{
background-color: #EC9BAC;
}
.BgClassName
{
background-color: #EC9BAC;
}
</style>
border-color css
<style>
span { border-color: #EC9BAC; }
span { border-color: rgb(236,155,172); }
td.TdClassName
{
border-color: #EC9BAC;
}
.TagClassName
{
border-color: #EC9BAC;
}
</style>