Html Css Color HEX #E2A8AE Pale Chestnut

📋 copy color: '#E2A8AE'

red 226 ◦ green 168 ◦ blue 174

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

Shades of Pale Chestnut #E2A8AE

Tints of Pale Chestnut #E2A8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.63%

R = 39.79%
G = 29.58%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2A8AE (or 0xE2A8AE) is known color: Pale Chestnut. HEX triplet: E2, A8 and AE. RGB value is (226,168,174). Sum of RGB (Red+Green+Blue) = 226+168+174=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A8AE is #1D5751. Grayscale: #BABABA. Windows color (decimal): -1922898 or 11446498. OLE color: 11446498.

HSL color Cylindrical-coordinate representation of color #E2A8AE: hue angle of 353.79º 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 #E2A8AE is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 168 174 -
CMYK 0 0.26 0.23 0.11
HSL 353.79º 0.5% 0.77% -
HSV(B) 353.79º 0.26% 0.89% -
XYZ 53.01 47.23 46.37 -
YUV 186.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 226 168 174 0 0.26 0.23 0.11 353.79 0.5 0.77
Hex E2 A8 AE 0 1A 17 B 162 32 4D
Octal 342 250 256 0 32 27 13 542 62 115
Binary 11100010 10101000 10101110 0 11010 10111 1011 101100010 110010 1001101

Color Harmonies of #E2A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A8AE

Black with #E2A8AE

Text Example


Text Example

White with #E2A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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