Shades of Illusion #EF9DAC
Tints of Illusion #EF9DAC
RGB
CMYK
RGB Variations
Color information
#EF9DAC (or 0xEF9DAC) is known color: Illusion. HEX triplet: EF, 9D and AC. RGB value is (239,157,172). Sum of RGB (Red+Green+Blue) = 239+157+172=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9DAC is #106253. Grayscale: #B7B7B7. Windows color (decimal): -1073748 or 11312623. OLE color: 11312623.
HSL color Cylindrical-coordinate representation of color #EF9DAC: hue angle of 349.02º 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 #EF9DAC is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 172 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.06 |
| HSL | 349.02º | 0.72% | 0.78% | - |
| HSV(B) | 349.02º | 0.34% | 0.94% | - |
| XYZ | 55.1 | 45.44 | 44.9 | - |
| YUV | 183.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 172 | 0 | 0.34 | 0.28 | 0.06 | 349.02 | 0.72 | 0.78 |
| Hex | EF | 9D | AC | 0 | 22 | 1C | 6 | 15D | 48 | 4E |
| Octal | 357 | 235 | 254 | 0 | 42 | 34 | 6 | 535 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10101100 | 0 | 100010 | 11100 | 110 | 101011101 | 1001000 | 1001110 |
Color Harmonies of #EF9DAC
Complementary color
Monochromatic Colors of #EF9DAC
Black with #EF9DAC
Text Example
Text Example
White with #EF9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DAC; }
p { color: rgb(239,157,172); }
H1.HeaderClassName
{
color: #EF9DAC;
}
.AnyTagClassName
{
color: #EF9DAC;
}
</style>
background-color css
<style>
a { background-color: #EF9DAC; }
a { background-color: rgb(239,157,172); }
div.DivClassName
{
background-color: #EF9DAC;
}
.BgClassName
{
background-color: #EF9DAC;
}
</style>
border-color css
<style>
span { border-color: #EF9DAC; }
span { border-color: rgb(239,157,172); }
td.TdClassName
{
border-color: #EF9DAC;
}
.TagClassName
{
border-color: #EF9DAC;
}
</style>