#EF94AD

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

Shades of Illusion #EF94AD

Tints of Illusion #EF94AD

Color information

#EF94AD (or 0xEF94AD) is unknown color: approx Illusion. HEX triplet: EF, 94 and AD. RGB value is (239,148,173). Sum of RGB (Red+Green+Blue) = 239+148+173=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF94AD is #106B52. Grayscale: #B2B2B2. Windows color (decimal): -1076051 or 11375855. OLE color: 11375855.

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

Color convert

RGB239148173-
CMYK00.380.280.06
HSL343.52º73.98%75.88%-
HSV(B)343.52º38.08%93.73%-
XYZ53.7342.5544.92-
YUV178.06125.15171.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=42.68%
G=26.43%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914817300.380.280.06343.5273.9875.88
HexEF94AD0261C61584a4c
Octal357224255046346530112114
Binary11101111100101001010110101001101110011010101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94AD; }

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

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

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

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

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

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

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

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