#EFA2B9

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

Shades of Illusion #EFA2B9

Tints of Illusion #EFA2B9

Color information

#EFA2B9 (or 0xEFA2B9) is unknown color: approx Illusion. HEX triplet: EF, A2 and B9. RGB value is (239,162,185). Sum of RGB (Red+Green+Blue) = 239+162+185=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2B9 is #105D46. Grayscale: #BBBBBB. Windows color (decimal): -1072455 or 12165871. OLE color: 12165871.

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

Color convert

RGB239162185-
CMYK00.320.230.06
HSL342.08º70.64%78.63%-
HSV(B)342.08º32.22%93.73%-
XYZ57.2747.6952.09-
YUV187.64126.51164.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 162 (63.67% from 255) = 27.65%
BLUE value IS 185 (72.66% from 255) = 31.57%
R=40.78%
G=27.65%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916218500.320.230.06342.0870.6478.63
HexEFA2B9020176156474f
Octal357242271040276526107117
Binary11101111101000101011100101000001011111010101011010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2B9; }

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

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

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

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

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

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

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

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