#EF9FAD

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

Shades of Illusion #EF9FAD

Tints of Illusion #EF9FAD

Color information

#EF9FAD (or 0xEF9FAD) is unknown color: approx Illusion. HEX triplet: EF, 9F and AD. RGB value is (239,159,173). Sum of RGB (Red+Green+Blue) = 239+159+173=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9FAD is #106052. Grayscale: #B8B8B8. Windows color (decimal): -1073235 or 11378671. OLE color: 11378671.

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

Color convert

RGB239159173-
CMYK00.330.280.06
HSL349.5º71.43%78.04%-
HSV(B)349.5º33.47%93.73%-
XYZ55.5446.1645.52-
YUV184.52121.5166.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=41.86%
G=27.85%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915917300.330.280.06349.571.4378.04
HexEF9FAD0211C615e474e
Octal357237255041346536107116
Binary11101111100111111010110101000011110011010101111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FAD; }

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

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

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

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

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

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

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

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