Shades of Illusion #EC9AB5
Tints of Illusion #EC9AB5
RGB
CMYK
RGB Variations
Color information
#EC9AB5 (or 0xEC9AB5) is known color: Illusion. HEX triplet: EC, 9A and B5. RGB value is (236,154,181). Sum of RGB (Red+Green+Blue) = 236+154+181=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AB5 is #13654A. Grayscale: #B5B5B5. Windows color (decimal): -1271115 or 11901676. OLE color: 11901676.
HSL color Cylindrical-coordinate representation of color #EC9AB5: hue angle of 340.24º 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 #EC9AB5 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 181 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.07 |
| HSL | 340.24º | 0.68% | 0.76% | - |
| HSV(B) | 340.24º | 0.35% | 0.93% | - |
| XYZ | 54.49 | 44.28 | 49.39 | - |
| YUV | 181.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 181 | 0 | 0.35 | 0.23 | 0.07 | 340.24 | 0.68 | 0.76 |
| Hex | EC | 9A | B5 | 0 | 23 | 17 | 7 | 154 | 44 | 4C |
| Octal | 354 | 232 | 265 | 0 | 43 | 27 | 7 | 524 | 104 | 114 |
| Binary | 11101100 | 10011010 | 10110101 | 0 | 100011 | 10111 | 111 | 101010100 | 1000100 | 1001100 |
Color Harmonies of #EC9AB5
Complementary color
Monochromatic Colors of #EC9AB5
Black with #EC9AB5
Text Example
Text Example
White with #EC9AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AB5; }
p { color: rgb(236,154,181); }
H1.HeaderClassName
{
color: #EC9AB5;
}
.AnyTagClassName
{
color: #EC9AB5;
}
</style>
background-color css
<style>
a { background-color: #EC9AB5; }
a { background-color: rgb(236,154,181); }
div.DivClassName
{
background-color: #EC9AB5;
}
.BgClassName
{
background-color: #EC9AB5;
}
</style>
border-color css
<style>
span { border-color: #EC9AB5; }
span { border-color: rgb(236,154,181); }
td.TdClassName
{
border-color: #EC9AB5;
}
.TagClassName
{
border-color: #EC9AB5;
}
</style>