Shades of Illusion #EC90B3
Tints of Illusion #EC90B3
RGB
CMYK
RGB Variations
Color information
#EC90B3 (or 0xEC90B3) is known color: Illusion. HEX triplet: EC, 90 and B3. RGB value is (236,144,179). Sum of RGB (Red+Green+Blue) = 236+144+179=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90B3 is #136F4C. Grayscale: #AFAFAF. Windows color (decimal): -1273677 or 11768044. OLE color: 11768044.
HSL color Cylindrical-coordinate representation of color #EC90B3: hue angle of 337.17º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90B3 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 179 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.07 |
| HSL | 337.17º | 0.71% | 0.75% | - |
| HSV(B) | 337.17º | 0.39% | 0.93% | - |
| XYZ | 52.7 | 41.03 | 47.79 | - |
| YUV | 175.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 179 | 0 | 0.39 | 0.24 | 0.07 | 337.17 | 0.71 | 0.75 |
| Hex | EC | 90 | B3 | 0 | 27 | 18 | 7 | 151 | 47 | 4B |
| Octal | 354 | 220 | 263 | 0 | 47 | 30 | 7 | 521 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10110011 | 0 | 100111 | 11000 | 111 | 101010001 | 1000111 | 1001011 |
Color Harmonies of #EC90B3
Complementary color
Monochromatic Colors of #EC90B3
Black with #EC90B3
Text Example
Text Example
White with #EC90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90B3; }
p { color: rgb(236,144,179); }
H1.HeaderClassName
{
color: #EC90B3;
}
.AnyTagClassName
{
color: #EC90B3;
}
</style>
background-color css
<style>
a { background-color: #EC90B3; }
a { background-color: rgb(236,144,179); }
div.DivClassName
{
background-color: #EC90B3;
}
.BgClassName
{
background-color: #EC90B3;
}
</style>
border-color css
<style>
span { border-color: #EC90B3; }
span { border-color: rgb(236,144,179); }
td.TdClassName
{
border-color: #EC90B3;
}
.TagClassName
{
border-color: #EC90B3;
}
</style>