#EF9CAE

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

Shades of Illusion #EF9CAE

Tints of Illusion #EF9CAE

Color information

#EF9CAE (or 0xEF9CAE) is unknown color: approx Illusion. HEX triplet: EF, 9C and AE. RGB value is (239,156,174). Sum of RGB (Red+Green+Blue) = 239+156+174=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9CAE is #106351. Grayscale: #B6B6B6. Windows color (decimal): -1074002 or 11443439. OLE color: 11443439.

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

Color convert

RGB239156174-
CMYK00.350.270.06
HSL346.99º72.17%77.45%-
HSV(B)346.99º34.73%93.73%-
XYZ55.1345.1845.86-
YUV182.87123168.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 156 (61.33% from 255) = 27.42%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=42.00%
G=27.42%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915617400.350.270.06346.9972.1777.45
HexEF9CAE0231B615b484d
Octal357234256043336533110115
Binary11101111100111001010111001000111101111010101101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CAE; }

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

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

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

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

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

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

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

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