Shades of Illusion #EC9CAF
Tints of Illusion #EC9CAF
RGB
CMYK
RGB Variations
Color information
#EC9CAF (or 0xEC9CAF) is known color: Illusion. HEX triplet: EC, 9C and AF. RGB value is (236,156,175). Sum of RGB (Red+Green+Blue) = 236+156+175=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CAF is #136350. Grayscale: #B6B6B6. Windows color (decimal): -1270609 or 11508972. OLE color: 11508972.
HSL color Cylindrical-coordinate representation of color #EC9CAF: hue angle of 345.75º 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 #EC9CAF is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 175 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.07 |
| HSL | 345.75º | 0.68% | 0.77% | - |
| HSV(B) | 345.75º | 0.34% | 0.93% | - |
| XYZ | 54.22 | 44.7 | 46.33 | - |
| YUV | 182.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 175 | 0 | 0.34 | 0.26 | 0.07 | 345.75 | 0.68 | 0.77 |
| Hex | EC | 9C | AF | 0 | 22 | 1A | 7 | 15A | 44 | 4D |
| Octal | 354 | 234 | 257 | 0 | 42 | 32 | 7 | 532 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10101111 | 0 | 100010 | 11010 | 111 | 101011010 | 1000100 | 1001101 |
Color Harmonies of #EC9CAF
Complementary color
Monochromatic Colors of #EC9CAF
Black with #EC9CAF
Text Example
Text Example
White with #EC9CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CAF; }
p { color: rgb(236,156,175); }
H1.HeaderClassName
{
color: #EC9CAF;
}
.AnyTagClassName
{
color: #EC9CAF;
}
</style>
background-color css
<style>
a { background-color: #EC9CAF; }
a { background-color: rgb(236,156,175); }
div.DivClassName
{
background-color: #EC9CAF;
}
.BgClassName
{
background-color: #EC9CAF;
}
</style>
border-color css
<style>
span { border-color: #EC9CAF; }
span { border-color: rgb(236,156,175); }
td.TdClassName
{
border-color: #EC9CAF;
}
.TagClassName
{
border-color: #EC9CAF;
}
</style>