Shades of Illusion #EF8FAD
Tints of Illusion #EF8FAD
RGB
CMYK
RGB Variations
Color information
#EF8FAD (or 0xEF8FAD) is known color: Illusion. HEX triplet: EF, 8F and AD. RGB value is (239,143,173). Sum of RGB (Red+Green+Blue) = 239+143+173=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FAD is #107052. Grayscale: #AFAFAF. Windows color (decimal): -1077331 or 11374575. OLE color: 11374575.
HSL color Cylindrical-coordinate representation of color #EF8FAD: hue angle of 341.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FAD is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 173 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.06 |
| HSL | 341.25º | 0.75% | 0.75% | - |
| HSV(B) | 341.25º | 0.4% | 0.94% | - |
| XYZ | 52.96 | 41.01 | 44.66 | - |
| YUV | 175.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 173 | 0 | 0.40 | 0.28 | 0.06 | 341.25 | 0.75 | 0.75 |
| Hex | EF | 8F | AD | 0 | 28 | 1C | 6 | 155 | 4B | 4B |
| Octal | 357 | 217 | 255 | 0 | 50 | 34 | 6 | 525 | 113 | 113 |
| Binary | 11101111 | 10001111 | 10101101 | 0 | 101000 | 11100 | 110 | 101010101 | 1001011 | 1001011 |
Color Harmonies of #EF8FAD
Complementary color
Monochromatic Colors of #EF8FAD
Black with #EF8FAD
Text Example
Text Example
White with #EF8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FAD; }
p { color: rgb(239,143,173); }
H1.HeaderClassName
{
color: #EF8FAD;
}
.AnyTagClassName
{
color: #EF8FAD;
}
</style>
background-color css
<style>
a { background-color: #EF8FAD; }
a { background-color: rgb(239,143,173); }
div.DivClassName
{
background-color: #EF8FAD;
}
.BgClassName
{
background-color: #EF8FAD;
}
</style>
border-color css
<style>
span { border-color: #EF8FAD; }
span { border-color: rgb(239,143,173); }
td.TdClassName
{
border-color: #EF8FAD;
}
.TagClassName
{
border-color: #EF8FAD;
}
</style>