#EB9DAC

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

Shades of Illusion #EB9DAC

Tints of Illusion #EB9DAC

Color information

#EB9DAC (or 0xEB9DAC) is unknown color: approx Illusion. HEX triplet: EB, 9D and AC. RGB value is (235,157,172). Sum of RGB (Red+Green+Blue) = 235+157+172=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9DAC is #146253. Grayscale: #B6B6B6. Windows color (decimal): -1335892 or 11312619. OLE color: 11312619.

HSL color Cylindrical-coordinate representation of color #EB9DAC: hue angle of 348.46º 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 #EB9DAC is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235157172-
CMYK00.330.270.08
HSL348.46º66.1%76.86%-
HSV(B)348.46º33.19%92.16%-
XYZ53.7644.7544.83-
YUV182.03122.34165.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=41.67%
G=27.84%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515717200.330.270.08348.4666.176.86
HexEB9DAC0211B815c424d
Octal3532352540413310534102115
Binary111010111001110110101100010000111011100010101110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DAC; }

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

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

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

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

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

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

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

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