Shades of Illusion #EC90AE
Tints of Illusion #EC90AE
RGB
CMYK
RGB Variations
Color information
#EC90AE (or 0xEC90AE) is known color: Illusion. HEX triplet: EC, 90 and AE. RGB value is (236,144,174). Sum of RGB (Red+Green+Blue) = 236+144+174=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90AE is #136F51. Grayscale: #AEAEAE. Windows color (decimal): -1273682 or 11440364. OLE color: 11440364.
HSL color Cylindrical-coordinate representation of color #EC90AE: hue angle of 340.43º 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 #EC90AE is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 174 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.07 |
| HSL | 340.43º | 0.71% | 0.75% | - |
| HSV(B) | 340.43º | 0.39% | 0.93% | - |
| XYZ | 52.21 | 40.84 | 45.17 | - |
| YUV | 174.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 174 | 0 | 0.39 | 0.26 | 0.07 | 340.43 | 0.71 | 0.75 |
| Hex | EC | 90 | AE | 0 | 27 | 1A | 7 | 154 | 47 | 4B |
| Octal | 354 | 220 | 256 | 0 | 47 | 32 | 7 | 524 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10101110 | 0 | 100111 | 11010 | 111 | 101010100 | 1000111 | 1001011 |
Color Harmonies of #EC90AE
Complementary color
Monochromatic Colors of #EC90AE
Black with #EC90AE
Text Example
Text Example
White with #EC90AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90AE; }
p { color: rgb(236,144,174); }
H1.HeaderClassName
{
color: #EC90AE;
}
.AnyTagClassName
{
color: #EC90AE;
}
</style>
background-color css
<style>
a { background-color: #EC90AE; }
a { background-color: rgb(236,144,174); }
div.DivClassName
{
background-color: #EC90AE;
}
.BgClassName
{
background-color: #EC90AE;
}
</style>
border-color css
<style>
span { border-color: #EC90AE; }
span { border-color: rgb(236,144,174); }
td.TdClassName
{
border-color: #EC90AE;
}
.TagClassName
{
border-color: #EC90AE;
}
</style>