Shades of Illusion #EC9BAF
Tints of Illusion #EC9BAF
RGB
CMYK
RGB Variations
Color information
#EC9BAF (or 0xEC9BAF) is known color: Illusion. HEX triplet: EC, 9B and AF. RGB value is (236,155,175). Sum of RGB (Red+Green+Blue) = 236+155+175=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BAF is #136450. Grayscale: #B5B5B5. Windows color (decimal): -1270865 or 11508716. OLE color: 11508716.
HSL color Cylindrical-coordinate representation of color #EC9BAF: hue angle of 345.19º 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 #EC9BAF is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 175 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.07 |
| HSL | 345.19º | 0.68% | 0.77% | - |
| HSV(B) | 345.19º | 0.34% | 0.93% | - |
| XYZ | 54.05 | 44.37 | 46.27 | - |
| YUV | 181.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 175 | 0 | 0.34 | 0.26 | 0.07 | 345.19 | 0.68 | 0.77 |
| Hex | EC | 9B | AF | 0 | 22 | 1A | 7 | 159 | 44 | 4D |
| Octal | 354 | 233 | 257 | 0 | 42 | 32 | 7 | 531 | 104 | 115 |
| Binary | 11101100 | 10011011 | 10101111 | 0 | 100010 | 11010 | 111 | 101011001 | 1000100 | 1001101 |
Color Harmonies of #EC9BAF
Complementary color
Monochromatic Colors of #EC9BAF
Black with #EC9BAF
Text Example
Text Example
White with #EC9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BAF; }
p { color: rgb(236,155,175); }
H1.HeaderClassName
{
color: #EC9BAF;
}
.AnyTagClassName
{
color: #EC9BAF;
}
</style>
background-color css
<style>
a { background-color: #EC9BAF; }
a { background-color: rgb(236,155,175); }
div.DivClassName
{
background-color: #EC9BAF;
}
.BgClassName
{
background-color: #EC9BAF;
}
</style>
border-color css
<style>
span { border-color: #EC9BAF; }
span { border-color: rgb(236,155,175); }
td.TdClassName
{
border-color: #EC9BAF;
}
.TagClassName
{
border-color: #EC9BAF;
}
</style>