#EF8EAE

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

Shades of Illusion #EF8EAE

Tints of Illusion #EF8EAE

Color information

#EF8EAE (or 0xEF8EAE) is unknown color: approx Illusion. HEX triplet: EF, 8E and AE. RGB value is (239,142,174). Sum of RGB (Red+Green+Blue) = 239+142+174=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EAE is #107151. Grayscale: #AEAEAE. Windows color (decimal): -1077586 or 11439855. OLE color: 11439855.

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

Color convert

RGB239142174-
CMYK00.410.270.06
HSL340.21º75.19%74.71%-
HSV(B)340.21º40.59%93.73%-
XYZ52.9140.7545.12-
YUV174.65127.64173.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=43.06%
G=25.59%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914217400.410.270.06340.2175.1974.71
HexEF8EAE0291B61544b4b
Octal357216256051336524113113
Binary11101111100011101010111001010011101111010101010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EAE; }

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

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

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

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

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

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

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

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