Shades of Illusion #EC90AD
Tints of Illusion #EC90AD
RGB
CMYK
RGB Variations
Color information
#EC90AD (or 0xEC90AD) is known color: Illusion. HEX triplet: EC, 90 and AD. RGB value is (236,144,173). Sum of RGB (Red+Green+Blue) = 236+144+173=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90AD is #136F52. Grayscale: #AEAEAE. Windows color (decimal): -1273683 or 11374828. OLE color: 11374828.
HSL color Cylindrical-coordinate representation of color #EC90AD: hue angle of 341.09º 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 #EC90AD is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 173 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.07 |
| HSL | 341.09º | 0.71% | 0.75% | - |
| HSV(B) | 341.09º | 0.39% | 0.93% | - |
| XYZ | 52.11 | 40.8 | 44.66 | - |
| YUV | 174.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 173 | 0 | 0.39 | 0.27 | 0.07 | 341.09 | 0.71 | 0.75 |
| Hex | EC | 90 | AD | 0 | 27 | 1B | 7 | 155 | 47 | 4B |
| Octal | 354 | 220 | 255 | 0 | 47 | 33 | 7 | 525 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10101101 | 0 | 100111 | 11011 | 111 | 101010101 | 1000111 | 1001011 |
Color Harmonies of #EC90AD
Complementary color
Monochromatic Colors of #EC90AD
Black with #EC90AD
Text Example
Text Example
White with #EC90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90AD; }
p { color: rgb(236,144,173); }
H1.HeaderClassName
{
color: #EC90AD;
}
.AnyTagClassName
{
color: #EC90AD;
}
</style>
background-color css
<style>
a { background-color: #EC90AD; }
a { background-color: rgb(236,144,173); }
div.DivClassName
{
background-color: #EC90AD;
}
.BgClassName
{
background-color: #EC90AD;
}
</style>
border-color css
<style>
span { border-color: #EC90AD; }
span { border-color: rgb(236,144,173); }
td.TdClassName
{
border-color: #EC90AD;
}
.TagClassName
{
border-color: #EC90AD;
}
</style>