Shades of Illusion #EF96B0
Tints of Illusion #EF96B0
RGB
CMYK
RGB Variations
Color information
#EF96B0 (or 0xEF96B0) is known color: Illusion. HEX triplet: EF, 96 and B0. RGB value is (239,150,176). Sum of RGB (Red+Green+Blue) = 239+150+176=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96B0 is #10694F. Grayscale: #B3B3B3. Windows color (decimal): -1075536 or 11572975. OLE color: 11572975.
HSL color Cylindrical-coordinate representation of color #EF96B0: hue angle of 342.47º 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 #EF96B0 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 176 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.06 |
| HSL | 342.47º | 0.74% | 0.76% | - |
| HSV(B) | 342.47º | 0.37% | 0.94% | - |
| XYZ | 54.34 | 43.3 | 46.57 | - |
| YUV | 179.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 176 | 0 | 0.37 | 0.26 | 0.06 | 342.47 | 0.74 | 0.76 |
| Hex | EF | 96 | B0 | 0 | 25 | 1A | 6 | 156 | 4A | 4C |
| Octal | 357 | 226 | 260 | 0 | 45 | 32 | 6 | 526 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10110000 | 0 | 100101 | 11010 | 110 | 101010110 | 1001010 | 1001100 |
Color Harmonies of #EF96B0
Complementary color
Monochromatic Colors of #EF96B0
Black with #EF96B0
Text Example
Text Example
White with #EF96B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96B0; }
p { color: rgb(239,150,176); }
H1.HeaderClassName
{
color: #EF96B0;
}
.AnyTagClassName
{
color: #EF96B0;
}
</style>
background-color css
<style>
a { background-color: #EF96B0; }
a { background-color: rgb(239,150,176); }
div.DivClassName
{
background-color: #EF96B0;
}
.BgClassName
{
background-color: #EF96B0;
}
</style>
border-color css
<style>
span { border-color: #EF96B0; }
span { border-color: rgb(239,150,176); }
td.TdClassName
{
border-color: #EF96B0;
}
.TagClassName
{
border-color: #EF96B0;
}
</style>