Shades of Illusion #EC93AF
Tints of Illusion #EC93AF
RGB
CMYK
RGB Variations
Color information
#EC93AF (or 0xEC93AF) is known color: Illusion. HEX triplet: EC, 93 and AF. RGB value is (236,147,175). Sum of RGB (Red+Green+Blue) = 236+147+175=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC93AF is #136C50. Grayscale: #B0B0B0. Windows color (decimal): -1272913 or 11506668. OLE color: 11506668.
HSL color Cylindrical-coordinate representation of color #EC93AF: hue angle of 341.12º 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 #EC93AF is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 175 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.07 |
| HSL | 341.12º | 0.7% | 0.75% | - |
| HSV(B) | 341.12º | 0.38% | 0.93% | - |
| XYZ | 52.76 | 41.8 | 45.84 | - |
| YUV | 176.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 175 | 0 | 0.38 | 0.26 | 0.07 | 341.12 | 0.7 | 0.75 |
| Hex | EC | 93 | AF | 0 | 26 | 1A | 7 | 155 | 46 | 4B |
| Octal | 354 | 223 | 257 | 0 | 46 | 32 | 7 | 525 | 106 | 113 |
| Binary | 11101100 | 10010011 | 10101111 | 0 | 100110 | 11010 | 111 | 101010101 | 1000110 | 1001011 |
Color Harmonies of #EC93AF
Complementary color
Monochromatic Colors of #EC93AF
Black with #EC93AF
Text Example
Text Example
White with #EC93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93AF; }
p { color: rgb(236,147,175); }
H1.HeaderClassName
{
color: #EC93AF;
}
.AnyTagClassName
{
color: #EC93AF;
}
</style>
background-color css
<style>
a { background-color: #EC93AF; }
a { background-color: rgb(236,147,175); }
div.DivClassName
{
background-color: #EC93AF;
}
.BgClassName
{
background-color: #EC93AF;
}
</style>
border-color css
<style>
span { border-color: #EC93AF; }
span { border-color: rgb(236,147,175); }
td.TdClassName
{
border-color: #EC93AF;
}
.TagClassName
{
border-color: #EC93AF;
}
</style>