Shades of Illusion #EF89B0
Tints of Illusion #EF89B0
RGB
CMYK
RGB Variations
Color information
#EF89B0 (or 0xEF89B0) is known color: Illusion. HEX triplet: EF, 89 and B0. RGB value is (239,137,176). Sum of RGB (Red+Green+Blue) = 239+137+176=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF89B0 is #10764F. Grayscale: #ABABAB. Windows color (decimal): -1078864 or 11569647. OLE color: 11569647.
HSL color Cylindrical-coordinate representation of color #EF89B0: hue angle of 337.06º 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 #EF89B0 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 176 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.06 |
| HSL | 337.06º | 0.76% | 0.74% | - |
| HSV(B) | 337.06º | 0.43% | 0.94% | - |
| XYZ | 52.38 | 39.38 | 45.91 | - |
| YUV | 171.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 176 | 0 | 0.43 | 0.26 | 0.06 | 337.06 | 0.76 | 0.74 |
| Hex | EF | 89 | B0 | 0 | 2B | 1A | 6 | 151 | 4C | 4A |
| Octal | 357 | 211 | 260 | 0 | 53 | 32 | 6 | 521 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10110000 | 0 | 101011 | 11010 | 110 | 101010001 | 1001100 | 1001010 |
Color Harmonies of #EF89B0
Complementary color
Monochromatic Colors of #EF89B0
Black with #EF89B0
Text Example
Text Example
White with #EF89B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89B0; }
p { color: rgb(239,137,176); }
H1.HeaderClassName
{
color: #EF89B0;
}
.AnyTagClassName
{
color: #EF89B0;
}
</style>
background-color css
<style>
a { background-color: #EF89B0; }
a { background-color: rgb(239,137,176); }
div.DivClassName
{
background-color: #EF89B0;
}
.BgClassName
{
background-color: #EF89B0;
}
</style>
border-color css
<style>
span { border-color: #EF89B0; }
span { border-color: rgb(239,137,176); }
td.TdClassName
{
border-color: #EF89B0;
}
.TagClassName
{
border-color: #EF89B0;
}
</style>