Shades of Illusion #EF8FB6
Tints of Illusion #EF8FB6
RGB
CMYK
RGB Variations
Color information
#EF8FB6 (or 0xEF8FB6) is known color: Illusion. HEX triplet: EF, 8F and B6. RGB value is (239,143,182). Sum of RGB (Red+Green+Blue) = 239+143+182=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FB6 is #107049. Grayscale: #B0B0B0. Windows color (decimal): -1077322 or 11964399. OLE color: 11964399.
HSL color Cylindrical-coordinate representation of color #EF8FB6: hue angle of 335.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FB6 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 182 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.06 |
| HSL | 335.63º | 0.75% | 0.75% | - |
| HSV(B) | 335.63º | 0.4% | 0.94% | - |
| XYZ | 53.86 | 41.37 | 49.4 | - |
| YUV | 176.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 182 | 0 | 0.40 | 0.24 | 0.06 | 335.63 | 0.75 | 0.75 |
| Hex | EF | 8F | B6 | 0 | 28 | 18 | 6 | 150 | 4B | 4B |
| Octal | 357 | 217 | 266 | 0 | 50 | 30 | 6 | 520 | 113 | 113 |
| Binary | 11101111 | 10001111 | 10110110 | 0 | 101000 | 11000 | 110 | 101010000 | 1001011 | 1001011 |
Color Harmonies of #EF8FB6
Complementary color
Monochromatic Colors of #EF8FB6
Black with #EF8FB6
Text Example
Text Example
White with #EF8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FB6; }
p { color: rgb(239,143,182); }
H1.HeaderClassName
{
color: #EF8FB6;
}
.AnyTagClassName
{
color: #EF8FB6;
}
</style>
background-color css
<style>
a { background-color: #EF8FB6; }
a { background-color: rgb(239,143,182); }
div.DivClassName
{
background-color: #EF8FB6;
}
.BgClassName
{
background-color: #EF8FB6;
}
</style>
border-color css
<style>
span { border-color: #EF8FB6; }
span { border-color: rgb(239,143,182); }
td.TdClassName
{
border-color: #EF8FB6;
}
.TagClassName
{
border-color: #EF8FB6;
}
</style>