#EB9DAE

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

Shades of Illusion #EB9DAE

Tints of Illusion #EB9DAE

Color information

#EB9DAE (or 0xEB9DAE) is unknown color: approx Illusion. HEX triplet: EB, 9D and AE. RGB value is (235,157,174). Sum of RGB (Red+Green+Blue) = 235+157+174=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9DAE is #146251. Grayscale: #B6B6B6. Windows color (decimal): -1335890 or 11443691. OLE color: 11443691.

HSL color Cylindrical-coordinate representation of color #EB9DAE: hue angle of 346.92º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9DAE is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235157174-
CMYK00.330.260.08
HSL346.92º66.1%76.86%-
HSV(B)346.92º33.19%92.16%-
XYZ53.9644.8345.85-
YUV182.26123.34165.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 157 (61.72% from 255) = 27.74%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=41.52%
G=27.74%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515717400.330.260.08346.9266.176.86
HexEB9DAE0211A815b424d
Octal3532352560413210533102115
Binary111010111001110110101110010000111010100010101101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DAE; }

 p { color: rgb(235,157,174); }

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

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

 a { background-color: rgb(235,157,174); }

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

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

 span { border-color: rgb(235,157,174); }

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