Shades of Illusion #EF8FB2
Tints of Illusion #EF8FB2
RGB
CMYK
RGB Variations
Color information
#EF8FB2 (or 0xEF8FB2) is known color: Illusion. HEX triplet: EF, 8F and B2. RGB value is (239,143,178). Sum of RGB (Red+Green+Blue) = 239+143+178=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FB2 is #10704D. Grayscale: #AFAFAF. Windows color (decimal): -1077326 or 11702255. OLE color: 11702255.
HSL color Cylindrical-coordinate representation of color #EF8FB2: hue angle of 338.12º 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 #EF8FB2 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 178 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.06 |
| HSL | 338.13º | 0.75% | 0.75% | - |
| HSV(B) | 338.13º | 0.4% | 0.94% | - |
| XYZ | 53.45 | 41.21 | 47.26 | - |
| YUV | 175.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 178 | 0 | 0.40 | 0.26 | 0.06 | 338.13 | 0.75 | 0.75 |
| Hex | EF | 8F | B2 | 0 | 28 | 1A | 6 | 152 | 4B | 4B |
| Octal | 357 | 217 | 262 | 0 | 50 | 32 | 6 | 522 | 113 | 113 |
| Binary | 11101111 | 10001111 | 10110010 | 0 | 101000 | 11010 | 110 | 101010010 | 1001011 | 1001011 |
Color Harmonies of #EF8FB2
Complementary color
Monochromatic Colors of #EF8FB2
Black with #EF8FB2
Text Example
Text Example
White with #EF8FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FB2; }
p { color: rgb(239,143,178); }
H1.HeaderClassName
{
color: #EF8FB2;
}
.AnyTagClassName
{
color: #EF8FB2;
}
</style>
background-color css
<style>
a { background-color: #EF8FB2; }
a { background-color: rgb(239,143,178); }
div.DivClassName
{
background-color: #EF8FB2;
}
.BgClassName
{
background-color: #EF8FB2;
}
</style>
border-color css
<style>
span { border-color: #EF8FB2; }
span { border-color: rgb(239,143,178); }
td.TdClassName
{
border-color: #EF8FB2;
}
.TagClassName
{
border-color: #EF8FB2;
}
</style>