#E8AEAF

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

Shades of Pale Chestnut #E8AEAF

Tints of Pale Chestnut #E8AEAF

Color information

#E8AEAF (or 0xE8AEAF) is unknown color: approx Pale Chestnut. HEX triplet: E8, AE and AF. RGB value is (232,174,175). Sum of RGB (Red+Green+Blue) = 232+174+175=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AEAF is #175150. Grayscale: #BFBFBF. Windows color (decimal): -1528145 or 11513576. OLE color: 11513576.

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

Color convert

RGB232174175-
CMYK00.250.250.09
HSL358.97º55.77%79.61%-
HSV(B)358.97º25%90.98%-
XYZ56.1550.5247.35-
YUV191.46118.72156.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=39.93%
G=29.95%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217417500.250.250.09358.9755.7779.61
HexE8AEAF0191991673850
Octal350256257031311154770120
Binary1110100010101110101011110110011100110011011001111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AEAF; }

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

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

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

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

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

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

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

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