Shades of Illusion #EF9EAE
Tints of Illusion #EF9EAE
RGB
CMYK
RGB Variations
Color information
#EF9EAE (or 0xEF9EAE) is known color: Illusion. HEX triplet: EF, 9E and AE. RGB value is (239,158,174). Sum of RGB (Red+Green+Blue) = 239+158+174=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9EAE is #106151. Grayscale: #B8B8B8. Windows color (decimal): -1073490 or 11443951. OLE color: 11443951.
HSL color Cylindrical-coordinate representation of color #EF9EAE: hue angle of 348.15º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EAE is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 174 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.06 |
| HSL | 348.15º | 0.72% | 0.78% | - |
| HSV(B) | 348.15º | 0.34% | 0.94% | - |
| XYZ | 55.46 | 45.86 | 45.97 | - |
| YUV | 184.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 174 | 0 | 0.34 | 0.27 | 0.06 | 348.15 | 0.72 | 0.78 |
| Hex | EF | 9E | AE | 0 | 22 | 1B | 6 | 15C | 48 | 4E |
| Octal | 357 | 236 | 256 | 0 | 42 | 33 | 6 | 534 | 110 | 116 |
| Binary | 11101111 | 10011110 | 10101110 | 0 | 100010 | 11011 | 110 | 101011100 | 1001000 | 1001110 |
Color Harmonies of #EF9EAE
Complementary color
Monochromatic Colors of #EF9EAE
Black with #EF9EAE
Text Example
Text Example
White with #EF9EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EAE; }
p { color: rgb(239,158,174); }
H1.HeaderClassName
{
color: #EF9EAE;
}
.AnyTagClassName
{
color: #EF9EAE;
}
</style>
background-color css
<style>
a { background-color: #EF9EAE; }
a { background-color: rgb(239,158,174); }
div.DivClassName
{
background-color: #EF9EAE;
}
.BgClassName
{
background-color: #EF9EAE;
}
</style>
border-color css
<style>
span { border-color: #EF9EAE; }
span { border-color: rgb(239,158,174); }
td.TdClassName
{
border-color: #EF9EAE;
}
.TagClassName
{
border-color: #EF9EAE;
}
</style>