#EFA2B6

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

Shades of Illusion #EFA2B6

Tints of Illusion #EFA2B6

Color information

#EFA2B6 (or 0xEFA2B6) is unknown color: approx Illusion. HEX triplet: EF, A2 and B6. RGB value is (239,162,182). Sum of RGB (Red+Green+Blue) = 239+162+182=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2B6 is #105D49. Grayscale: #BBBBBB. Windows color (decimal): -1072458 or 11969263. OLE color: 11969263.

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

Color convert

RGB239162182-
CMYK00.320.240.06
HSL344.42º70.64%78.63%-
HSV(B)344.42º32.22%93.73%-
XYZ56.9647.5750.44-
YUV187.3125.01164.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=40.99%
G=27.79%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916218200.320.240.06344.4270.6478.63
HexEFA2B6020186158474f
Octal357242266040306530107117
Binary11101111101000101011011001000001100011010101100010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2B6; }

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

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

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

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

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

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

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

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