Shades of Illusion #EC8DB1
Tints of Illusion #EC8DB1
RGB
CMYK
RGB Variations
Color information
#EC8DB1 (or 0xEC8DB1) is known color: Illusion. HEX triplet: EC, 8D and B1. RGB value is (236,141,177). Sum of RGB (Red+Green+Blue) = 236+141+177=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DB1 is #13724E. Grayscale: #ADADAD. Windows color (decimal): -1274447 or 11636204. OLE color: 11636204.
HSL color Cylindrical-coordinate representation of color #EC8DB1: hue angle of 337.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8DB1 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 177 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.07 |
| HSL | 337.26º | 0.71% | 0.74% | - |
| HSV(B) | 337.26º | 0.4% | 0.93% | - |
| XYZ | 52.05 | 40.06 | 46.58 | - |
| YUV | 173.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 177 | 0 | 0.40 | 0.25 | 0.07 | 337.26 | 0.71 | 0.74 |
| Hex | EC | 8D | B1 | 0 | 28 | 19 | 7 | 151 | 47 | 4A |
| Octal | 354 | 215 | 261 | 0 | 50 | 31 | 7 | 521 | 107 | 112 |
| Binary | 11101100 | 10001101 | 10110001 | 0 | 101000 | 11001 | 111 | 101010001 | 1000111 | 1001010 |
Color Harmonies of #EC8DB1
Complementary color
Monochromatic Colors of #EC8DB1
Black with #EC8DB1
Text Example
Text Example
White with #EC8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DB1; }
p { color: rgb(236,141,177); }
H1.HeaderClassName
{
color: #EC8DB1;
}
.AnyTagClassName
{
color: #EC8DB1;
}
</style>
background-color css
<style>
a { background-color: #EC8DB1; }
a { background-color: rgb(236,141,177); }
div.DivClassName
{
background-color: #EC8DB1;
}
.BgClassName
{
background-color: #EC8DB1;
}
</style>
border-color css
<style>
span { border-color: #EC8DB1; }
span { border-color: rgb(236,141,177); }
td.TdClassName
{
border-color: #EC8DB1;
}
.TagClassName
{
border-color: #EC8DB1;
}
</style>