#EFA0A9

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

Shades of Illusion #EFA0A9

Tints of Illusion #EFA0A9

Color information

#EFA0A9 (or 0xEFA0A9) is unknown color: approx Illusion. HEX triplet: EF, A0 and A9. RGB value is (239,160,169). Sum of RGB (Red+Green+Blue) = 239+160+169=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0A9 is #105F56. Grayscale: #B8B8B8. Windows color (decimal): -1072983 or 11116783. OLE color: 11116783.

HSL color Cylindrical-coordinate representation of color #EFA0A9: hue angle of 353.16º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0A9 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239160169-
CMYK00.330.290.06
HSL353.16º71.17%78.24%-
HSV(B)353.16º33.05%93.73%-
XYZ55.3346.3643.57-
YUV184.65119.17166.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 169 (66.41% from 255) = 29.75%
R=42.08%
G=28.17%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916016900.330.290.06353.1671.1778.24
HexEFA0A90211D6161474e
Octal357240251041356541107116
Binary11101111101000001010100101000011110111010110000110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0A9; }

 p { color: rgb(239,160,169); }

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

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

 a { background-color: rgb(239,160,169); }

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

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

 span { border-color: rgb(239,160,169); }

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