Html Css Color HEX #E2A8AA Pale Chestnut

📋 copy color: '#E2A8AA'

red 226 ◦ green 168 ◦ blue 170

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

Shades of Pale Chestnut #E2A8AA

Tints of Pale Chestnut #E2A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.79%

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

R = 40.07%
G = 29.79%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E2A8AA (or 0xE2A8AA) is known color: Pale Chestnut. HEX triplet: E2, A8 and AA. RGB value is (226,168,170). Sum of RGB (Red+Green+Blue) = 226+168+170=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A8AA is #1D5755. Grayscale: #B9B9B9. Windows color (decimal): -1922902 or 11184354. OLE color: 11184354.

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

Color convert

RGB 226 168 170 -
CMYK 0 0.26 0.25 0.11
HSL 357.93º 0.5% 0.77% -
HSV(B) 357.93º 0.26% 0.89% -
XYZ 52.62 47.08 44.34 -
YUV 185.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 226 168 170 0 0.26 0.25 0.11 357.93 0.5 0.77
Hex E2 A8 AA 0 1A 19 B 166 32 4D
Octal 342 250 252 0 32 31 13 546 62 115
Binary 11100010 10101000 10101010 0 11010 11001 1011 101100110 110010 1001101

Color Harmonies of #E2A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A8AA

Black with #E2A8AA

Text Example


Text Example

White with #E2A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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