Shades of Illusion #EC8AB2
Tints of Illusion #EC8AB2
RGB
CMYK
RGB Variations
Color information
#EC8AB2 (or 0xEC8AB2) is known color: Illusion. HEX triplet: EC, 8A and B2. RGB value is (236,138,178). Sum of RGB (Red+Green+Blue) = 236+138+178=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AB2 is #13754D. Grayscale: #ABABAB. Windows color (decimal): -1275214 or 11700972. OLE color: 11700972.
HSL color Cylindrical-coordinate representation of color #EC8AB2: hue angle of 335.51º 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 #EC8AB2 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 178 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.07 |
| HSL | 335.51º | 0.72% | 0.73% | - |
| HSV(B) | 335.51º | 0.42% | 0.93% | - |
| XYZ | 51.72 | 39.22 | 46.96 | - |
| YUV | 171.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 178 | 0 | 0.42 | 0.25 | 0.07 | 335.51 | 0.72 | 0.73 |
| Hex | EC | 8A | B2 | 0 | 2A | 19 | 7 | 150 | 48 | 49 |
| Octal | 354 | 212 | 262 | 0 | 52 | 31 | 7 | 520 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10110010 | 0 | 101010 | 11001 | 111 | 101010000 | 1001000 | 1001001 |
Color Harmonies of #EC8AB2
Complementary color
Monochromatic Colors of #EC8AB2
Black with #EC8AB2
Text Example
Text Example
White with #EC8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AB2; }
p { color: rgb(236,138,178); }
H1.HeaderClassName
{
color: #EC8AB2;
}
.AnyTagClassName
{
color: #EC8AB2;
}
</style>
background-color css
<style>
a { background-color: #EC8AB2; }
a { background-color: rgb(236,138,178); }
div.DivClassName
{
background-color: #EC8AB2;
}
.BgClassName
{
background-color: #EC8AB2;
}
</style>
border-color css
<style>
span { border-color: #EC8AB2; }
span { border-color: rgb(236,138,178); }
td.TdClassName
{
border-color: #EC8AB2;
}
.TagClassName
{
border-color: #EC8AB2;
}
</style>