Html Css Color HEX #E8A1AA Pale Chestnut

📋 copy color: '#E8A1AA'

red 232 ◦ green 161 ◦ blue 170

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

Shades of Pale Chestnut #E8A1AA

Tints of Pale Chestnut #E8A1AA

RGB

 RED value IS 232 (91.02% from 255) = 41.21%

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

 BLUE value IS 170 (66.8% from 255) = 30.2%

R = 41.21%
G = 28.6%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E8A1AA (or 0xE8A1AA) is known color: Pale Chestnut. HEX triplet: E8, A1 and AA. RGB value is (232,161,170). Sum of RGB (Red+Green+Blue) = 232+161+170=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A1AA is #175E55. Grayscale: #B7B7B7. Windows color (decimal): -1531478 or 11182568. OLE color: 11182568.

HSL color Cylindrical-coordinate representation of color #E8A1AA: hue angle of 352.39º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8A1AA is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 161 170 -
CMYK 0 0.31 0.27 0.09
HSL 352.39º 0.61% 0.77% -
HSV(B) 352.39º 0.31% 0.91% -
XYZ 53.28 45.55 44.01 -
YUV 183.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 232 161 170 0 0.31 0.27 0.09 352.39 0.61 0.77
Hex E8 A1 AA 0 1F 1B 9 160 3D 4D
Octal 350 241 252 0 37 33 11 540 75 115
Binary 11101000 10100001 10101010 0 11111 11011 1001 101100000 111101 1001101

Color Harmonies of #E8A1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A1AA

Black with #E8A1AA

Text Example


Text Example

White with #E8A1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A1AA; }

 p { color: rgb(232,161,170); }

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

background-color css

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

 a { background-color: rgb(232,161,170); }

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

border-color css

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

 span { border-color: rgb(232,161,170); }

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