#E7AEAF

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

Shades of Pale Chestnut #E7AEAF

Tints of Pale Chestnut #E7AEAF

Color information

#E7AEAF (or 0xE7AEAF) is unknown color: approx Pale Chestnut. HEX triplet: E7, AE and AF. RGB value is (231,174,175). Sum of RGB (Red+Green+Blue) = 231+174+175=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AEAF is #185150. Grayscale: #BFBFBF. Windows color (decimal): -1593681 or 11513575. OLE color: 11513575.

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

Color convert

RGB231174175-
CMYK00.250.240.09
HSL358.95º54.29%79.41%-
HSV(B)358.95º24.68%90.59%-
XYZ55.8350.3647.33-
YUV191.16118.88156.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=39.83%
G=30%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117417500.250.240.09358.9554.2979.41
HexE7AEAF019189167364f
Octal347256257031301154766117
Binary1110011110101110101011110110011100010011011001111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEAF; }

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

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

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

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

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

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

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

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