Shades of Illusion #EC9AB0
Tints of Illusion #EC9AB0
RGB
CMYK
RGB Variations
Color information
#EC9AB0 (or 0xEC9AB0) is known color: Illusion. HEX triplet: EC, 9A and B0. RGB value is (236,154,176). Sum of RGB (Red+Green+Blue) = 236+154+176=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AB0 is #13654F. Grayscale: #B5B5B5. Windows color (decimal): -1271120 or 11573996. OLE color: 11573996.
HSL color Cylindrical-coordinate representation of color #EC9AB0: hue angle of 343.9º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AB0 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 176 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.07 |
| HSL | 343.9º | 0.68% | 0.76% | - |
| HSV(B) | 343.9º | 0.35% | 0.93% | - |
| XYZ | 53.98 | 44.08 | 46.74 | - |
| YUV | 181.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 176 | 0 | 0.35 | 0.25 | 0.07 | 343.9 | 0.68 | 0.76 |
| Hex | EC | 9A | B0 | 0 | 23 | 19 | 7 | 158 | 44 | 4C |
| Octal | 354 | 232 | 260 | 0 | 43 | 31 | 7 | 530 | 104 | 114 |
| Binary | 11101100 | 10011010 | 10110000 | 0 | 100011 | 11001 | 111 | 101011000 | 1000100 | 1001100 |
Color Harmonies of #EC9AB0
Complementary color
Monochromatic Colors of #EC9AB0
Black with #EC9AB0
Text Example
Text Example
White with #EC9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AB0; }
p { color: rgb(236,154,176); }
H1.HeaderClassName
{
color: #EC9AB0;
}
.AnyTagClassName
{
color: #EC9AB0;
}
</style>
background-color css
<style>
a { background-color: #EC9AB0; }
a { background-color: rgb(236,154,176); }
div.DivClassName
{
background-color: #EC9AB0;
}
.BgClassName
{
background-color: #EC9AB0;
}
</style>
border-color css
<style>
span { border-color: #EC9AB0; }
span { border-color: rgb(236,154,176); }
td.TdClassName
{
border-color: #EC9AB0;
}
.TagClassName
{
border-color: #EC9AB0;
}
</style>