Shades of Illusion #EF8BB0
Tints of Illusion #EF8BB0
RGB
CMYK
RGB Variations
Color information
#EF8BB0 (or 0xEF8BB0) is known color: Illusion. HEX triplet: EF, 8B and B0. RGB value is (239,139,176). Sum of RGB (Red+Green+Blue) = 239+139+176=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8BB0 is #10744F. Grayscale: #ADADAD. Windows color (decimal): -1078352 or 11570159. OLE color: 11570159.
HSL color Cylindrical-coordinate representation of color #EF8BB0: hue angle of 337.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8BB0 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 176 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.06 |
| HSL | 337.8º | 0.76% | 0.74% | - |
| HSV(B) | 337.8º | 0.42% | 0.94% | - |
| XYZ | 52.67 | 39.95 | 46.01 | - |
| YUV | 173.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 176 | 0 | 0.42 | 0.26 | 0.06 | 337.8 | 0.76 | 0.74 |
| Hex | EF | 8B | B0 | 0 | 2A | 1A | 6 | 152 | 4C | 4A |
| Octal | 357 | 213 | 260 | 0 | 52 | 32 | 6 | 522 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10110000 | 0 | 101010 | 11010 | 110 | 101010010 | 1001100 | 1001010 |
Color Harmonies of #EF8BB0
Complementary color
Monochromatic Colors of #EF8BB0
Black with #EF8BB0
Text Example
Text Example
White with #EF8BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BB0; }
p { color: rgb(239,139,176); }
H1.HeaderClassName
{
color: #EF8BB0;
}
.AnyTagClassName
{
color: #EF8BB0;
}
</style>
background-color css
<style>
a { background-color: #EF8BB0; }
a { background-color: rgb(239,139,176); }
div.DivClassName
{
background-color: #EF8BB0;
}
.BgClassName
{
background-color: #EF8BB0;
}
</style>
border-color css
<style>
span { border-color: #EF8BB0; }
span { border-color: rgb(239,139,176); }
td.TdClassName
{
border-color: #EF8BB0;
}
.TagClassName
{
border-color: #EF8BB0;
}
</style>