Shades of Illusion #EFA2B3
Tints of Illusion #EFA2B3
RGB
CMYK
RGB Variations
Color information
#EFA2B3 (or 0xEFA2B3) is known color: Illusion. HEX triplet: EF, A2 and B3. RGB value is (239,162,179). Sum of RGB (Red+Green+Blue) = 239+162+179=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2B3 is #105D4C. Grayscale: #BABABA. Windows color (decimal): -1072461 or 11772655. OLE color: 11772655.
HSL color Cylindrical-coordinate representation of color #EFA2B3: hue angle of 346.75º 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 #EFA2B3 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 179 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.06 |
| HSL | 346.75º | 0.71% | 0.79% | - |
| HSV(B) | 346.75º | 0.32% | 0.94% | - |
| XYZ | 56.65 | 47.45 | 48.82 | - |
| YUV | 186.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 179 | 0 | 0.32 | 0.25 | 0.06 | 346.75 | 0.71 | 0.79 |
| Hex | EF | A2 | B3 | 0 | 20 | 19 | 6 | 15B | 47 | 4F |
| Octal | 357 | 242 | 263 | 0 | 40 | 31 | 6 | 533 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10110011 | 0 | 100000 | 11001 | 110 | 101011011 | 1000111 | 1001111 |
Color Harmonies of #EFA2B3
Complementary color
Monochromatic Colors of #EFA2B3
Black with #EFA2B3
Text Example
Text Example
White with #EFA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2B3; }
p { color: rgb(239,162,179); }
H1.HeaderClassName
{
color: #EFA2B3;
}
.AnyTagClassName
{
color: #EFA2B3;
}
</style>
background-color css
<style>
a { background-color: #EFA2B3; }
a { background-color: rgb(239,162,179); }
div.DivClassName
{
background-color: #EFA2B3;
}
.BgClassName
{
background-color: #EFA2B3;
}
</style>
border-color css
<style>
span { border-color: #EFA2B3; }
span { border-color: rgb(239,162,179); }
td.TdClassName
{
border-color: #EFA2B3;
}
.TagClassName
{
border-color: #EFA2B3;
}
</style>