Shades of Illusion #EC8FB4
Tints of Illusion #EC8FB4
RGB
CMYK
RGB Variations
Color information
#EC8FB4 (or 0xEC8FB4) is known color: Illusion. HEX triplet: EC, 8F and B4. RGB value is (236,143,180). Sum of RGB (Red+Green+Blue) = 236+143+180=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FB4 is #13704B. Grayscale: #AEAEAE. Windows color (decimal): -1273932 or 11833324. OLE color: 11833324.
HSL color Cylindrical-coordinate representation of color #EC8FB4: hue angle of 336.13º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FB4 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 180 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.07 |
| HSL | 336.13º | 0.71% | 0.74% | - |
| HSV(B) | 336.13º | 0.39% | 0.93% | - |
| XYZ | 52.65 | 40.77 | 48.27 | - |
| YUV | 175.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 180 | 0 | 0.39 | 0.24 | 0.07 | 336.13 | 0.71 | 0.74 |
| Hex | EC | 8F | B4 | 0 | 27 | 18 | 7 | 150 | 47 | 4A |
| Octal | 354 | 217 | 264 | 0 | 47 | 30 | 7 | 520 | 107 | 112 |
| Binary | 11101100 | 10001111 | 10110100 | 0 | 100111 | 11000 | 111 | 101010000 | 1000111 | 1001010 |
Color Harmonies of #EC8FB4
Complementary color
Monochromatic Colors of #EC8FB4
Black with #EC8FB4
Text Example
Text Example
White with #EC8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FB4; }
p { color: rgb(236,143,180); }
H1.HeaderClassName
{
color: #EC8FB4;
}
.AnyTagClassName
{
color: #EC8FB4;
}
</style>
background-color css
<style>
a { background-color: #EC8FB4; }
a { background-color: rgb(236,143,180); }
div.DivClassName
{
background-color: #EC8FB4;
}
.BgClassName
{
background-color: #EC8FB4;
}
</style>
border-color css
<style>
span { border-color: #EC8FB4; }
span { border-color: rgb(236,143,180); }
td.TdClassName
{
border-color: #EC8FB4;
}
.TagClassName
{
border-color: #EC8FB4;
}
</style>