#EBA2AC

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

Shades of Illusion #EBA2AC

Tints of Illusion #EBA2AC

Color information

#EBA2AC (or 0xEBA2AC) is unknown color: approx Illusion. HEX triplet: EB, A2 and AC. RGB value is (235,162,172). Sum of RGB (Red+Green+Blue) = 235+162+172=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA2AC is #145D53. Grayscale: #B9B9B9. Windows color (decimal): -1334612 or 11313899. OLE color: 11313899.

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

Color convert

RGB235162172-
CMYK00.310.270.08
HSL351.78º64.6%77.84%-
HSV(B)351.78º31.06%92.16%-
XYZ54.6346.4845.12-
YUV184.97120.68163.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 162 (63.67% from 255) = 28.47%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=41.30%
G=28.47%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516217200.310.270.08351.7864.677.84
HexEBA2AC01F1B8160414e
Octal3532422540373310540101116
Binary11101011101000101010110001111111011100010110000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2AC; }

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

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

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

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

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

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

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

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