#E5A0B5

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

Shades of Illusion #E5A0B5

Tints of Illusion #E5A0B5

Color information

#E5A0B5 (or 0xE5A0B5) is unknown color: approx Illusion. HEX triplet: E5, A0 and B5. RGB value is (229,160,181). Sum of RGB (Red+Green+Blue) = 229+160+181=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0B5 is #1A5F4A. Grayscale: #B7B7B7. Windows color (decimal): -1728331 or 11903205. OLE color: 11903205.

HSL color Cylindrical-coordinate representation of color #E5A0B5: hue angle of 341.74º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A0B5 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB229160181-
CMYK00.300.210.10
HSL341.74º57.02%76.27%-
HSV(B)341.74º30.13%89.8%-
XYZ53.2245.1449.62-
YUV183.02126.86160.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=40.18%
G=28.07%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916018100.300.210.10341.7457.0276.27
HexE5A0B501E15A156394c
Octal345240265036251252671114
Binary1110010110100000101101010111101010110101010101101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A0B5; }

 p { color: rgb(229,160,181); }

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

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

 a { background-color: rgb(229,160,181); }

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

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

 span { border-color: rgb(229,160,181); }

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