Shades of Illusion #EC93AC
Tints of Illusion #EC93AC
RGB
CMYK
RGB Variations
Color information
#EC93AC (or 0xEC93AC) is known color: Illusion. HEX triplet: EC, 93 and AC. RGB value is (236,147,172). Sum of RGB (Red+Green+Blue) = 236+147+172=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC93AC is #136C53. Grayscale: #B0B0B0. Windows color (decimal): -1272916 or 11310060. OLE color: 11310060.
HSL color Cylindrical-coordinate representation of color #EC93AC: hue angle of 343.15º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93AC is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 172 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.07 |
| HSL | 343.15º | 0.7% | 0.75% | - |
| HSV(B) | 343.15º | 0.38% | 0.93% | - |
| XYZ | 52.47 | 41.68 | 44.31 | - |
| YUV | 176.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 172 | 0 | 0.38 | 0.27 | 0.07 | 343.15 | 0.7 | 0.75 |
| Hex | EC | 93 | AC | 0 | 26 | 1B | 7 | 157 | 46 | 4B |
| Octal | 354 | 223 | 254 | 0 | 46 | 33 | 7 | 527 | 106 | 113 |
| Binary | 11101100 | 10010011 | 10101100 | 0 | 100110 | 11011 | 111 | 101010111 | 1000110 | 1001011 |
Color Harmonies of #EC93AC
Complementary color
Monochromatic Colors of #EC93AC
Black with #EC93AC
Text Example
Text Example
White with #EC93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93AC; }
p { color: rgb(236,147,172); }
H1.HeaderClassName
{
color: #EC93AC;
}
.AnyTagClassName
{
color: #EC93AC;
}
</style>
background-color css
<style>
a { background-color: #EC93AC; }
a { background-color: rgb(236,147,172); }
div.DivClassName
{
background-color: #EC93AC;
}
.BgClassName
{
background-color: #EC93AC;
}
</style>
border-color css
<style>
span { border-color: #EC93AC; }
span { border-color: rgb(236,147,172); }
td.TdClassName
{
border-color: #EC93AC;
}
.TagClassName
{
border-color: #EC93AC;
}
</style>