Shades of Illusion #EC9FB8
Tints of Illusion #EC9FB8
RGB
CMYK
RGB Variations
Color information
#EC9FB8 (or 0xEC9FB8) is known color: Illusion. HEX triplet: EC, 9F and B8. RGB value is (236,159,184). Sum of RGB (Red+Green+Blue) = 236+159+184=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FB8 is #136047. Grayscale: #B8B8B8. Windows color (decimal): -1269832 or 12099564. OLE color: 12099564.
HSL color Cylindrical-coordinate representation of color #EC9FB8: hue angle of 340.52º degrees, saturation: 0.67, 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 #EC9FB8 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 184 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.07 |
| HSL | 340.52º | 0.67% | 0.77% | - |
| HSV(B) | 340.52º | 0.33% | 0.93% | - |
| XYZ | 55.64 | 46.09 | 51.31 | - |
| YUV | 184.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 184 | 0 | 0.33 | 0.22 | 0.07 | 340.52 | 0.67 | 0.77 |
| Hex | EC | 9F | B8 | 0 | 21 | 16 | 7 | 155 | 43 | 4D |
| Octal | 354 | 237 | 270 | 0 | 41 | 26 | 7 | 525 | 103 | 115 |
| Binary | 11101100 | 10011111 | 10111000 | 0 | 100001 | 10110 | 111 | 101010101 | 1000011 | 1001101 |
Color Harmonies of #EC9FB8
Complementary color
Monochromatic Colors of #EC9FB8
Black with #EC9FB8
Text Example
Text Example
White with #EC9FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FB8; }
p { color: rgb(236,159,184); }
H1.HeaderClassName
{
color: #EC9FB8;
}
.AnyTagClassName
{
color: #EC9FB8;
}
</style>
background-color css
<style>
a { background-color: #EC9FB8; }
a { background-color: rgb(236,159,184); }
div.DivClassName
{
background-color: #EC9FB8;
}
.BgClassName
{
background-color: #EC9FB8;
}
</style>
border-color css
<style>
span { border-color: #EC9FB8; }
span { border-color: rgb(236,159,184); }
td.TdClassName
{
border-color: #EC9FB8;
}
.TagClassName
{
border-color: #EC9FB8;
}
</style>