Shades of Illusion #EF88B2
Tints of Illusion #EF88B2
RGB
CMYK
RGB Variations
Color information
#EF88B2 (or 0xEF88B2) is known color: Illusion. HEX triplet: EF, 88 and B2. RGB value is (239,136,178). Sum of RGB (Red+Green+Blue) = 239+136+178=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF88B2 is #10774D. Grayscale: #ABABAB. Windows color (decimal): -1079118 or 11700463. OLE color: 11700463.
HSL color Cylindrical-coordinate representation of color #EF88B2: hue angle of 335.53º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88B2 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 178 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.06 |
| HSL | 335.53º | 0.76% | 0.74% | - |
| HSV(B) | 335.53º | 0.43% | 0.94% | - |
| XYZ | 52.44 | 39.17 | 46.92 | - |
| YUV | 171.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 178 | 0 | 0.43 | 0.26 | 0.06 | 335.53 | 0.76 | 0.74 |
| Hex | EF | 88 | B2 | 0 | 2B | 1A | 6 | 150 | 4C | 4A |
| Octal | 357 | 210 | 262 | 0 | 53 | 32 | 6 | 520 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10110010 | 0 | 101011 | 11010 | 110 | 101010000 | 1001100 | 1001010 |
Color Harmonies of #EF88B2
Complementary color
Monochromatic Colors of #EF88B2
Black with #EF88B2
Text Example
Text Example
White with #EF88B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88B2; }
p { color: rgb(239,136,178); }
H1.HeaderClassName
{
color: #EF88B2;
}
.AnyTagClassName
{
color: #EF88B2;
}
</style>
background-color css
<style>
a { background-color: #EF88B2; }
a { background-color: rgb(239,136,178); }
div.DivClassName
{
background-color: #EF88B2;
}
.BgClassName
{
background-color: #EF88B2;
}
</style>
border-color css
<style>
span { border-color: #EF88B2; }
span { border-color: rgb(239,136,178); }
td.TdClassName
{
border-color: #EF88B2;
}
.TagClassName
{
border-color: #EF88B2;
}
</style>