#EFA2AD

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

Shades of Illusion #EFA2AD

Tints of Illusion #EFA2AD

Color information

#EFA2AD (or 0xEFA2AD) is unknown color: approx Illusion. HEX triplet: EF, A2 and AD. RGB value is (239,162,173). Sum of RGB (Red+Green+Blue) = 239+162+173=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2AD is #105D52. Grayscale: #BABABA. Windows color (decimal): -1072467 or 11379439. OLE color: 11379439.

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

Color convert

RGB239162173-
CMYK00.320.280.06
HSL351.43º70.64%78.63%-
HSV(B)351.43º32.22%93.73%-
XYZ56.0647.2145.69-
YUV186.28120.51165.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 162 (63.67% from 255) = 28.22%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=41.64%
G=28.22%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916217300.320.280.06351.4370.6478.63
HexEFA2AD0201C615f474f
Octal357242255040346537107117
Binary11101111101000101010110101000001110011010101111110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2AD; }

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

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

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

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

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

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

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

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