Shades of Illusion #EFA5B4
Tints of Illusion #EFA5B4
RGB
CMYK
RGB Variations
Color information
#EFA5B4 (or 0xEFA5B4) is known color: Illusion. HEX triplet: EF, A5 and B4. RGB value is (239,165,180). Sum of RGB (Red+Green+Blue) = 239+165+180=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5B4 is #105A4B. Grayscale: #BCBCBC. Windows color (decimal): -1071692 or 11838959. OLE color: 11838959.
HSL color Cylindrical-coordinate representation of color #EFA5B4: hue angle of 347.84º 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 #EFA5B4 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 180 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.06 |
| HSL | 347.84º | 0.7% | 0.79% | - |
| HSV(B) | 347.84º | 0.31% | 0.94% | - |
| XYZ | 57.29 | 48.56 | 49.53 | - |
| YUV | 188.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 180 | 0 | 0.31 | 0.25 | 0.06 | 347.84 | 0.7 | 0.79 |
| Hex | EF | A5 | B4 | 0 | 1F | 19 | 6 | 15C | 46 | 4F |
| Octal | 357 | 245 | 264 | 0 | 37 | 31 | 6 | 534 | 106 | 117 |
| Binary | 11101111 | 10100101 | 10110100 | 0 | 11111 | 11001 | 110 | 101011100 | 1000110 | 1001111 |
Color Harmonies of #EFA5B4
Complementary color
Monochromatic Colors of #EFA5B4
Black with #EFA5B4
Text Example
Text Example
White with #EFA5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5B4; }
p { color: rgb(239,165,180); }
H1.HeaderClassName
{
color: #EFA5B4;
}
.AnyTagClassName
{
color: #EFA5B4;
}
</style>
background-color css
<style>
a { background-color: #EFA5B4; }
a { background-color: rgb(239,165,180); }
div.DivClassName
{
background-color: #EFA5B4;
}
.BgClassName
{
background-color: #EFA5B4;
}
</style>
border-color css
<style>
span { border-color: #EFA5B4; }
span { border-color: rgb(239,165,180); }
td.TdClassName
{
border-color: #EFA5B4;
}
.TagClassName
{
border-color: #EFA5B4;
}
</style>