Html Css Color HEX #E2AAAD Pale Chestnut

📋 copy color: '#E2AAAD'

red 226 ◦ green 170 ◦ blue 173

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

Shades of Pale Chestnut #E2AAAD

Tints of Pale Chestnut #E2AAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.88%

 BLUE value IS 173 (67.97% from 255) = 30.4%

R = 39.72%
G = 29.88%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2AAAD (or 0xE2AAAD) is known color: Pale Chestnut. HEX triplet: E2, AA and AD. RGB value is (226,170,173). Sum of RGB (Red+Green+Blue) = 226+170+173=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAAD is #1D5552. Grayscale: #BBBBBB. Windows color (decimal): -1922387 or 11381474. OLE color: 11381474.

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

Color convert

RGB 226 170 173 -
CMYK 0 0.25 0.23 0.11
HSL 356.79º 0.49% 0.78% -
HSV(B) 356.79º 0.25% 0.89% -
XYZ 53.28 47.94 45.98 -
YUV 187.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 226 170 173 0 0.25 0.23 0.11 356.79 0.49 0.78
Hex E2 AA AD 0 19 17 B 165 31 4E
Octal 342 252 255 0 31 27 13 545 61 116
Binary 11100010 10101010 10101101 0 11001 10111 1011 101100101 110001 1001110

Color Harmonies of #E2AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAAD

Black with #E2AAAD

Text Example


Text Example

White with #E2AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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