#EF9DAB

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

Shades of Illusion #EF9DAB

Tints of Illusion #EF9DAB

Color information

#EF9DAB (or 0xEF9DAB) is unknown color: approx Illusion. HEX triplet: EF, 9D and AB. RGB value is (239,157,171). Sum of RGB (Red+Green+Blue) = 239+157+171=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9DAB is #106254. Grayscale: #B7B7B7. Windows color (decimal): -1073749 or 11247087. OLE color: 11247087.

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

Color convert

RGB239157171-
CMYK00.340.280.06
HSL349.76º71.93%77.65%-
HSV(B)349.76º34.31%93.73%-
XYZ5545.444.39-
YUV183.11121.17167.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=42.15%
G=27.69%
B=30.16%

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
Decimal23915717100.340.280.06349.7671.9377.65
HexEF9DAB0221C615e484e
Octal357235253042346536110116
Binary11101111100111011010101101000101110011010101111010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DAB; }

 p { color: rgb(239,157,171); }

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

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

 a { background-color: rgb(239,157,171); }

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

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

 span { border-color: rgb(239,157,171); }

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