Shades of Illusion #EFA2B4
Tints of Illusion #EFA2B4
RGB
CMYK
RGB Variations
Color information
#EFA2B4 (or 0xEFA2B4) is known color: Illusion. HEX triplet: EF, A2 and B4. RGB value is (239,162,180). Sum of RGB (Red+Green+Blue) = 239+162+180=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2B4 is #105D4B. Grayscale: #BBBBBB. Windows color (decimal): -1072460 or 11838191. OLE color: 11838191.
HSL color Cylindrical-coordinate representation of color #EFA2B4: hue angle of 345.97º 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 #EFA2B4 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 180 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.06 |
| HSL | 345.97º | 0.71% | 0.79% | - |
| HSV(B) | 345.97º | 0.32% | 0.94% | - |
| XYZ | 56.76 | 47.49 | 49.35 | - |
| YUV | 187.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 180 | 0 | 0.32 | 0.25 | 0.06 | 345.97 | 0.71 | 0.79 |
| Hex | EF | A2 | B4 | 0 | 20 | 19 | 6 | 15A | 47 | 4F |
| Octal | 357 | 242 | 264 | 0 | 40 | 31 | 6 | 532 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10110100 | 0 | 100000 | 11001 | 110 | 101011010 | 1000111 | 1001111 |
Color Harmonies of #EFA2B4
Complementary color
Monochromatic Colors of #EFA2B4
Black with #EFA2B4
Text Example
Text Example
White with #EFA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2B4; }
p { color: rgb(239,162,180); }
H1.HeaderClassName
{
color: #EFA2B4;
}
.AnyTagClassName
{
color: #EFA2B4;
}
</style>
background-color css
<style>
a { background-color: #EFA2B4; }
a { background-color: rgb(239,162,180); }
div.DivClassName
{
background-color: #EFA2B4;
}
.BgClassName
{
background-color: #EFA2B4;
}
</style>
border-color css
<style>
span { border-color: #EFA2B4; }
span { border-color: rgb(239,162,180); }
td.TdClassName
{
border-color: #EFA2B4;
}
.TagClassName
{
border-color: #EFA2B4;
}
</style>