#EF9EAE

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

Shades of Illusion #EF9EAE

Tints of Illusion #EF9EAE

Color information

#EF9EAE (or 0xEF9EAE) is unknown color: approx Illusion. HEX triplet: EF, 9E and AE. RGB value is (239,158,174). Sum of RGB (Red+Green+Blue) = 239+158+174=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9EAE is #106151. Grayscale: #B8B8B8. Windows color (decimal): -1073490 or 11443951. OLE color: 11443951.

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

Color convert

RGB239158174-
CMYK00.340.270.06
HSL348.15º71.68%77.84%-
HSV(B)348.15º33.89%93.73%-
XYZ55.4645.8645.97-
YUV184.04122.34167.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=41.86%
G=27.67%
B=30.47%

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
Decimal23915817400.340.270.06348.1571.6877.84
HexEF9EAE0221B615c484e
Octal357236256042336534110116
Binary11101111100111101010111001000101101111010101110010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9EAE; }

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

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

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

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

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

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

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

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