Shades of Illusion #EF9FAC
Tints of Illusion #EF9FAC
RGB
CMYK
RGB Variations
Color information
#EF9FAC (or 0xEF9FAC) is known color: Illusion. HEX triplet: EF, 9F and AC. RGB value is (239,159,172). Sum of RGB (Red+Green+Blue) = 239+159+172=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9FAC is #106053. Grayscale: #B8B8B8. Windows color (decimal): -1073236 or 11313135. OLE color: 11313135.
HSL color Cylindrical-coordinate representation of color #EF9FAC: hue angle of 350.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FAC is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 172 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.06 |
| HSL | 350.25º | 0.71% | 0.78% | - |
| HSV(B) | 350.25º | 0.33% | 0.94% | - |
| XYZ | 55.44 | 46.13 | 45.01 | - |
| YUV | 184.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 172 | 0 | 0.33 | 0.28 | 0.06 | 350.25 | 0.71 | 0.78 |
| Hex | EF | 9F | AC | 0 | 21 | 1C | 6 | 15E | 47 | 4E |
| Octal | 357 | 237 | 254 | 0 | 41 | 34 | 6 | 536 | 107 | 116 |
| Binary | 11101111 | 10011111 | 10101100 | 0 | 100001 | 11100 | 110 | 101011110 | 1000111 | 1001110 |
Color Harmonies of #EF9FAC
Complementary color
Monochromatic Colors of #EF9FAC
Black with #EF9FAC
Text Example
Text Example
White with #EF9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FAC; }
p { color: rgb(239,159,172); }
H1.HeaderClassName
{
color: #EF9FAC;
}
.AnyTagClassName
{
color: #EF9FAC;
}
</style>
background-color css
<style>
a { background-color: #EF9FAC; }
a { background-color: rgb(239,159,172); }
div.DivClassName
{
background-color: #EF9FAC;
}
.BgClassName
{
background-color: #EF9FAC;
}
</style>
border-color css
<style>
span { border-color: #EF9FAC; }
span { border-color: rgb(239,159,172); }
td.TdClassName
{
border-color: #EF9FAC;
}
.TagClassName
{
border-color: #EF9FAC;
}
</style>