Shades of Illusion #EF96AB
Tints of Illusion #EF96AB
RGB
CMYK
RGB Variations
Color information
#EF96AB (or 0xEF96AB) is known color: Illusion. HEX triplet: EF, 96 and AB. RGB value is (239,150,171). Sum of RGB (Red+Green+Blue) = 239+150+171=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96AB is #106954. Grayscale: #B3B3B3. Windows color (decimal): -1075541 or 11245295. OLE color: 11245295.
HSL color Cylindrical-coordinate representation of color #EF96AB: hue angle of 345.84º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96AB is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 171 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.06 |
| HSL | 345.84º | 0.74% | 0.76% | - |
| HSV(B) | 345.84º | 0.37% | 0.94% | - |
| XYZ | 53.85 | 43.1 | 44.01 | - |
| YUV | 179.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 171 | 0 | 0.37 | 0.28 | 0.06 | 345.84 | 0.74 | 0.76 |
| Hex | EF | 96 | AB | 0 | 25 | 1C | 6 | 15A | 4A | 4C |
| Octal | 357 | 226 | 253 | 0 | 45 | 34 | 6 | 532 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10101011 | 0 | 100101 | 11100 | 110 | 101011010 | 1001010 | 1001100 |
Color Harmonies of #EF96AB
Complementary color
Monochromatic Colors of #EF96AB
Black with #EF96AB
Text Example
Text Example
White with #EF96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96AB; }
p { color: rgb(239,150,171); }
H1.HeaderClassName
{
color: #EF96AB;
}
.AnyTagClassName
{
color: #EF96AB;
}
</style>
background-color css
<style>
a { background-color: #EF96AB; }
a { background-color: rgb(239,150,171); }
div.DivClassName
{
background-color: #EF96AB;
}
.BgClassName
{
background-color: #EF96AB;
}
</style>
border-color css
<style>
span { border-color: #EF96AB; }
span { border-color: rgb(239,150,171); }
td.TdClassName
{
border-color: #EF96AB;
}
.TagClassName
{
border-color: #EF96AB;
}
</style>