#EFA2B2

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

Shades of Illusion #EFA2B2

Tints of Illusion #EFA2B2

Color information

#EFA2B2 (or 0xEFA2B2) is unknown color: approx Illusion. HEX triplet: EF, A2 and B2. RGB value is (239,162,178). Sum of RGB (Red+Green+Blue) = 239+162+178=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2B2 is #105D4D. Grayscale: #BABABA. Windows color (decimal): -1072462 or 11707119. OLE color: 11707119.

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

Color convert

RGB239162178-
CMYK00.320.260.06
HSL347.53º70.64%78.63%-
HSV(B)347.53º32.22%93.73%-
XYZ56.5547.4148.29-
YUV186.85123.01165.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 162 (63.67% from 255) = 27.98%
BLUE value IS 178 (69.92% from 255) = 30.74%
R=41.28%
G=27.98%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916217800.320.260.06347.5370.6478.63
HexEFA2B20201A615c474f
Octal357242262040326534107117
Binary11101111101000101011001001000001101011010101110010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2B2; }

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

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

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

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

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

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

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

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