Shades of Illusion #EC9DAD
Tints of Illusion #EC9DAD
RGB
CMYK
RGB Variations
Color information
#EC9DAD (or 0xEC9DAD) is known color: Illusion. HEX triplet: EC, 9D and AD. RGB value is (236,157,173). Sum of RGB (Red+Green+Blue) = 236+157+173=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9DAD is #136252. Grayscale: #B6B6B6. Windows color (decimal): -1270355 or 11378156. OLE color: 11378156.
HSL color Cylindrical-coordinate representation of color #EC9DAD: hue angle of 347.85º 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 #EC9DAD is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 173 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.07 |
| HSL | 347.85º | 0.68% | 0.77% | - |
| HSV(B) | 347.85º | 0.33% | 0.93% | - |
| XYZ | 54.19 | 44.96 | 45.36 | - |
| YUV | 182.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 173 | 0 | 0.33 | 0.27 | 0.07 | 347.85 | 0.68 | 0.77 |
| Hex | EC | 9D | AD | 0 | 21 | 1B | 7 | 15C | 44 | 4D |
| Octal | 354 | 235 | 255 | 0 | 41 | 33 | 7 | 534 | 104 | 115 |
| Binary | 11101100 | 10011101 | 10101101 | 0 | 100001 | 11011 | 111 | 101011100 | 1000100 | 1001101 |
Color Harmonies of #EC9DAD
Complementary color
Monochromatic Colors of #EC9DAD
Black with #EC9DAD
Text Example
Text Example
White with #EC9DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DAD; }
p { color: rgb(236,157,173); }
H1.HeaderClassName
{
color: #EC9DAD;
}
.AnyTagClassName
{
color: #EC9DAD;
}
</style>
background-color css
<style>
a { background-color: #EC9DAD; }
a { background-color: rgb(236,157,173); }
div.DivClassName
{
background-color: #EC9DAD;
}
.BgClassName
{
background-color: #EC9DAD;
}
</style>
border-color css
<style>
span { border-color: #EC9DAD; }
span { border-color: rgb(236,157,173); }
td.TdClassName
{
border-color: #EC9DAD;
}
.TagClassName
{
border-color: #EC9DAD;
}
</style>