Shades of Illusion #EFA6B2
Tints of Illusion #EFA6B2
RGB
CMYK
RGB Variations
Color information
#EFA6B2 (or 0xEFA6B2) is known color: Illusion. HEX triplet: EF, A6 and B2. RGB value is (239,166,178). Sum of RGB (Red+Green+Blue) = 239+166+178=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6B2 is #10594D. Grayscale: #BDBDBD. Windows color (decimal): -1071438 or 11708143. OLE color: 11708143.
HSL color Cylindrical-coordinate representation of color #EFA6B2: hue angle of 350.14º 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 #EFA6B2 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 178 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.06 |
| HSL | 350.14º | 0.7% | 0.79% | - |
| HSV(B) | 350.14º | 0.31% | 0.94% | - |
| XYZ | 57.27 | 48.84 | 48.53 | - |
| YUV | 189.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 178 | 0 | 0.31 | 0.26 | 0.06 | 350.14 | 0.7 | 0.79 |
| Hex | EF | A6 | B2 | 0 | 1F | 1A | 6 | 15E | 46 | 4F |
| Octal | 357 | 246 | 262 | 0 | 37 | 32 | 6 | 536 | 106 | 117 |
| Binary | 11101111 | 10100110 | 10110010 | 0 | 11111 | 11010 | 110 | 101011110 | 1000110 | 1001111 |
Color Harmonies of #EFA6B2
Complementary color
Monochromatic Colors of #EFA6B2
Black with #EFA6B2
Text Example
Text Example
White with #EFA6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6B2; }
p { color: rgb(239,166,178); }
H1.HeaderClassName
{
color: #EFA6B2;
}
.AnyTagClassName
{
color: #EFA6B2;
}
</style>
background-color css
<style>
a { background-color: #EFA6B2; }
a { background-color: rgb(239,166,178); }
div.DivClassName
{
background-color: #EFA6B2;
}
.BgClassName
{
background-color: #EFA6B2;
}
</style>
border-color css
<style>
span { border-color: #EFA6B2; }
span { border-color: rgb(239,166,178); }
td.TdClassName
{
border-color: #EFA6B2;
}
.TagClassName
{
border-color: #EFA6B2;
}
</style>