Shades of Illusion #EF8DB1
Tints of Illusion #EF8DB1
RGB
CMYK
RGB Variations
Color information
#EF8DB1 (or 0xEF8DB1) is known color: Illusion. HEX triplet: EF, 8D and B1. RGB value is (239,141,177). Sum of RGB (Red+Green+Blue) = 239+141+177=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8DB1 is #10724E. Grayscale: #AEAEAE. Windows color (decimal): -1077839 or 11636207. OLE color: 11636207.
HSL color Cylindrical-coordinate representation of color #EF8DB1: hue angle of 337.96º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DB1 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 177 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.06 |
| HSL | 337.96º | 0.75% | 0.75% | - |
| HSV(B) | 337.96º | 0.41% | 0.94% | - |
| XYZ | 53.06 | 40.57 | 46.63 | - |
| YUV | 174.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 177 | 0 | 0.41 | 0.26 | 0.06 | 337.96 | 0.75 | 0.75 |
| Hex | EF | 8D | B1 | 0 | 29 | 1A | 6 | 152 | 4B | 4B |
| Octal | 357 | 215 | 261 | 0 | 51 | 32 | 6 | 522 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10110001 | 0 | 101001 | 11010 | 110 | 101010010 | 1001011 | 1001011 |
Color Harmonies of #EF8DB1
Complementary color
Monochromatic Colors of #EF8DB1
Black with #EF8DB1
Text Example
Text Example
White with #EF8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DB1; }
p { color: rgb(239,141,177); }
H1.HeaderClassName
{
color: #EF8DB1;
}
.AnyTagClassName
{
color: #EF8DB1;
}
</style>
background-color css
<style>
a { background-color: #EF8DB1; }
a { background-color: rgb(239,141,177); }
div.DivClassName
{
background-color: #EF8DB1;
}
.BgClassName
{
background-color: #EF8DB1;
}
</style>
border-color css
<style>
span { border-color: #EF8DB1; }
span { border-color: rgb(239,141,177); }
td.TdClassName
{
border-color: #EF8DB1;
}
.TagClassName
{
border-color: #EF8DB1;
}
</style>