Shades of Illusion #EC90B4
Tints of Illusion #EC90B4
RGB
CMYK
RGB Variations
Color information
#EC90B4 (or 0xEC90B4) is known color: Illusion. HEX triplet: EC, 90 and B4. RGB value is (236,144,180). Sum of RGB (Red+Green+Blue) = 236+144+180=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90B4 is #136F4B. Grayscale: #AFAFAF. Windows color (decimal): -1273676 or 11833580. OLE color: 11833580.
HSL color Cylindrical-coordinate representation of color #EC90B4: hue angle of 336.52º 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 #EC90B4 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 180 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.07 |
| HSL | 336.52º | 0.71% | 0.75% | - |
| HSV(B) | 336.52º | 0.39% | 0.93% | - |
| XYZ | 52.8 | 41.07 | 48.33 | - |
| YUV | 175.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 180 | 0 | 0.39 | 0.24 | 0.07 | 336.52 | 0.71 | 0.75 |
| Hex | EC | 90 | B4 | 0 | 27 | 18 | 7 | 151 | 47 | 4B |
| Octal | 354 | 220 | 264 | 0 | 47 | 30 | 7 | 521 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10110100 | 0 | 100111 | 11000 | 111 | 101010001 | 1000111 | 1001011 |
Color Harmonies of #EC90B4
Complementary color
Monochromatic Colors of #EC90B4
Black with #EC90B4
Text Example
Text Example
White with #EC90B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90B4; }
p { color: rgb(236,144,180); }
H1.HeaderClassName
{
color: #EC90B4;
}
.AnyTagClassName
{
color: #EC90B4;
}
</style>
background-color css
<style>
a { background-color: #EC90B4; }
a { background-color: rgb(236,144,180); }
div.DivClassName
{
background-color: #EC90B4;
}
.BgClassName
{
background-color: #EC90B4;
}
</style>
border-color css
<style>
span { border-color: #EC90B4; }
span { border-color: rgb(236,144,180); }
td.TdClassName
{
border-color: #EC90B4;
}
.TagClassName
{
border-color: #EC90B4;
}
</style>