#EF9DAE

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

Shades of Illusion #EF9DAE

Tints of Illusion #EF9DAE

Color information

#EF9DAE (or 0xEF9DAE) is unknown color: approx Illusion. HEX triplet: EF, 9D and AE. RGB value is (239,157,174). Sum of RGB (Red+Green+Blue) = 239+157+174=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9DAE is #106251. Grayscale: #B7B7B7. Windows color (decimal): -1073746 or 11443695. OLE color: 11443695.

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

Color convert

RGB239157174-
CMYK00.340.270.06
HSL347.56º71.93%77.65%-
HSV(B)347.56º34.31%93.73%-
XYZ55.2945.5245.92-
YUV183.46122.67167.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=41.93%
G=27.54%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915717400.340.270.06347.5671.9377.65
HexEF9DAE0221B615c484e
Octal357235256042336534110116
Binary11101111100111011010111001000101101111010101110010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DAE; }

 p { color: rgb(239,157,174); }

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

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

 a { background-color: rgb(239,157,174); }

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

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

 span { border-color: rgb(239,157,174); }

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