Shades of Illusion #EC9EAD
Tints of Illusion #EC9EAD
RGB
CMYK
RGB Variations
Color information
#EC9EAD (or 0xEC9EAD) is known color: Illusion. HEX triplet: EC, 9E and AD. RGB value is (236,158,173). Sum of RGB (Red+Green+Blue) = 236+158+173=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9EAD is #136152. Grayscale: #B7B7B7. Windows color (decimal): -1270099 or 11378412. OLE color: 11378412.
HSL color Cylindrical-coordinate representation of color #EC9EAD: hue angle of 348.46º 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 #EC9EAD is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 173 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.07 |
| HSL | 348.46º | 0.67% | 0.77% | - |
| HSV(B) | 348.46º | 0.33% | 0.93% | - |
| XYZ | 54.36 | 45.3 | 45.41 | - |
| YUV | 183.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 173 | 0 | 0.33 | 0.27 | 0.07 | 348.46 | 0.67 | 0.77 |
| Hex | EC | 9E | AD | 0 | 21 | 1B | 7 | 15C | 43 | 4D |
| Octal | 354 | 236 | 255 | 0 | 41 | 33 | 7 | 534 | 103 | 115 |
| Binary | 11101100 | 10011110 | 10101101 | 0 | 100001 | 11011 | 111 | 101011100 | 1000011 | 1001101 |
Color Harmonies of #EC9EAD
Complementary color
Monochromatic Colors of #EC9EAD
Black with #EC9EAD
Text Example
Text Example
White with #EC9EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EAD; }
p { color: rgb(236,158,173); }
H1.HeaderClassName
{
color: #EC9EAD;
}
.AnyTagClassName
{
color: #EC9EAD;
}
</style>
background-color css
<style>
a { background-color: #EC9EAD; }
a { background-color: rgb(236,158,173); }
div.DivClassName
{
background-color: #EC9EAD;
}
.BgClassName
{
background-color: #EC9EAD;
}
</style>
border-color css
<style>
span { border-color: #EC9EAD; }
span { border-color: rgb(236,158,173); }
td.TdClassName
{
border-color: #EC9EAD;
}
.TagClassName
{
border-color: #EC9EAD;
}
</style>