Html Css Color HEX #E5A1A2 Pale Chestnut

📋 copy color: '#E5A1A2'

red 229 ◦ green 161 ◦ blue 162

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

Shades of Pale Chestnut #E5A1A2

Tints of Pale Chestnut #E5A1A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.35%

R = 41.49%
G = 29.17%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E5A1A2 (or 0xE5A1A2) is known color: Pale Chestnut. HEX triplet: E5, A1 and A2. RGB value is (229,161,162). Sum of RGB (Red+Green+Blue) = 229+161+162=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A1A2 is #1A5E5D. Grayscale: #B5B5B5. Windows color (decimal): -1728094 or 10658277. OLE color: 10658277.

HSL color Cylindrical-coordinate representation of color #E5A1A2: hue angle of 359.12º 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 #E5A1A2 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 162 -
CMYK 0 0.30 0.29 0.10
HSL 359.12º 0.57% 0.76% -
HSV(B) 359.12º 0.3% 0.9% -
XYZ 51.58 44.76 40.1 -
YUV 181.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 229 161 162 0 0.30 0.29 0.10 359.12 0.57 0.76
Hex E5 A1 A2 0 1E 1D A 167 39 4C
Octal 345 241 242 0 36 35 12 547 71 114
Binary 11100101 10100001 10100010 0 11110 11101 1010 101100111 111001 1001100

Color Harmonies of #E5A1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1A2

Black with #E5A1A2

Text Example


Text Example

White with #E5A1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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