#E0A2A3

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

Shades of Pale Chestnut #E0A2A3

Tints of Pale Chestnut #E0A2A3

Color information

#E0A2A3 (or 0xE0A2A3) is unknown color: approx Pale Chestnut. HEX triplet: E0, A2 and A3. RGB value is (224,162,163). Sum of RGB (Red+Green+Blue) = 224+162+163=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A2A3 is #1F5D5C. Grayscale: #B4B4B4. Windows color (decimal): -2055517 or 10724064. OLE color: 10724064.

HSL color Cylindrical-coordinate representation of color #E0A2A3: hue angle of 359.03º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0A2A3 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB224162163-
CMYK00.280.270.12
HSL359.03º50%75.69%-
HSV(B)359.03º27.68%87.84%-
XYZ50.2744.3340.56-
YUV180.65118.04158.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 163 (64.06% from 255) = 29.69%
R=40.80%
G=29.51%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416216300.280.270.12359.035075.69
HexE0A2A301C1BC167324c
Octal340242243034331454762114
Binary1110000010100010101000110111001101111001011001111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A2A3; }

 p { color: rgb(224,162,163); }

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

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

 a { background-color: rgb(224,162,163); }

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

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

 span { border-color: rgb(224,162,163); }

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