#E09FA6

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

Shades of Pale Chestnut #E09FA6

Tints of Pale Chestnut #E09FA6

Color information

#E09FA6 (or 0xE09FA6) is unknown color: approx Pale Chestnut. HEX triplet: E0, 9F and A6. RGB value is (224,159,166). Sum of RGB (Red+Green+Blue) = 224+159+166=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09FA6 is #1F6059. Grayscale: #B3B3B3. Windows color (decimal): -2056282 or 10919904. OLE color: 10919904.

HSL color Cylindrical-coordinate representation of color #E09FA6: hue angle of 353.54º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FA6 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB224159166-
CMYK00.290.260.12
HSL353.54º51.18%75.1%-
HSV(B)353.54º29.02%87.84%-
XYZ50.0243.441.82-
YUV179.23120.53159.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 166 (65.23% from 255) = 30.24%
R=40.80%
G=28.96%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415916600.290.260.12353.5451.1875.1
HexE09FA601D1AC162334b
Octal340237246035321454263113
Binary1110000010011111101001100111011101011001011000101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FA6; }

 p { color: rgb(224,159,166); }

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

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

 a { background-color: rgb(224,159,166); }

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

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

 span { border-color: rgb(224,159,166); }

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