Shades of Illusion #EC8AB4
Tints of Illusion #EC8AB4
RGB
CMYK
RGB Variations
Color information
#EC8AB4 (or 0xEC8AB4) is known color: Illusion. HEX triplet: EC, 8A and B4. RGB value is (236,138,180). Sum of RGB (Red+Green+Blue) = 236+138+180=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AB4 is #13754B. Grayscale: #ACACAC. Windows color (decimal): -1275212 or 11832044. OLE color: 11832044.
HSL color Cylindrical-coordinate representation of color #EC8AB4: hue angle of 334.29º 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 #EC8AB4 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 180 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.07 |
| HSL | 334.29º | 0.72% | 0.73% | - |
| HSV(B) | 334.29º | 0.42% | 0.93% | - |
| XYZ | 51.92 | 39.31 | 48.03 | - |
| YUV | 172.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 180 | 0 | 0.42 | 0.24 | 0.07 | 334.29 | 0.72 | 0.73 |
| Hex | EC | 8A | B4 | 0 | 2A | 18 | 7 | 14E | 48 | 49 |
| Octal | 354 | 212 | 264 | 0 | 52 | 30 | 7 | 516 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10110100 | 0 | 101010 | 11000 | 111 | 101001110 | 1001000 | 1001001 |
Color Harmonies of #EC8AB4
Complementary color
Monochromatic Colors of #EC8AB4
Black with #EC8AB4
Text Example
Text Example
White with #EC8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AB4; }
p { color: rgb(236,138,180); }
H1.HeaderClassName
{
color: #EC8AB4;
}
.AnyTagClassName
{
color: #EC8AB4;
}
</style>
background-color css
<style>
a { background-color: #EC8AB4; }
a { background-color: rgb(236,138,180); }
div.DivClassName
{
background-color: #EC8AB4;
}
.BgClassName
{
background-color: #EC8AB4;
}
</style>
border-color css
<style>
span { border-color: #EC8AB4; }
span { border-color: rgb(236,138,180); }
td.TdClassName
{
border-color: #EC8AB4;
}
.TagClassName
{
border-color: #EC8AB4;
}
</style>