Shades of Illusion #EFA1B8
Tints of Illusion #EFA1B8
RGB
CMYK
RGB Variations
Color information
#EFA1B8 (or 0xEFA1B8) is known color: Illusion. HEX triplet: EF, A1 and B8. RGB value is (239,161,184). Sum of RGB (Red+Green+Blue) = 239+161+184=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1B8 is #105E47. Grayscale: #BABABA. Windows color (decimal): -1072712 or 12100079. OLE color: 12100079.
HSL color Cylindrical-coordinate representation of color #EFA1B8: hue angle of 342.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1B8 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 184 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.06 |
| HSL | 342.31º | 0.71% | 0.78% | - |
| HSV(B) | 342.31º | 0.33% | 0.94% | - |
| XYZ | 56.99 | 47.3 | 51.47 | - |
| YUV | 186.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 184 | 0 | 0.33 | 0.23 | 0.06 | 342.31 | 0.71 | 0.78 |
| Hex | EF | A1 | B8 | 0 | 21 | 17 | 6 | 156 | 47 | 4E |
| Octal | 357 | 241 | 270 | 0 | 41 | 27 | 6 | 526 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10111000 | 0 | 100001 | 10111 | 110 | 101010110 | 1000111 | 1001110 |
Color Harmonies of #EFA1B8
Complementary color
Monochromatic Colors of #EFA1B8
Black with #EFA1B8
Text Example
Text Example
White with #EFA1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1B8; }
p { color: rgb(239,161,184); }
H1.HeaderClassName
{
color: #EFA1B8;
}
.AnyTagClassName
{
color: #EFA1B8;
}
</style>
background-color css
<style>
a { background-color: #EFA1B8; }
a { background-color: rgb(239,161,184); }
div.DivClassName
{
background-color: #EFA1B8;
}
.BgClassName
{
background-color: #EFA1B8;
}
</style>
border-color css
<style>
span { border-color: #EFA1B8; }
span { border-color: rgb(239,161,184); }
td.TdClassName
{
border-color: #EFA1B8;
}
.TagClassName
{
border-color: #EFA1B8;
}
</style>