#EF9FA9

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

Shades of Illusion #EF9FA9

Tints of Illusion #EF9FA9

Color information

#EF9FA9 (or 0xEF9FA9) is unknown color: approx Illusion. HEX triplet: EF, 9F and A9. RGB value is (239,159,169). Sum of RGB (Red+Green+Blue) = 239+159+169=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9FA9 is #106056. Grayscale: #B8B8B8. Windows color (decimal): -1073239 or 11116527. OLE color: 11116527.

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

Color convert

RGB239159169-
CMYK00.330.290.06
HSL352.5º71.43%78.04%-
HSV(B)352.5º33.47%93.73%-
XYZ55.1646.0143.51-
YUV184.06119.5167.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=42.15%
G=28.04%
B=29.81%

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
Decimal23915916900.330.290.06352.571.4378.04
HexEF9FA90211D6160474e
Octal357237251041356540107116
Binary11101111100111111010100101000011110111010110000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FA9; }

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

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

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

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

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

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

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

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