Shades of Illusion #EF9EA8
Tints of Illusion #EF9EA8
RGB
CMYK
RGB Variations
Color information
#EF9EA8 (or 0xEF9EA8) is known color: Illusion. HEX triplet: EF, 9E and A8. RGB value is (239,158,168). Sum of RGB (Red+Green+Blue) = 239+158+168=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9EA8 is #106157. Grayscale: #B7B7B7. Windows color (decimal): -1073496 or 11050735. OLE color: 11050735.
HSL color Cylindrical-coordinate representation of color #EF9EA8: hue angle of 352.59º 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 #EF9EA8 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 168 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.06 |
| HSL | 352.59º | 0.72% | 0.78% | - |
| HSV(B) | 352.59º | 0.34% | 0.94% | - |
| XYZ | 54.89 | 45.63 | 42.96 | - |
| YUV | 183.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 168 | 0 | 0.34 | 0.30 | 0.06 | 352.59 | 0.72 | 0.78 |
| Hex | EF | 9E | A8 | 0 | 22 | 1E | 6 | 161 | 48 | 4E |
| Octal | 357 | 236 | 250 | 0 | 42 | 36 | 6 | 541 | 110 | 116 |
| Binary | 11101111 | 10011110 | 10101000 | 0 | 100010 | 11110 | 110 | 101100001 | 1001000 | 1001110 |
Color Harmonies of #EF9EA8
Complementary color
Monochromatic Colors of #EF9EA8
Black with #EF9EA8
Text Example
Text Example
White with #EF9EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EA8; }
p { color: rgb(239,158,168); }
H1.HeaderClassName
{
color: #EF9EA8;
}
.AnyTagClassName
{
color: #EF9EA8;
}
</style>
background-color css
<style>
a { background-color: #EF9EA8; }
a { background-color: rgb(239,158,168); }
div.DivClassName
{
background-color: #EF9EA8;
}
.BgClassName
{
background-color: #EF9EA8;
}
</style>
border-color css
<style>
span { border-color: #EF9EA8; }
span { border-color: rgb(239,158,168); }
td.TdClassName
{
border-color: #EF9EA8;
}
.TagClassName
{
border-color: #EF9EA8;
}
</style>