Shades of Illusion #EF8BB4
Tints of Illusion #EF8BB4
RGB
CMYK
RGB Variations
Color information
#EF8BB4 (or 0xEF8BB4) is known color: Illusion. HEX triplet: EF, 8B and B4. RGB value is (239,139,180). Sum of RGB (Red+Green+Blue) = 239+139+180=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BB4 is #10744B. Grayscale: #ADADAD. Windows color (decimal): -1078348 or 11832303. OLE color: 11832303.
HSL color Cylindrical-coordinate representation of color #EF8BB4: hue angle of 335.4º 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 #EF8BB4 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 180 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.06 |
| HSL | 335.4º | 0.76% | 0.74% | - |
| HSV(B) | 335.4º | 0.42% | 0.94% | - |
| XYZ | 53.07 | 40.11 | 48.13 | - |
| YUV | 173.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 180 | 0 | 0.42 | 0.25 | 0.06 | 335.4 | 0.76 | 0.74 |
| Hex | EF | 8B | B4 | 0 | 2A | 19 | 6 | 14F | 4C | 4A |
| Octal | 357 | 213 | 264 | 0 | 52 | 31 | 6 | 517 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10110100 | 0 | 101010 | 11001 | 110 | 101001111 | 1001100 | 1001010 |
Color Harmonies of #EF8BB4
Complementary color
Monochromatic Colors of #EF8BB4
Black with #EF8BB4
Text Example
Text Example
White with #EF8BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BB4; }
p { color: rgb(239,139,180); }
H1.HeaderClassName
{
color: #EF8BB4;
}
.AnyTagClassName
{
color: #EF8BB4;
}
</style>
background-color css
<style>
a { background-color: #EF8BB4; }
a { background-color: rgb(239,139,180); }
div.DivClassName
{
background-color: #EF8BB4;
}
.BgClassName
{
background-color: #EF8BB4;
}
</style>
border-color css
<style>
span { border-color: #EF8BB4; }
span { border-color: rgb(239,139,180); }
td.TdClassName
{
border-color: #EF8BB4;
}
.TagClassName
{
border-color: #EF8BB4;
}
</style>