#EFA1AB

Color #EFA1AB Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #EFA1AB

Tints of Illusion #EFA1AB

Color information

#EFA1AB (or 0xEFA1AB) is unknown color: approx Illusion. HEX triplet: EF, A1 and AB. RGB value is (239,161,171). Sum of RGB (Red+Green+Blue) = 239+161+171=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA1AB is #105E54. Grayscale: #B9B9B9. Windows color (decimal): -1072725 or 11248111. OLE color: 11248111.

HSL color Cylindrical-coordinate representation of color #EFA1AB: hue angle of 352.31º 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 #EFA1AB is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239161171-
CMYK00.330.280.06
HSL352.31º70.91%78.43%-
HSV(B)352.31º32.64%93.73%-
XYZ55.6946.7844.62-
YUV185.46119.84166.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 161 (63.28% from 255) = 28.20%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=41.86%
G=28.20%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916117100.330.280.06352.3170.9178.43
HexEFA1AB0211C6160474e
Octal357241253041346540107116
Binary11101111101000011010101101000011110011010110000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1AB; }

 p { color: rgb(239,161,171); }

 H1.HeaderClassName
 {
   color: #EFA1AB;
 }
 .AnyTagClassName
 {
   color: #EFA1AB;
 }
</style>
background-color css

<style>
 a { background-color: #EFA1AB; }

 a { background-color: rgb(239,161,171); }

 div.DivClassName
 {
   background-color: #EFA1AB;
 }
 .BgClassName
 {
   background-color: #EFA1AB;
 }
</style>
border-color css

<style>
 span { border-color: #EFA1AB; }

 span { border-color: rgb(239,161,171); }

 td.TdClassName
 {
   border-color: #EFA1AB;
 }
 .TagClassName
 {
   border-color: #EFA1AB;
 }
</style>