#E7AAAD

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

Shades of Pale Chestnut #E7AAAD

Tints of Pale Chestnut #E7AAAD

Color information

#E7AAAD (or 0xE7AAAD) is unknown color: approx Pale Chestnut. HEX triplet: E7, AA and AD. RGB value is (231,170,173). Sum of RGB (Red+Green+Blue) = 231+170+173=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AAAD is #185552. Grayscale: #BCBCBC. Windows color (decimal): -1594707 or 11381479. OLE color: 11381479.

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

Color convert

RGB231170173-
CMYK00.260.250.09
HSL357.05º55.96%78.63%-
HSV(B)357.05º26.41%90.59%-
XYZ54.8748.7646.05-
YUV188.58119.21158.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=40.24%
G=29.62%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117017300.260.250.09357.0555.9678.63
HexE7AAAD01A199165384f
Octal347252255032311154570117
Binary1110011110101010101011010110101100110011011001011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAAD; }

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

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

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

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

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

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

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

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