#E7AAAF

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

Shades of Pale Chestnut #E7AAAF

Tints of Pale Chestnut #E7AAAF

Color information

#E7AAAF (or 0xE7AAAF) is unknown color: approx Pale Chestnut. HEX triplet: E7, AA and AF. RGB value is (231,170,175). Sum of RGB (Red+Green+Blue) = 231+170+175=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AAAF is #185550. Grayscale: #BCBCBC. Windows color (decimal): -1594705 or 11512551. OLE color: 11512551.

HSL color Cylindrical-coordinate representation of color #E7AAAF: hue angle of 355.08º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AAAF is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231170175-
CMYK00.260.240.09
HSL355.08º55.96%78.63%-
HSV(B)355.08º26.41%90.59%-
XYZ55.0748.8347.08-
YUV188.81120.21158.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=40.10%
G=29.51%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117017500.260.240.09355.0855.9678.63
HexE7AAAF01A189163384f
Octal347252257032301154370117
Binary1110011110101010101011110110101100010011011000111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAAF; }

 p { color: rgb(231,170,175); }

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

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

 a { background-color: rgb(231,170,175); }

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

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

 span { border-color: rgb(231,170,175); }

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