#E29FA9

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

Shades of Pale Chestnut #E29FA9

Tints of Pale Chestnut #E29FA9

Color information

#E29FA9 (or 0xE29FA9) is unknown color: approx Pale Chestnut. HEX triplet: E2, 9F and A9. RGB value is (226,159,169). Sum of RGB (Red+Green+Blue) = 226+159+169=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FA9 is #1D6056. Grayscale: #B4B4B4. Windows color (decimal): -1925207 or 11116514. OLE color: 11116514.

HSL color Cylindrical-coordinate representation of color #E29FA9: hue angle of 351.04º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FA9 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB226159169-
CMYK00.300.250.11
HSL351.04º53.6%75.49%-
HSV(B)351.04º29.65%88.63%-
XYZ50.9243.8343.31-
YUV180.17121.7160.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=40.79%
G=28.70%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615916900.300.250.11351.0453.675.49
HexE29FA901E19B15f364b
Octal342237251036311353766113
Binary1110001010011111101010010111101100110111010111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FA9; }

 p { color: rgb(226,159,169); }

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

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

 a { background-color: rgb(226,159,169); }

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

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

 span { border-color: rgb(226,159,169); }

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