Shades of Illusion #EF8DB4
Tints of Illusion #EF8DB4
RGB
CMYK
RGB Variations
Color information
#EF8DB4 (or 0xEF8DB4) is known color: Illusion. HEX triplet: EF, 8D and B4. RGB value is (239,141,180). Sum of RGB (Red+Green+Blue) = 239+141+180=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DB4 is #10724B. Grayscale: #AEAEAE. Windows color (decimal): -1077836 or 11832815. OLE color: 11832815.
HSL color Cylindrical-coordinate representation of color #EF8DB4: hue angle of 336.12º 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 #EF8DB4 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 180 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.06 |
| HSL | 336.12º | 0.75% | 0.75% | - |
| HSV(B) | 336.12º | 0.41% | 0.94% | - |
| XYZ | 53.36 | 40.7 | 48.22 | - |
| YUV | 174.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 180 | 0 | 0.41 | 0.25 | 0.06 | 336.12 | 0.75 | 0.75 |
| Hex | EF | 8D | B4 | 0 | 29 | 19 | 6 | 150 | 4B | 4B |
| Octal | 357 | 215 | 264 | 0 | 51 | 31 | 6 | 520 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10110100 | 0 | 101001 | 11001 | 110 | 101010000 | 1001011 | 1001011 |
Color Harmonies of #EF8DB4
Complementary color
Monochromatic Colors of #EF8DB4
Black with #EF8DB4
Text Example
Text Example
White with #EF8DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DB4; }
p { color: rgb(239,141,180); }
H1.HeaderClassName
{
color: #EF8DB4;
}
.AnyTagClassName
{
color: #EF8DB4;
}
</style>
background-color css
<style>
a { background-color: #EF8DB4; }
a { background-color: rgb(239,141,180); }
div.DivClassName
{
background-color: #EF8DB4;
}
.BgClassName
{
background-color: #EF8DB4;
}
</style>
border-color css
<style>
span { border-color: #EF8DB4; }
span { border-color: rgb(239,141,180); }
td.TdClassName
{
border-color: #EF8DB4;
}
.TagClassName
{
border-color: #EF8DB4;
}
</style>