Shades of Illusion #EC9DAB
Tints of Illusion #EC9DAB
RGB
CMYK
RGB Variations
Color information
#EC9DAB (or 0xEC9DAB) is known color: Illusion. HEX triplet: EC, 9D and AB. RGB value is (236,157,171). Sum of RGB (Red+Green+Blue) = 236+157+171=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9DAB is #136254. Grayscale: #B6B6B6. Windows color (decimal): -1270357 or 11247084. OLE color: 11247084.
HSL color Cylindrical-coordinate representation of color #EC9DAB: hue angle of 349.37º degrees, saturation: 0.68, 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 #EC9DAB is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 171 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.07 |
| HSL | 349.37º | 0.68% | 0.77% | - |
| HSV(B) | 349.37º | 0.33% | 0.93% | - |
| XYZ | 54 | 44.89 | 44.35 | - |
| YUV | 182.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 171 | 0 | 0.33 | 0.28 | 0.07 | 349.37 | 0.68 | 0.77 |
| Hex | EC | 9D | AB | 0 | 21 | 1C | 7 | 15D | 44 | 4D |
| Octal | 354 | 235 | 253 | 0 | 41 | 34 | 7 | 535 | 104 | 115 |
| Binary | 11101100 | 10011101 | 10101011 | 0 | 100001 | 11100 | 111 | 101011101 | 1000100 | 1001101 |
Color Harmonies of #EC9DAB
Complementary color
Monochromatic Colors of #EC9DAB
Black with #EC9DAB
Text Example
Text Example
White with #EC9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DAB; }
p { color: rgb(236,157,171); }
H1.HeaderClassName
{
color: #EC9DAB;
}
.AnyTagClassName
{
color: #EC9DAB;
}
</style>
background-color css
<style>
a { background-color: #EC9DAB; }
a { background-color: rgb(236,157,171); }
div.DivClassName
{
background-color: #EC9DAB;
}
.BgClassName
{
background-color: #EC9DAB;
}
</style>
border-color css
<style>
span { border-color: #EC9DAB; }
span { border-color: rgb(236,157,171); }
td.TdClassName
{
border-color: #EC9DAB;
}
.TagClassName
{
border-color: #EC9DAB;
}
</style>