#EF93AD

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

Shades of Illusion #EF93AD

Tints of Illusion #EF93AD

Color information

#EF93AD (or 0xEF93AD) is unknown color: approx Illusion. HEX triplet: EF, 93 and AD. RGB value is (239,147,173). Sum of RGB (Red+Green+Blue) = 239+147+173=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF93AD is #106C52. Grayscale: #B1B1B1. Windows color (decimal): -1076307 or 11375599. OLE color: 11375599.

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

Color convert

RGB239147173-
CMYK00.380.280.06
HSL343.04º74.19%75.69%-
HSV(B)343.04º38.49%93.73%-
XYZ53.5742.2444.86-
YUV177.47125.48171.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=42.75%
G=26.30%
B=30.95%

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
Decimal23914717300.380.280.06343.0474.1975.69
HexEF93AD0261C61574a4c
Octal357223255046346527112114
Binary11101111100100111010110101001101110011010101011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93AD; }

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

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

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

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

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

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

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

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