Html Css Color HEX #E2A5AA Pale Chestnut

📋 copy color: '#E2A5AA'

red 226 ◦ green 165 ◦ blue 170

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

Shades of Pale Chestnut #E2A5AA

Tints of Pale Chestnut #E2A5AA

RGB

 RED value IS 226 (88.67% from 255) = 40.29%

 GREEN value IS 165 (64.84% from 255) = 29.41%

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

R = 40.29%
G = 29.41%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E2A5AA (or 0xE2A5AA) is known color: Pale Chestnut. HEX triplet: E2, A5 and AA. RGB value is (226,165,170). Sum of RGB (Red+Green+Blue) = 226+165+170=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A5AA is #1D5A55. Grayscale: #B7B7B7. Windows color (decimal): -1923670 or 11183586. OLE color: 11183586.

HSL color Cylindrical-coordinate representation of color #E2A5AA: hue angle of 355.08º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A5AA is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 165 170 -
CMYK 0 0.27 0.25 0.11
HSL 355.08º 0.51% 0.77% -
HSV(B) 355.08º 0.27% 0.89% -
XYZ 52.07 45.98 44.16 -
YUV 183.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 226 165 170 0 0.27 0.25 0.11 355.08 0.51 0.77
Hex E2 A5 AA 0 1B 19 B 163 33 4D
Octal 342 245 252 0 33 31 13 543 63 115
Binary 11100010 10100101 10101010 0 11011 11001 1011 101100011 110011 1001101

Color Harmonies of #E2A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A5AA

Black with #E2A5AA

Text Example


Text Example

White with #E2A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A5AA; }

 p { color: rgb(226,165,170); }

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

background-color css

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

 a { background-color: rgb(226,165,170); }

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

border-color css

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

 span { border-color: rgb(226,165,170); }

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