Html Css Color HEX #E5A2AE Pale Chestnut

📋 copy color: '#E5A2AE'

red 229 ◦ green 162 ◦ blue 174

#E5A2AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #E5A2AE

Tints of Pale Chestnut #E5A2AE

RGB

 RED value IS 229 (89.84% from 255) = 40.53%

 GREEN value IS 162 (63.67% from 255) = 28.67%

 BLUE value IS 174 (68.36% from 255) = 30.8%

R = 40.53%
G = 28.67%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5A2AE (or 0xE5A2AE) is known color: Pale Chestnut. HEX triplet: E5, A2 and AE. RGB value is (229,162,174). Sum of RGB (Red+Green+Blue) = 229+162+174=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A2AE is #1A5D51. Grayscale: #B7B7B7. Windows color (decimal): -1727826 or 11444965. OLE color: 11444965.

HSL color Cylindrical-coordinate representation of color #E5A2AE: hue angle of 349.25º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A2AE is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 162 174 -
CMYK 0 0.29 0.24 0.10
HSL 349.25º 0.56% 0.77% -
HSV(B) 349.25º 0.29% 0.9% -
XYZ 52.87 45.55 46.05 -
YUV 183.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 229 162 174 0 0.29 0.24 0.10 349.25 0.56 0.77
Hex E5 A2 AE 0 1D 18 A 15D 38 4D
Octal 345 242 256 0 35 30 12 535 70 115
Binary 11100101 10100010 10101110 0 11101 11000 1010 101011101 111000 1001101

Color Harmonies of #E5A2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A2AE

Black with #E5A2AE

Text Example


Text Example

White with #E5A2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A2AE; }

 p { color: rgb(229,162,174); }

 H1.HeaderClassName
 {
   color: #E5A2AE;
 }
 .AnyTagClassName
 {
   color: #E5A2AE;
 }
</style>

background-color css

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

 a { background-color: rgb(229,162,174); }

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

border-color css

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

 span { border-color: rgb(229,162,174); }

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