Shades of Illusion #EFA6B4
Tints of Illusion #EFA6B4
RGB
CMYK
RGB Variations
Color information
#EFA6B4 (or 0xEFA6B4) is known color: Illusion. HEX triplet: EF, A6 and B4. RGB value is (239,166,180). Sum of RGB (Red+Green+Blue) = 239+166+180=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6B4 is #10594B. Grayscale: #BDBDBD. Windows color (decimal): -1071436 or 11839215. OLE color: 11839215.
HSL color Cylindrical-coordinate representation of color #EFA6B4: hue angle of 348.49º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6B4 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 180 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.06 |
| HSL | 348.49º | 0.7% | 0.79% | - |
| HSV(B) | 348.49º | 0.31% | 0.94% | - |
| XYZ | 57.47 | 48.92 | 49.59 | - |
| YUV | 189.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 180 | 0 | 0.31 | 0.25 | 0.06 | 348.49 | 0.7 | 0.79 |
| Hex | EF | A6 | B4 | 0 | 1F | 19 | 6 | 15C | 46 | 4F |
| Octal | 357 | 246 | 264 | 0 | 37 | 31 | 6 | 534 | 106 | 117 |
| Binary | 11101111 | 10100110 | 10110100 | 0 | 11111 | 11001 | 110 | 101011100 | 1000110 | 1001111 |
Color Harmonies of #EFA6B4
Complementary color
Monochromatic Colors of #EFA6B4
Black with #EFA6B4
Text Example
Text Example
White with #EFA6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6B4; }
p { color: rgb(239,166,180); }
H1.HeaderClassName
{
color: #EFA6B4;
}
.AnyTagClassName
{
color: #EFA6B4;
}
</style>
background-color css
<style>
a { background-color: #EFA6B4; }
a { background-color: rgb(239,166,180); }
div.DivClassName
{
background-color: #EFA6B4;
}
.BgClassName
{
background-color: #EFA6B4;
}
</style>
border-color css
<style>
span { border-color: #EFA6B4; }
span { border-color: rgb(239,166,180); }
td.TdClassName
{
border-color: #EFA6B4;
}
.TagClassName
{
border-color: #EFA6B4;
}
</style>