Html Css Color HEX #E2AAAF Pale Chestnut

📋 copy color: '#E2AAAF'

red 226 ◦ green 170 ◦ blue 175

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

Shades of Pale Chestnut #E2AAAF

Tints of Pale Chestnut #E2AAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 39.58%
G = 29.77%
B = 30.65%

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

#E2AAAF (or 0xE2AAAF) is known color: Pale Chestnut. HEX triplet: E2, AA and AF. RGB value is (226,170,175). Sum of RGB (Red+Green+Blue) = 226+170+175=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAAF is #1D5550. Grayscale: #BBBBBB. Windows color (decimal): -1922385 or 11512546. OLE color: 11512546.

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

Color convert

RGB 226 170 175 -
CMYK 0 0.25 0.23 0.11
HSL 354.64º 0.49% 0.78% -
HSV(B) 354.64º 0.25% 0.89% -
XYZ 53.48 48.01 47.01 -
YUV 187.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 226 170 175 0 0.25 0.23 0.11 354.64 0.49 0.78
Hex E2 AA AF 0 19 17 B 163 31 4E
Octal 342 252 257 0 31 27 13 543 61 116
Binary 11100010 10101010 10101111 0 11001 10111 1011 101100011 110001 1001110

Color Harmonies of #E2AAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAAF

Black with #E2AAAF

Text Example


Text Example

White with #E2AAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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