Shades of Illusion #EE96B2
Tints of Illusion #EE96B2
RGB
CMYK
RGB Variations
Color information
#EE96B2 (or 0xEE96B2) is known color: Illusion. HEX triplet: EE, 96 and B2. RGB value is (238,150,178). Sum of RGB (Red+Green+Blue) = 238+150+178=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE96B2 is #11694D. Grayscale: #B3B3B3. Windows color (decimal): -1141070 or 11704046. OLE color: 11704046.
HSL color Cylindrical-coordinate representation of color #EE96B2: hue angle of 340.91º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96B2 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 178 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.07 |
| HSL | 340.91º | 0.72% | 0.76% | - |
| HSV(B) | 340.91º | 0.37% | 0.93% | - |
| XYZ | 54.2 | 43.2 | 47.6 | - |
| YUV | 179.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 178 | 0 | 0.37 | 0.25 | 0.07 | 340.91 | 0.72 | 0.76 |
| Hex | EE | 96 | B2 | 0 | 25 | 19 | 7 | 155 | 48 | 4C |
| Octal | 356 | 226 | 262 | 0 | 45 | 31 | 7 | 525 | 110 | 114 |
| Binary | 11101110 | 10010110 | 10110010 | 0 | 100101 | 11001 | 111 | 101010101 | 1001000 | 1001100 |
Color Harmonies of #EE96B2
Complementary color
Monochromatic Colors of #EE96B2
Black with #EE96B2
Text Example
Text Example
White with #EE96B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96B2; }
p { color: rgb(238,150,178); }
H1.HeaderClassName
{
color: #EE96B2;
}
.AnyTagClassName
{
color: #EE96B2;
}
</style>
background-color css
<style>
a { background-color: #EE96B2; }
a { background-color: rgb(238,150,178); }
div.DivClassName
{
background-color: #EE96B2;
}
.BgClassName
{
background-color: #EE96B2;
}
</style>
border-color css
<style>
span { border-color: #EE96B2; }
span { border-color: rgb(238,150,178); }
td.TdClassName
{
border-color: #EE96B2;
}
.TagClassName
{
border-color: #EE96B2;
}
</style>