#EF9AAD

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

Shades of Illusion #EF9AAD

Tints of Illusion #EF9AAD

Color information

#EF9AAD (or 0xEF9AAD) is unknown color: approx Illusion. HEX triplet: EF, 9A and AD. RGB value is (239,154,173). Sum of RGB (Red+Green+Blue) = 239+154+173=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9AAD is #106552. Grayscale: #B5B5B5. Windows color (decimal): -1074515 or 11377391. OLE color: 11377391.

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

Color convert

RGB239154173-
CMYK00.360.280.06
HSL346.59º72.65%77.06%-
HSV(B)346.59º35.56%93.73%-
XYZ54.744.4845.24-
YUV181.58123.16168.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 154 (60.55% from 255) = 27.21%
BLUE value IS 173 (67.97% from 255) = 30.57%
R=42.23%
G=27.21%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915417300.360.280.06346.5972.6577.06
HexEF9AAD0241C615b494d
Octal357232255044346533111115
Binary11101111100110101010110101001001110011010101101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AAD; }

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

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

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

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

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

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

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

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