#EF94AF

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

Shades of Illusion #EF94AF

Tints of Illusion #EF94AF

Color information

#EF94AF (or 0xEF94AF) is unknown color: approx Illusion. HEX triplet: EF, 94 and AF. RGB value is (239,148,175). Sum of RGB (Red+Green+Blue) = 239+148+175=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF94AF is #106B50. Grayscale: #B2B2B2. Windows color (decimal): -1076049 or 11506927. OLE color: 11506927.

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

Color convert

RGB239148175-
CMYK00.380.270.06
HSL342.2º73.98%75.88%-
HSV(B)342.2º38.08%93.73%-
XYZ53.9242.6345.94-
YUV178.29126.15171.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=42.53%
G=26.33%
B=31.14%

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
Decimal23914817500.380.270.06342.273.9875.88
HexEF94AF0261B61564a4c
Octal357224257046336526112114
Binary11101111100101001010111101001101101111010101011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94AF; }

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

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

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

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

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

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

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

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