#E0A2A8

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

Shades of Pale Chestnut #E0A2A8

Tints of Pale Chestnut #E0A2A8

Color information

#E0A2A8 (or 0xE0A2A8) is unknown color: approx Pale Chestnut. HEX triplet: E0, A2 and A8. RGB value is (224,162,168). Sum of RGB (Red+Green+Blue) = 224+162+168=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A2A8 is #1F5D57. Grayscale: #B5B5B5. Windows color (decimal): -2055512 or 11051744. OLE color: 11051744.

HSL color Cylindrical-coordinate representation of color #E0A2A8: hue angle of 354.19º 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 #E0A2A8 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224162168-
CMYK00.280.250.12
HSL354.19º50%75.69%-
HSV(B)354.19º27.68%87.84%-
XYZ50.7344.5242.96-
YUV181.22120.54158.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 162 (63.67% from 255) = 29.24%
BLUE value IS 168 (66.02% from 255) = 30.32%
R=40.43%
G=29.24%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416216800.280.250.12354.195075.69
HexE0A2A801C19C162324c
Octal340242250034311454262114
Binary1110000010100010101010000111001100111001011000101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A2A8; }

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

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

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

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

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

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

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

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