#EBA0AA

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

Shades of Illusion #EBA0AA

Tints of Illusion #EBA0AA

Color information

#EBA0AA (or 0xEBA0AA) is unknown color: approx Illusion. HEX triplet: EB, A0 and AA. RGB value is (235,160,170). Sum of RGB (Red+Green+Blue) = 235+160+170=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA0AA is #145F55. Grayscale: #B7B7B7. Windows color (decimal): -1335126 or 11182315. OLE color: 11182315.

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

Color convert

RGB235160170-
CMYK00.320.280.08
HSL352º65.22%77.45%-
HSV(B)352º31.91%92.16%-
XYZ54.0945.7144-
YUV183.56120.35164.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=41.59%
G=28.32%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516017000.320.280.0835265.2277.45
HexEBA0AA0201C8160414d
Octal3532402520403410540101115
Binary111010111010000010101010010000011100100010110000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0AA; }

 p { color: rgb(235,160,170); }

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

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

 a { background-color: rgb(235,160,170); }

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

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

 span { border-color: rgb(235,160,170); }

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