Shades of Illusion #EC8AB1
Tints of Illusion #EC8AB1
RGB
CMYK
RGB Variations
Color information
#EC8AB1 (or 0xEC8AB1) is known color: Illusion. HEX triplet: EC, 8A and B1. RGB value is (236,138,177). Sum of RGB (Red+Green+Blue) = 236+138+177=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AB1 is #13754E. Grayscale: #ABABAB. Windows color (decimal): -1275215 or 11635436. OLE color: 11635436.
HSL color Cylindrical-coordinate representation of color #EC8AB1: hue angle of 336.12º 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 #EC8AB1 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 177 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.07 |
| HSL | 336.12º | 0.72% | 0.73% | - |
| HSV(B) | 336.12º | 0.42% | 0.93% | - |
| XYZ | 51.62 | 39.18 | 46.44 | - |
| YUV | 171.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 177 | 0 | 0.42 | 0.25 | 0.07 | 336.12 | 0.72 | 0.73 |
| Hex | EC | 8A | B1 | 0 | 2A | 19 | 7 | 150 | 48 | 49 |
| Octal | 354 | 212 | 261 | 0 | 52 | 31 | 7 | 520 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10110001 | 0 | 101010 | 11001 | 111 | 101010000 | 1001000 | 1001001 |
Color Harmonies of #EC8AB1
Complementary color
Monochromatic Colors of #EC8AB1
Black with #EC8AB1
Text Example
Text Example
White with #EC8AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AB1; }
p { color: rgb(236,138,177); }
H1.HeaderClassName
{
color: #EC8AB1;
}
.AnyTagClassName
{
color: #EC8AB1;
}
</style>
background-color css
<style>
a { background-color: #EC8AB1; }
a { background-color: rgb(236,138,177); }
div.DivClassName
{
background-color: #EC8AB1;
}
.BgClassName
{
background-color: #EC8AB1;
}
</style>
border-color css
<style>
span { border-color: #EC8AB1; }
span { border-color: rgb(236,138,177); }
td.TdClassName
{
border-color: #EC8AB1;
}
.TagClassName
{
border-color: #EC8AB1;
}
</style>