Shades of Illusion #EFA3B4
Tints of Illusion #EFA3B4
RGB
CMYK
RGB Variations
Color information
#EFA3B4 (or 0xEFA3B4) is known color: Illusion. HEX triplet: EF, A3 and B4. RGB value is (239,163,180). Sum of RGB (Red+Green+Blue) = 239+163+180=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3B4 is #105C4B. Grayscale: #BBBBBB. Windows color (decimal): -1072204 or 11838447. OLE color: 11838447.
HSL color Cylindrical-coordinate representation of color #EFA3B4: hue angle of 346.58º degrees, saturation: 0.7, 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 #EFA3B4 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 180 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.06 |
| HSL | 346.58º | 0.7% | 0.79% | - |
| HSV(B) | 346.58º | 0.32% | 0.94% | - |
| XYZ | 56.93 | 47.84 | 49.41 | - |
| YUV | 187.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 180 | 0 | 0.32 | 0.25 | 0.06 | 346.58 | 0.7 | 0.79 |
| Hex | EF | A3 | B4 | 0 | 20 | 19 | 6 | 15B | 46 | 4F |
| Octal | 357 | 243 | 264 | 0 | 40 | 31 | 6 | 533 | 106 | 117 |
| Binary | 11101111 | 10100011 | 10110100 | 0 | 100000 | 11001 | 110 | 101011011 | 1000110 | 1001111 |
Color Harmonies of #EFA3B4
Complementary color
Monochromatic Colors of #EFA3B4
Black with #EFA3B4
Text Example
Text Example
White with #EFA3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3B4; }
p { color: rgb(239,163,180); }
H1.HeaderClassName
{
color: #EFA3B4;
}
.AnyTagClassName
{
color: #EFA3B4;
}
</style>
background-color css
<style>
a { background-color: #EFA3B4; }
a { background-color: rgb(239,163,180); }
div.DivClassName
{
background-color: #EFA3B4;
}
.BgClassName
{
background-color: #EFA3B4;
}
</style>
border-color css
<style>
span { border-color: #EFA3B4; }
span { border-color: rgb(239,163,180); }
td.TdClassName
{
border-color: #EFA3B4;
}
.TagClassName
{
border-color: #EFA3B4;
}
</style>