Shades of Illusion #EC90AC
Tints of Illusion #EC90AC
RGB
CMYK
RGB Variations
Color information
#EC90AC (or 0xEC90AC) is known color: Illusion. HEX triplet: EC, 90 and AC. RGB value is (236,144,172). Sum of RGB (Red+Green+Blue) = 236+144+172=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90AC is #136F53. Grayscale: #AEAEAE. Windows color (decimal): -1273684 or 11309292. OLE color: 11309292.
HSL color Cylindrical-coordinate representation of color #EC90AC: hue angle of 341.74º 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 #EC90AC is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 144 | 172 | - |
CMYK | 0 | 0.39 | 0.27 | 0.07 |
HSL | 341.74º | 0.71% | 0.75% | - |
HSV(B) | 341.74º | 0.39% | 0.93% | - |
XYZ | 52.01 | 40.76 | 44.16 | - |
YUV | 174.7 | 126.48 | 171.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 144 | 172 | 0 | 0.39 | 0.27 | 0.07 | 341.74 | 0.71 | 0.75 |
Hex | EC | 90 | AC | 0 | 27 | 1B | 7 | 156 | 47 | 4B |
Octal | 354 | 220 | 254 | 0 | 47 | 33 | 7 | 526 | 107 | 113 |
Binary | 11101100 | 10010000 | 10101100 | 0 | 100111 | 11011 | 111 | 101010110 | 1000111 | 1001011 |
Color Harmonies of #EC90AC
Complementary color
Monochromatic Colors of #EC90AC
Black with #EC90AC
Text Example
Text Example
White with #EC90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90AC; }
p { color: rgb(236,144,172); }
H1.HeaderClassName
{
color: #EC90AC;
}
.AnyTagClassName
{
color: #EC90AC;
}
</style>
background-color css
<style>
a { background-color: #EC90AC; }
a { background-color: rgb(236,144,172); }
div.DivClassName
{
background-color: #EC90AC;
}
.BgClassName
{
background-color: #EC90AC;
}
</style>
border-color css
<style>
span { border-color: #EC90AC; }
span { border-color: rgb(236,144,172); }
td.TdClassName
{
border-color: #EC90AC;
}
.TagClassName
{
border-color: #EC90AC;
}
</style>