Shades of Illusion #EFA2B8
Tints of Illusion #EFA2B8
RGB
CMYK
RGB Variations
Color information
#EFA2B8 (or 0xEFA2B8) is known color: Illusion. HEX triplet: EF, A2 and B8. RGB value is (239,162,184). Sum of RGB (Red+Green+Blue) = 239+162+184=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2B8 is #105D47. Grayscale: #BBBBBB. Windows color (decimal): -1072456 or 12100335. OLE color: 12100335.
HSL color Cylindrical-coordinate representation of color #EFA2B8: hue angle of 342.86º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2B8 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 184 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.06 |
| HSL | 342.86º | 0.71% | 0.79% | - |
| HSV(B) | 342.86º | 0.32% | 0.94% | - |
| XYZ | 57.17 | 47.65 | 51.53 | - |
| YUV | 187.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 184 | 0 | 0.32 | 0.23 | 0.06 | 342.86 | 0.71 | 0.79 |
| Hex | EF | A2 | B8 | 0 | 20 | 17 | 6 | 157 | 47 | 4F |
| Octal | 357 | 242 | 270 | 0 | 40 | 27 | 6 | 527 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10111000 | 0 | 100000 | 10111 | 110 | 101010111 | 1000111 | 1001111 |
Color Harmonies of #EFA2B8
Complementary color
Monochromatic Colors of #EFA2B8
Black with #EFA2B8
Text Example
Text Example
White with #EFA2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2B8; }
p { color: rgb(239,162,184); }
H1.HeaderClassName
{
color: #EFA2B8;
}
.AnyTagClassName
{
color: #EFA2B8;
}
</style>
background-color css
<style>
a { background-color: #EFA2B8; }
a { background-color: rgb(239,162,184); }
div.DivClassName
{
background-color: #EFA2B8;
}
.BgClassName
{
background-color: #EFA2B8;
}
</style>
border-color css
<style>
span { border-color: #EFA2B8; }
span { border-color: rgb(239,162,184); }
td.TdClassName
{
border-color: #EFA2B8;
}
.TagClassName
{
border-color: #EFA2B8;
}
</style>