#EFA4B2

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

Shades of Illusion #EFA4B2

Tints of Illusion #EFA4B2

Color information

#EFA4B2 (or 0xEFA4B2) is unknown color: approx Illusion. HEX triplet: EF, A4 and B2. RGB value is (239,164,178). Sum of RGB (Red+Green+Blue) = 239+164+178=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 178 (69.92% from 255 or 30.64% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA4B2 is #105B4D. Grayscale: #BCBCBC. Windows color (decimal): -1071950 or 11707631. OLE color: 11707631.

HSL color Cylindrical-coordinate representation of color #EFA4B2: hue angle of 348.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4B2 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239164178-
CMYK00.310.260.06
HSL348.8º70.09%79.02%-
HSV(B)348.8º31.38%93.73%-
XYZ56.9148.1248.41-
YUV188.02122.35164.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 164 (64.45% from 255) = 28.23%
BLUE value IS 178 (69.92% from 255) = 30.64%
R=41.14%
G=28.23%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916417800.310.260.06348.870.0979.02
HexEFA4B201F1A615d464f
Octal357244262037326535106117
Binary1110111110100100101100100111111101011010101110110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4B2; }

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

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

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

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

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

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

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

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