#EF8CAF

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

Shades of Illusion #EF8CAF

Tints of Illusion #EF8CAF

Color information

#EF8CAF (or 0xEF8CAF) is unknown color: approx Illusion. HEX triplet: EF, 8C and AF. RGB value is (239,140,175). Sum of RGB (Red+Green+Blue) = 239+140+175=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8CAF is #107350. Grayscale: #ADADAD. Windows color (decimal): -1078097 or 11504879. OLE color: 11504879.

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

Color convert

RGB239140175-
CMYK00.410.270.06
HSL338.79º75.57%74.31%-
HSV(B)338.79º41.42%93.73%-
XYZ52.7140.245.54-
YUV173.59128.8174.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=43.14%
G=25.27%
B=31.59%

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
Decimal23914017500.410.270.06338.7975.5774.31
HexEF8CAF0291B61534c4a
Octal357214257051336523114112
Binary11101111100011001010111101010011101111010101001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8CAF; }

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

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

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

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

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

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

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

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