#EFA4B4

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

Shades of Illusion #EFA4B4

Tints of Illusion #EFA4B4

Color information

#EFA4B4 (or 0xEFA4B4) is unknown color: approx Illusion. HEX triplet: EF, A4 and B4. RGB value is (239,164,180). Sum of RGB (Red+Green+Blue) = 239+164+180=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4B4 is #105B4B. Grayscale: #BCBCBC. Windows color (decimal): -1071948 or 11838703. OLE color: 11838703.

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

Color convert

RGB239164180-
CMYK00.310.250.06
HSL347.2º70.09%79.02%-
HSV(B)347.2º31.38%93.73%-
XYZ57.1148.249.47-
YUV188.25123.35164.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 164 (64.45% from 255) = 28.13%
BLUE value IS 180 (70.70% from 255) = 30.87%
R=40.99%
G=28.13%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916418000.310.250.06347.270.0979.02
HexEFA4B401F19615b464f
Octal357244264037316533106117
Binary1110111110100100101101000111111100111010101101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4B4; }

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

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

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

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

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

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

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

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