Shades of Illusion #EFA2B0
Tints of Illusion #EFA2B0
RGB
CMYK
RGB Variations
Color information
#EFA2B0 (or 0xEFA2B0) is known color: Illusion. HEX triplet: EF, A2 and B0. RGB value is (239,162,176). Sum of RGB (Red+Green+Blue) = 239+162+176=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2B0 is #105D4F. Grayscale: #BABABA. Windows color (decimal): -1072464 or 11576047. OLE color: 11576047.
HSL color Cylindrical-coordinate representation of color #EFA2B0: hue angle of 349.09º 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 #EFA2B0 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 176 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.06 |
| HSL | 349.09º | 0.71% | 0.79% | - |
| HSV(B) | 349.09º | 0.32% | 0.94% | - |
| XYZ | 56.35 | 47.33 | 47.24 | - |
| YUV | 186.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 176 | 0 | 0.32 | 0.26 | 0.06 | 349.09 | 0.71 | 0.79 |
| Hex | EF | A2 | B0 | 0 | 20 | 1A | 6 | 15D | 47 | 4F |
| Octal | 357 | 242 | 260 | 0 | 40 | 32 | 6 | 535 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10110000 | 0 | 100000 | 11010 | 110 | 101011101 | 1000111 | 1001111 |
Color Harmonies of #EFA2B0
Complementary color
Monochromatic Colors of #EFA2B0
Black with #EFA2B0
Text Example
Text Example
White with #EFA2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2B0; }
p { color: rgb(239,162,176); }
H1.HeaderClassName
{
color: #EFA2B0;
}
.AnyTagClassName
{
color: #EFA2B0;
}
</style>
background-color css
<style>
a { background-color: #EFA2B0; }
a { background-color: rgb(239,162,176); }
div.DivClassName
{
background-color: #EFA2B0;
}
.BgClassName
{
background-color: #EFA2B0;
}
</style>
border-color css
<style>
span { border-color: #EFA2B0; }
span { border-color: rgb(239,162,176); }
td.TdClassName
{
border-color: #EFA2B0;
}
.TagClassName
{
border-color: #EFA2B0;
}
</style>