#E09FA5

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

Shades of Pale Chestnut #E09FA5

Tints of Pale Chestnut #E09FA5

Color information

#E09FA5 (or 0xE09FA5) is unknown color: approx Pale Chestnut. HEX triplet: E0, 9F and A5. RGB value is (224,159,165). Sum of RGB (Red+Green+Blue) = 224+159+165=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09FA5 is #1F605A. Grayscale: #B3B3B3. Windows color (decimal): -2056283 or 10854368. OLE color: 10854368.

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

Color convert

RGB224159165-
CMYK00.290.260.12
HSL354.46º51.18%75.1%-
HSV(B)354.46º29.02%87.84%-
XYZ49.9343.3641.34-
YUV179.12120.03160.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 165 (64.84% from 255) = 30.11%
R=40.88%
G=29.01%
B=30.11%

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
Decimal22415916500.290.260.12354.4651.1875.1
HexE09FA501D1AC162334b
Octal340237245035321454263113
Binary1110000010011111101001010111011101011001011000101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FA5; }

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

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

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

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

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

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

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

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