Shades of Illusion #EF8BAF
Tints of Illusion #EF8BAF
RGB
CMYK
RGB Variations
Color information
#EF8BAF (or 0xEF8BAF) is known color: Illusion. HEX triplet: EF, 8B and AF. RGB value is (239,139,175). Sum of RGB (Red+Green+Blue) = 239+139+175=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8BAF is #107450. Grayscale: #ACACAC. Windows color (decimal): -1078353 or 11504623. OLE color: 11504623.
HSL color Cylindrical-coordinate representation of color #EF8BAF: hue angle of 338.4º 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 #EF8BAF is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 175 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.06 |
| HSL | 338.4º | 0.76% | 0.74% | - |
| HSV(B) | 338.4º | 0.42% | 0.94% | - |
| XYZ | 52.57 | 39.91 | 45.49 | - |
| YUV | 173 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 175 | 0 | 0.42 | 0.27 | 0.06 | 338.4 | 0.76 | 0.74 |
| Hex | EF | 8B | AF | 0 | 2A | 1B | 6 | 152 | 4C | 4A |
| Octal | 357 | 213 | 257 | 0 | 52 | 33 | 6 | 522 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10101111 | 0 | 101010 | 11011 | 110 | 101010010 | 1001100 | 1001010 |
Color Harmonies of #EF8BAF
Complementary color
Monochromatic Colors of #EF8BAF
Black with #EF8BAF
Text Example
Text Example
White with #EF8BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BAF; }
p { color: rgb(239,139,175); }
H1.HeaderClassName
{
color: #EF8BAF;
}
.AnyTagClassName
{
color: #EF8BAF;
}
</style>
background-color css
<style>
a { background-color: #EF8BAF; }
a { background-color: rgb(239,139,175); }
div.DivClassName
{
background-color: #EF8BAF;
}
.BgClassName
{
background-color: #EF8BAF;
}
</style>
border-color css
<style>
span { border-color: #EF8BAF; }
span { border-color: rgb(239,139,175); }
td.TdClassName
{
border-color: #EF8BAF;
}
.TagClassName
{
border-color: #EF8BAF;
}
</style>