Shades of Illusion #EFA1B5
Tints of Illusion #EFA1B5
RGB
CMYK
RGB Variations
Color information
#EFA1B5 (or 0xEFA1B5) is known color: Illusion. HEX triplet: EF, A1 and B5. RGB value is (239,161,181). Sum of RGB (Red+Green+Blue) = 239+161+181=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1B5 is #105E4A. Grayscale: #BABABA. Windows color (decimal): -1072715 or 11903471. OLE color: 11903471.
HSL color Cylindrical-coordinate representation of color #EFA1B5: hue angle of 344.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1B5 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 181 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.06 |
| HSL | 344.62º | 0.71% | 0.78% | - |
| HSV(B) | 344.62º | 0.33% | 0.94% | - |
| XYZ | 56.68 | 47.18 | 49.83 | - |
| YUV | 186.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 181 | 0 | 0.33 | 0.24 | 0.06 | 344.62 | 0.71 | 0.78 |
| Hex | EF | A1 | B5 | 0 | 21 | 18 | 6 | 159 | 47 | 4E |
| Octal | 357 | 241 | 265 | 0 | 41 | 30 | 6 | 531 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10110101 | 0 | 100001 | 11000 | 110 | 101011001 | 1000111 | 1001110 |
Color Harmonies of #EFA1B5
Complementary color
Monochromatic Colors of #EFA1B5
Black with #EFA1B5
Text Example
Text Example
White with #EFA1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1B5; }
p { color: rgb(239,161,181); }
H1.HeaderClassName
{
color: #EFA1B5;
}
.AnyTagClassName
{
color: #EFA1B5;
}
</style>
background-color css
<style>
a { background-color: #EFA1B5; }
a { background-color: rgb(239,161,181); }
div.DivClassName
{
background-color: #EFA1B5;
}
.BgClassName
{
background-color: #EFA1B5;
}
</style>
border-color css
<style>
span { border-color: #EFA1B5; }
span { border-color: rgb(239,161,181); }
td.TdClassName
{
border-color: #EFA1B5;
}
.TagClassName
{
border-color: #EFA1B5;
}
</style>