Html Css Color HEX #E5A1A8 Pale Chestnut

📋 copy color: '#E5A1A8'

red 229 ◦ green 161 ◦ blue 168

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

Shades of Pale Chestnut #E5A1A8

Tints of Pale Chestnut #E5A1A8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.85%

 BLUE value IS 168 (66.02% from 255) = 30.11%

R = 41.04%
G = 28.85%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E5A1A8 (or 0xE5A1A8) is known color: Pale Chestnut. HEX triplet: E5, A1 and A8. RGB value is (229,161,168). Sum of RGB (Red+Green+Blue) = 229+161+168=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A1A8 is #1A5E57. Grayscale: #B6B6B6. Windows color (decimal): -1728088 or 11051493. OLE color: 11051493.

HSL color Cylindrical-coordinate representation of color #E5A1A8: hue angle of 353.82º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1A8 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 168 -
CMYK 0 0.30 0.27 0.10
HSL 353.82º 0.57% 0.76% -
HSV(B) 353.82º 0.3% 0.9% -
XYZ 52.13 44.97 42.98 -
YUV 182.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 229 161 168 0 0.30 0.27 0.10 353.82 0.57 0.76
Hex E5 A1 A8 0 1E 1B A 162 39 4C
Octal 345 241 250 0 36 33 12 542 71 114
Binary 11100101 10100001 10101000 0 11110 11011 1010 101100010 111001 1001100

Color Harmonies of #E5A1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1A8

Black with #E5A1A8

Text Example


Text Example

White with #E5A1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1A8; }

 p { color: rgb(229,161,168); }

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

background-color css

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

 a { background-color: rgb(229,161,168); }

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

border-color css

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

 span { border-color: rgb(229,161,168); }

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