#EFA2B1

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

Shades of Illusion #EFA2B1

Tints of Illusion #EFA2B1

Color information

#EFA2B1 (or 0xEFA2B1) is unknown color: approx Illusion. HEX triplet: EF, A2 and B1. RGB value is (239,162,177). Sum of RGB (Red+Green+Blue) = 239+162+177=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2B1 is #105D4E. Grayscale: #BABABA. Windows color (decimal): -1072463 or 11641583. OLE color: 11641583.

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

Color convert

RGB239162177-
CMYK00.320.260.06
HSL348.31º70.64%78.63%-
HSV(B)348.31º32.22%93.73%-
XYZ56.4547.3747.76-
YUV186.73122.51165.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 162 (63.67% from 255) = 28.03%
BLUE value IS 177 (69.53% from 255) = 30.62%
R=41.35%
G=28.03%
B=30.62%

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
Decimal23916217700.320.260.06348.3170.6478.63
HexEFA2B10201A615c474f
Octal357242261040326534107117
Binary11101111101000101011000101000001101011010101110010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2B1; }

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

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

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

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

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

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

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

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