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