Shades of Illusion #EC93B3
Tints of Illusion #EC93B3
RGB
CMYK
RGB Variations
Color information
#EC93B3 (or 0xEC93B3) is known color: Illusion. HEX triplet: EC, 93 and B3. RGB value is (236,147,179). Sum of RGB (Red+Green+Blue) = 236+147+179=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93B3 is #136C4C. Grayscale: #B1B1B1. Windows color (decimal): -1272909 or 11768812. OLE color: 11768812.
HSL color Cylindrical-coordinate representation of color #EC93B3: hue angle of 338.43º 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 #EC93B3 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 179 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.07 |
| HSL | 338.43º | 0.7% | 0.75% | - |
| HSV(B) | 338.43º | 0.38% | 0.93% | - |
| XYZ | 53.16 | 41.95 | 47.94 | - |
| YUV | 177.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 179 | 0 | 0.38 | 0.24 | 0.07 | 338.43 | 0.7 | 0.75 |
| Hex | EC | 93 | B3 | 0 | 26 | 18 | 7 | 152 | 46 | 4B |
| Octal | 354 | 223 | 263 | 0 | 46 | 30 | 7 | 522 | 106 | 113 |
| Binary | 11101100 | 10010011 | 10110011 | 0 | 100110 | 11000 | 111 | 101010010 | 1000110 | 1001011 |
Color Harmonies of #EC93B3
Complementary color
Monochromatic Colors of #EC93B3
Black with #EC93B3
Text Example
Text Example
White with #EC93B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93B3; }
p { color: rgb(236,147,179); }
H1.HeaderClassName
{
color: #EC93B3;
}
.AnyTagClassName
{
color: #EC93B3;
}
</style>
background-color css
<style>
a { background-color: #EC93B3; }
a { background-color: rgb(236,147,179); }
div.DivClassName
{
background-color: #EC93B3;
}
.BgClassName
{
background-color: #EC93B3;
}
</style>
border-color css
<style>
span { border-color: #EC93B3; }
span { border-color: rgb(236,147,179); }
td.TdClassName
{
border-color: #EC93B3;
}
.TagClassName
{
border-color: #EC93B3;
}
</style>