Html Css Color HEX #E5AAAE Pale Chestnut

📋 copy color: '#E5AAAE'

red 229 ◦ green 170 ◦ blue 174

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

Shades of Pale Chestnut #E5AAAE

Tints of Pale Chestnut #E5AAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.67%

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

R = 39.97%
G = 29.67%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5AAAE (or 0xE5AAAE) is known color: Pale Chestnut. HEX triplet: E5, AA and AE. RGB value is (229,170,174). Sum of RGB (Red+Green+Blue) = 229+170+174=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AAAE is #1A5551. Grayscale: #BCBCBC. Windows color (decimal): -1725778 or 11447013. OLE color: 11447013.

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

Color convert

RGB 229 170 174 -
CMYK 0 0.26 0.24 0.10
HSL 355.93º 0.53% 0.78% -
HSV(B) 355.93º 0.26% 0.9% -
XYZ 54.33 48.46 46.54 -
YUV 188.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 229 170 174 0 0.26 0.24 0.10 355.93 0.53 0.78
Hex E5 AA AE 0 1A 18 A 164 35 4E
Octal 345 252 256 0 32 30 12 544 65 116
Binary 11100101 10101010 10101110 0 11010 11000 1010 101100100 110101 1001110

Color Harmonies of #E5AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AAAE

Black with #E5AAAE

Text Example


Text Example

White with #E5AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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