#E09FA2

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

Shades of Pale Chestnut #E09FA2

Tints of Pale Chestnut #E09FA2

Color information

#E09FA2 (or 0xE09FA2) is unknown color: approx Pale Chestnut. HEX triplet: E0, 9F and A2. RGB value is (224,159,162). Sum of RGB (Red+Green+Blue) = 224+159+162=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09FA2 is #1F605D. Grayscale: #B2B2B2. Windows color (decimal): -2056286 or 10657760. OLE color: 10657760.

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

Color convert

RGB224159162-
CMYK00.290.280.12
HSL357.23º51.18%75.1%-
HSV(B)357.23º29.02%87.84%-
XYZ49.6643.2539.91-
YUV178.78118.53160.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=41.10%
G=29.17%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415916200.290.280.12357.2351.1875.1
HexE09FA201D1CC165334b
Octal340237242035341454563113
Binary1110000010011111101000100111011110011001011001011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FA2; }

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

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

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

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

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

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

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

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