#EF95AE

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

Shades of Illusion #EF95AE

Tints of Illusion #EF95AE

Color information

#EF95AE (or 0xEF95AE) is unknown color: approx Illusion. HEX triplet: EF, 95 and AE. RGB value is (239,149,174). Sum of RGB (Red+Green+Blue) = 239+149+174=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF95AE is #106A51. Grayscale: #B2B2B2. Windows color (decimal): -1075794 or 11441647. OLE color: 11441647.

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

Color convert

RGB239149174-
CMYK00.380.270.06
HSL343.33º73.77%76.08%-
HSV(B)343.33º37.66%93.73%-
XYZ53.9842.945.48-
YUV178.76125.32170.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=42.53%
G=26.51%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914917400.380.270.06343.3373.7776.08
HexEF95AE0261B61574a4c
Octal357225256046336527112114
Binary11101111100101011010111001001101101111010101011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF95AE; }

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

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

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

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

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

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

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

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