Shades of Illusion #EC8AAF
Tints of Illusion #EC8AAF
RGB
CMYK
RGB Variations
Color information
#EC8AAF (or 0xEC8AAF) is known color: Illusion. HEX triplet: EC, 8A and AF. RGB value is (236,138,175). Sum of RGB (Red+Green+Blue) = 236+138+175=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AAF is #137550. Grayscale: #ABABAB. Windows color (decimal): -1275217 or 11504364. OLE color: 11504364.
HSL color Cylindrical-coordinate representation of color #EC8AAF: hue angle of 337.35º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8AAF is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 175 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.07 |
| HSL | 337.35º | 0.72% | 0.73% | - |
| HSV(B) | 337.35º | 0.42% | 0.93% | - |
| XYZ | 51.42 | 39.1 | 45.4 | - |
| YUV | 171.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 175 | 0 | 0.42 | 0.26 | 0.07 | 337.35 | 0.72 | 0.73 |
| Hex | EC | 8A | AF | 0 | 2A | 1A | 7 | 151 | 48 | 49 |
| Octal | 354 | 212 | 257 | 0 | 52 | 32 | 7 | 521 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10101111 | 0 | 101010 | 11010 | 111 | 101010001 | 1001000 | 1001001 |
Color Harmonies of #EC8AAF
Complementary color
Monochromatic Colors of #EC8AAF
Black with #EC8AAF
Text Example
Text Example
White with #EC8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AAF; }
p { color: rgb(236,138,175); }
H1.HeaderClassName
{
color: #EC8AAF;
}
.AnyTagClassName
{
color: #EC8AAF;
}
</style>
background-color css
<style>
a { background-color: #EC8AAF; }
a { background-color: rgb(236,138,175); }
div.DivClassName
{
background-color: #EC8AAF;
}
.BgClassName
{
background-color: #EC8AAF;
}
</style>
border-color css
<style>
span { border-color: #EC8AAF; }
span { border-color: rgb(236,138,175); }
td.TdClassName
{
border-color: #EC8AAF;
}
.TagClassName
{
border-color: #EC8AAF;
}
</style>