#EBA2AB

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

Shades of Illusion #EBA2AB

Tints of Illusion #EBA2AB

Color information

#EBA2AB (or 0xEBA2AB) is unknown color: approx Illusion. HEX triplet: EB, A2 and AB. RGB value is (235,162,171). Sum of RGB (Red+Green+Blue) = 235+162+171=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA2AB is #145D54. Grayscale: #B8B8B8. Windows color (decimal): -1334613 or 11248363. OLE color: 11248363.

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

Color convert

RGB235162171-
CMYK00.310.270.08
HSL352.6º64.6%77.84%-
HSV(B)352.6º31.06%92.16%-
XYZ54.5346.4444.62-
YUV184.85120.18163.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 162 (63.67% from 255) = 28.52%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=41.37%
G=28.52%
B=30.11%

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
Decimal23516217100.310.270.08352.664.677.84
HexEBA2AB01F1B8161414e
Octal3532422530373310541101116
Binary11101011101000101010101101111111011100010110000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2AB; }

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

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

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

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

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

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

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

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