#EF96AE

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

Shades of Illusion #EF96AE

Tints of Illusion #EF96AE

Color information

#EF96AE (or 0xEF96AE) is unknown color: approx Illusion. HEX triplet: EF, 96 and AE. RGB value is (239,150,174). Sum of RGB (Red+Green+Blue) = 239+150+174=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96AE is #106951. Grayscale: #B3B3B3. Windows color (decimal): -1075538 or 11441903. OLE color: 11441903.

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

Color convert

RGB239150174-
CMYK00.370.270.06
HSL343.82º73.55%76.27%-
HSV(B)343.82º37.24%93.73%-
XYZ54.1443.2245.53-
YUV179.35124.99170.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=42.45%
G=26.64%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915017400.370.270.06343.8273.5576.27
HexEF96AE0251B61584a4c
Octal357226256045336530112114
Binary11101111100101101010111001001011101111010101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96AE; }

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

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

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

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

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

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

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

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