#EFA2AE

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

Shades of Illusion #EFA2AE

Tints of Illusion #EFA2AE

Color information

#EFA2AE (or 0xEFA2AE) is unknown color: approx Illusion. HEX triplet: EF, A2 and AE. RGB value is (239,162,174). Sum of RGB (Red+Green+Blue) = 239+162+174=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2AE is #105D51. Grayscale: #BABABA. Windows color (decimal): -1072466 or 11444975. OLE color: 11444975.

HSL color Cylindrical-coordinate representation of color #EFA2AE: hue angle of 350.65º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2AE is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239162174-
CMYK00.320.270.06
HSL350.65º70.64%78.63%-
HSV(B)350.65º32.22%93.73%-
XYZ56.1647.2546.2-
YUV186.39121.01165.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 162 (63.67% from 255) = 28.17%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=41.57%
G=28.17%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916217400.320.270.06350.6570.6478.63
HexEFA2AE0201B615f474f
Octal357242256040336537107117
Binary11101111101000101010111001000001101111010101111110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2AE; }

 p { color: rgb(239,162,174); }

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

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

 a { background-color: rgb(239,162,174); }

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

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

 span { border-color: rgb(239,162,174); }

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