#EF9EAD

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

Shades of Illusion #EF9EAD

Tints of Illusion #EF9EAD

Color information

#EF9EAD (or 0xEF9EAD) is unknown color: approx Illusion. HEX triplet: EF, 9E and AD. RGB value is (239,158,173). Sum of RGB (Red+Green+Blue) = 239+158+173=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9EAD is #106152. Grayscale: #B7B7B7. Windows color (decimal): -1073491 or 11378415. OLE color: 11378415.

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

Color convert

RGB239158173-
CMYK00.340.280.06
HSL348.89º71.68%77.84%-
HSV(B)348.89º33.89%93.73%-
XYZ55.3745.8245.46-
YUV183.93121.84167.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=41.93%
G=27.72%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915817300.340.280.06348.8971.6877.84
HexEF9EAD0221C615d484e
Octal357236255042346535110116
Binary11101111100111101010110101000101110011010101110110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9EAD; }

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

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

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

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

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

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

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

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