Shades of Illusion #EC9DB7
Tints of Illusion #EC9DB7
RGB
CMYK
RGB Variations
Color information
#EC9DB7 (or 0xEC9DB7) is known color: Illusion. HEX triplet: EC, 9D and B7. RGB value is (236,157,183). Sum of RGB (Red+Green+Blue) = 236+157+183=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DB7 is #136248. Grayscale: #B7B7B7. Windows color (decimal): -1270345 or 12033516. OLE color: 12033516.
HSL color Cylindrical-coordinate representation of color #EC9DB7: hue angle of 340.25º 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 #EC9DB7 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 183 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.07 |
| HSL | 340.25º | 0.68% | 0.77% | - |
| HSV(B) | 340.25º | 0.33% | 0.93% | - |
| XYZ | 55.2 | 45.37 | 50.65 | - |
| YUV | 183.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 183 | 0 | 0.33 | 0.22 | 0.07 | 340.25 | 0.68 | 0.77 |
| Hex | EC | 9D | B7 | 0 | 21 | 16 | 7 | 154 | 44 | 4D |
| Octal | 354 | 235 | 267 | 0 | 41 | 26 | 7 | 524 | 104 | 115 |
| Binary | 11101100 | 10011101 | 10110111 | 0 | 100001 | 10110 | 111 | 101010100 | 1000100 | 1001101 |
Color Harmonies of #EC9DB7
Complementary color
Monochromatic Colors of #EC9DB7
Black with #EC9DB7
Text Example
Text Example
White with #EC9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DB7; }
p { color: rgb(236,157,183); }
H1.HeaderClassName
{
color: #EC9DB7;
}
.AnyTagClassName
{
color: #EC9DB7;
}
</style>
background-color css
<style>
a { background-color: #EC9DB7; }
a { background-color: rgb(236,157,183); }
div.DivClassName
{
background-color: #EC9DB7;
}
.BgClassName
{
background-color: #EC9DB7;
}
</style>
border-color css
<style>
span { border-color: #EC9DB7; }
span { border-color: rgb(236,157,183); }
td.TdClassName
{
border-color: #EC9DB7;
}
.TagClassName
{
border-color: #EC9DB7;
}
</style>