Shades of Illusion #EC9CB5
Tints of Illusion #EC9CB5
RGB
CMYK
RGB Variations
Color information
#EC9CB5 (or 0xEC9CB5) is known color: Illusion. HEX triplet: EC, 9C and B5. RGB value is (236,156,181). Sum of RGB (Red+Green+Blue) = 236+156+181=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CB5 is #13634A. Grayscale: #B6B6B6. Windows color (decimal): -1270603 or 11902188. OLE color: 11902188.
HSL color Cylindrical-coordinate representation of color #EC9CB5: hue angle of 341.25º 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 #EC9CB5 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 181 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.07 |
| HSL | 341.25º | 0.68% | 0.77% | - |
| HSV(B) | 341.25º | 0.34% | 0.93% | - |
| XYZ | 54.82 | 44.95 | 49.5 | - |
| YUV | 182.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 181 | 0 | 0.34 | 0.23 | 0.07 | 341.25 | 0.68 | 0.77 |
| Hex | EC | 9C | B5 | 0 | 22 | 17 | 7 | 155 | 44 | 4D |
| Octal | 354 | 234 | 265 | 0 | 42 | 27 | 7 | 525 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10110101 | 0 | 100010 | 10111 | 111 | 101010101 | 1000100 | 1001101 |
Color Harmonies of #EC9CB5
Complementary color
Monochromatic Colors of #EC9CB5
Black with #EC9CB5
Text Example
Text Example
White with #EC9CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CB5; }
p { color: rgb(236,156,181); }
H1.HeaderClassName
{
color: #EC9CB5;
}
.AnyTagClassName
{
color: #EC9CB5;
}
</style>
background-color css
<style>
a { background-color: #EC9CB5; }
a { background-color: rgb(236,156,181); }
div.DivClassName
{
background-color: #EC9CB5;
}
.BgClassName
{
background-color: #EC9CB5;
}
</style>
border-color css
<style>
span { border-color: #EC9CB5; }
span { border-color: rgb(236,156,181); }
td.TdClassName
{
border-color: #EC9CB5;
}
.TagClassName
{
border-color: #EC9CB5;
}
</style>