#EFA5B4

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

Shades of Illusion #EFA5B4

Tints of Illusion #EFA5B4

Color information

#EFA5B4 (or 0xEFA5B4) is unknown color: approx Illusion. HEX triplet: EF, A5 and B4. RGB value is (239,165,180). Sum of RGB (Red+Green+Blue) = 239+165+180=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5B4 is #105A4B. Grayscale: #BCBCBC. Windows color (decimal): -1071692 or 11838959. OLE color: 11838959.

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

Color convert

RGB239165180-
CMYK00.310.250.06
HSL347.84º69.81%79.22%-
HSV(B)347.84º30.96%93.73%-
XYZ57.2948.5649.53-
YUV188.84123.02163.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 165 (64.84% from 255) = 28.25%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=40.92%
G=28.25%
B=30.82%

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
Decimal23916518000.310.250.06347.8469.8179.22
HexEFA5B401F19615c464f
Octal357245264037316534106117
Binary1110111110100101101101000111111100111010101110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5B4; }

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

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

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

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

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

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

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

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