Html Css Color HEX #E2AAB0 Pale Chestnut

📋 copy color: '#E2AAB0'

red 226 ◦ green 170 ◦ blue 176

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

Shades of Pale Chestnut #E2AAB0

Tints of Pale Chestnut #E2AAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.77%

R = 39.51%
G = 29.72%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E2AAB0 (or 0xE2AAB0) is known color: Pale Chestnut. HEX triplet: E2, AA and B0. RGB value is (226,170,176). Sum of RGB (Red+Green+Blue) = 226+170+176=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAB0 is #1D554F. Grayscale: #BBBBBB. Windows color (decimal): -1922384 or 11578082. OLE color: 11578082.

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

Color convert

RGB 226 170 176 -
CMYK 0 0.25 0.22 0.11
HSL 353.57º 0.49% 0.78% -
HSV(B) 353.57º 0.25% 0.89% -
XYZ 53.58 48.05 47.53 -
YUV 187.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 226 170 176 0 0.25 0.22 0.11 353.57 0.49 0.78
Hex E2 AA B0 0 19 16 B 162 31 4E
Octal 342 252 260 0 31 26 13 542 61 116
Binary 11100010 10101010 10110000 0 11001 10110 1011 101100010 110001 1001110

Color Harmonies of #E2AAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAB0

Black with #E2AAB0

Text Example


Text Example

White with #E2AAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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