Shades of Illusion #EF8BB5
Tints of Illusion #EF8BB5
RGB
CMYK
RGB Variations
Color information
#EF8BB5 (or 0xEF8BB5) is known color: Illusion. HEX triplet: EF, 8B and B5. RGB value is (239,139,181). Sum of RGB (Red+Green+Blue) = 239+139+181=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BB5 is #10744A. Grayscale: #ADADAD. Windows color (decimal): -1078347 or 11897839. OLE color: 11897839.
HSL color Cylindrical-coordinate representation of color #EF8BB5: hue angle of 334.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 #EF8BB5 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 181 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.06 |
| HSL | 334.8º | 0.76% | 0.74% | - |
| HSV(B) | 334.8º | 0.42% | 0.94% | - |
| XYZ | 53.17 | 40.15 | 48.66 | - |
| YUV | 173.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 181 | 0 | 0.42 | 0.24 | 0.06 | 334.8 | 0.76 | 0.74 |
| Hex | EF | 8B | B5 | 0 | 2A | 18 | 6 | 14F | 4C | 4A |
| Octal | 357 | 213 | 265 | 0 | 52 | 30 | 6 | 517 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10110101 | 0 | 101010 | 11000 | 110 | 101001111 | 1001100 | 1001010 |
Color Harmonies of #EF8BB5
Complementary color
Monochromatic Colors of #EF8BB5
Black with #EF8BB5
Text Example
Text Example
White with #EF8BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BB5; }
p { color: rgb(239,139,181); }
H1.HeaderClassName
{
color: #EF8BB5;
}
.AnyTagClassName
{
color: #EF8BB5;
}
</style>
background-color css
<style>
a { background-color: #EF8BB5; }
a { background-color: rgb(239,139,181); }
div.DivClassName
{
background-color: #EF8BB5;
}
.BgClassName
{
background-color: #EF8BB5;
}
</style>
border-color css
<style>
span { border-color: #EF8BB5; }
span { border-color: rgb(239,139,181); }
td.TdClassName
{
border-color: #EF8BB5;
}
.TagClassName
{
border-color: #EF8BB5;
}
</style>