#EF8EAF

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

Shades of Illusion #EF8EAF

Tints of Illusion #EF8EAF

Color information

#EF8EAF (or 0xEF8EAF) is unknown color: approx Illusion. HEX triplet: EF, 8E and AF. RGB value is (239,142,175). Sum of RGB (Red+Green+Blue) = 239+142+175=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EAF is #107150. Grayscale: #AEAEAE. Windows color (decimal): -1077585 or 11505391. OLE color: 11505391.

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

Color convert

RGB239142175-
CMYK00.410.270.06
HSL339.59º75.19%74.71%-
HSV(B)339.59º40.59%93.73%-
XYZ53.0140.7945.64-
YUV174.76128.14173.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=42.99%
G=25.54%
B=31.47%

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
Decimal23914217500.410.270.06339.5975.1974.71
HexEF8EAF0291B61544b4b
Octal357216257051336524113113
Binary11101111100011101010111101010011101111010101010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EAF; }

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

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

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

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

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

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

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

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