#EF91AD

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

Shades of Illusion #EF91AD

Tints of Illusion #EF91AD

Color information

#EF91AD (or 0xEF91AD) is unknown color: approx Illusion. HEX triplet: EF, 91 and AD. RGB value is (239,145,173). Sum of RGB (Red+Green+Blue) = 239+145+173=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF91AD is #106E52. Grayscale: #B0B0B0. Windows color (decimal): -1076819 or 11375087. OLE color: 11375087.

HSL color Cylindrical-coordinate representation of color #EF91AD: hue angle of 342.13º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91AD is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239145173-
CMYK00.390.280.06
HSL342.13º74.6%75.29%-
HSV(B)342.13º39.33%93.73%-
XYZ53.2641.6244.76-
YUV176.3126.14172.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=42.91%
G=26.03%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914517300.390.280.06342.1374.675.29
HexEF91AD0271C61564b4b
Octal357221255047346526113113
Binary11101111100100011010110101001111110011010101011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91AD; }

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

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

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

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

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

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

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

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