Shades of Illusion #EF8AB1
Tints of Illusion #EF8AB1
RGB
CMYK
RGB Variations
Color information
#EF8AB1 (or 0xEF8AB1) is known color: Illusion. HEX triplet: EF, 8A and B1. RGB value is (239,138,177). Sum of RGB (Red+Green+Blue) = 239+138+177=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8AB1 is #10754E. Grayscale: #ACACAC. Windows color (decimal): -1078607 or 11635439. OLE color: 11635439.
HSL color Cylindrical-coordinate representation of color #EF8AB1: hue angle of 336.83º 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 #EF8AB1 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 177 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.06 |
| HSL | 336.83º | 0.76% | 0.74% | - |
| HSV(B) | 336.83º | 0.42% | 0.94% | - |
| XYZ | 52.62 | 39.7 | 46.48 | - |
| YUV | 172.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 177 | 0 | 0.42 | 0.26 | 0.06 | 336.83 | 0.76 | 0.74 |
| Hex | EF | 8A | B1 | 0 | 2A | 1A | 6 | 151 | 4C | 4A |
| Octal | 357 | 212 | 261 | 0 | 52 | 32 | 6 | 521 | 114 | 112 |
| Binary | 11101111 | 10001010 | 10110001 | 0 | 101010 | 11010 | 110 | 101010001 | 1001100 | 1001010 |
Color Harmonies of #EF8AB1
Complementary color
Monochromatic Colors of #EF8AB1
Black with #EF8AB1
Text Example
Text Example
White with #EF8AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8AB1; }
p { color: rgb(239,138,177); }
H1.HeaderClassName
{
color: #EF8AB1;
}
.AnyTagClassName
{
color: #EF8AB1;
}
</style>
background-color css
<style>
a { background-color: #EF8AB1; }
a { background-color: rgb(239,138,177); }
div.DivClassName
{
background-color: #EF8AB1;
}
.BgClassName
{
background-color: #EF8AB1;
}
</style>
border-color css
<style>
span { border-color: #EF8AB1; }
span { border-color: rgb(239,138,177); }
td.TdClassName
{
border-color: #EF8AB1;
}
.TagClassName
{
border-color: #EF8AB1;
}
</style>