Shades of Illusion #EF96AF
Tints of Illusion #EF96AF
RGB
CMYK
RGB Variations
Color information
#EF96AF (or 0xEF96AF) is known color: Illusion. HEX triplet: EF, 96 and AF. RGB value is (239,150,175). Sum of RGB (Red+Green+Blue) = 239+150+175=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96AF is #106950. Grayscale: #B3B3B3. Windows color (decimal): -1075537 or 11507439. OLE color: 11507439.
HSL color Cylindrical-coordinate representation of color #EF96AF: hue angle of 343.15º 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 #EF96AF is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 175 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.06 |
| HSL | 343.15º | 0.74% | 0.76% | - |
| HSV(B) | 343.15º | 0.37% | 0.94% | - |
| XYZ | 54.24 | 43.26 | 46.05 | - |
| YUV | 179.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 175 | 0 | 0.37 | 0.27 | 0.06 | 343.15 | 0.74 | 0.76 |
| Hex | EF | 96 | AF | 0 | 25 | 1B | 6 | 157 | 4A | 4C |
| Octal | 357 | 226 | 257 | 0 | 45 | 33 | 6 | 527 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10101111 | 0 | 100101 | 11011 | 110 | 101010111 | 1001010 | 1001100 |
Color Harmonies of #EF96AF
Complementary color
Monochromatic Colors of #EF96AF
Black with #EF96AF
Text Example
Text Example
White with #EF96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96AF; }
p { color: rgb(239,150,175); }
H1.HeaderClassName
{
color: #EF96AF;
}
.AnyTagClassName
{
color: #EF96AF;
}
</style>
background-color css
<style>
a { background-color: #EF96AF; }
a { background-color: rgb(239,150,175); }
div.DivClassName
{
background-color: #EF96AF;
}
.BgClassName
{
background-color: #EF96AF;
}
</style>
border-color css
<style>
span { border-color: #EF96AF; }
span { border-color: rgb(239,150,175); }
td.TdClassName
{
border-color: #EF96AF;
}
.TagClassName
{
border-color: #EF96AF;
}
</style>