COLOR #E2A19D

HEX: #E2A19D RGB: (226,161,157)

Color info

#E2A19D contains mainly red color. Web safe color of #E2A19D is #CC9999 (or #C99).

RGB color model

#E2A19D color RGB value is (226,161,157).

RGB: (226,161,157) (89%, 63%, 62%)

RGB channels and saturation

R 226 of 255 = 89%
G 161 of 255 = 63%
B 157 of 255 = 62%

226
161
157

R + G + B ~ 71%. #E2A19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 161 + 157 = 544 (100%)
R 226 of 544 ~ 41.54%
G 161 of 544 ~ 29.6%
B 157 of 544 ~ 28.86'%

%41.54
%29.6
%28.86

CMYK color model

#E2A19D color CMYK value is (0,29,31,11).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 30.53%
  • key color value is 11.37%

CMYK: (0,29,31,11)
C0M29Y31K11 (0%, 29%, 31%, 11%)
(0.00 / 0.29 / 0.31 / 0.11)

CMYK percentages

%0
%28.76
%30.53
%11.37

Codes

Color #E2A19D in popluar color models

E2 A1 9D
RGB 226 161 157
HSL 54.33% 75.10%
HSB/HSV 30.53% 88.63%
CMYK 0.00% 28.76% 30.53%
11.37%

Color #E2A19D in popluar number systems.

HEX E2 A1 9D
Decimal 226 161 157
Binary 11100010 10100001 10011101
Octal 342 241 235

Shades and tints

Shades of #E2A19D

#E2A19D
(226,161,157)
#CE938F
(206,147,143)
#BA8581
(186,133,129)
#A67773
(166,119,115)
#926965
(146,105,101)
#7E5B57
(126,91,87)
#6A4D49
(106,77,73)
#563F3B
(86,63,59)
#42312D
(66,49,45)
#2E231F
(46,35,31)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #E2A19D

#E2A19D
(226,161,157)
#E4A9A5
(228,169,165)
#E6B1AD
(230,177,173)
#E8B9B5
(232,185,181)
#EAC1BD
(234,193,189)
#ECC9C5
(236,201,197)
#EED1CD
(238,209,205)
#F0D9D5
(240,217,213)
#F2E1DD
(242,225,221)
#F4E9E5
(244,233,229)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A19D color. Also use rgb(226,161,157) instead hex code.

Text Font Color

.myTextColor { color: #E2A19D; }

<p style="color:#E2A19D">This sample text font color is #E2A19D.</p>

This text font color is #E2A19D.

Background Color

.myBgColor { background-color: #E2A19D; }

<div style="background-color:#E2A19D">Inner text</div>

This div background color is #E2A19D.

Border color

.myBorderColor { border: 1px solid #E2A19D; }

<div style="border:3px solid #E2A19D">Div</div>

This div border color is #E2A19D.

Opacity

.myOpacity80 { color: #E2A19D; opacity: 0.8; }

<p style="color:#E2A19D;opacity:0.8;">80%</p>

Text with #E2A19D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E2A19D;}

<p style="text-shadow: 3px 3px 1px #E2A19D">Text here.</p>

This text has shadow with #E2A19D color.


.textShadow {text-shadow: 3px 3px 1px #E2A19D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E2A19D, 5px 5px 20px red">Text here.</p>

This text has shadow with #E2A19D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2A19D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E2A19D, Direction=45, Strength=4)">Text</p>

This text has shadow with #E2A19D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2A19D;
-webkit-box-shadow: 1px 1px 3px 2px #E2A19D;
box-shadow: 1px 1px 3px 2px #E2A19D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2A19D; -webkit-box-shadow: 1px 1px 3px 2px #E2A19D; box-shadow:1px 1px 3px 2px #E2A19D;">
Div content here
</div>

This div box has shadow with color #E2A19D.

Preview

Color preview on black background

This text has color #E2A19D on black background.


Color preview on white background

This text has color #E2A19D on white background.


Black color preview on #E2A19D background

This text has black color on #E2A19D background.


White color preview on #E2A19D background

This text has white color on #E2A19D background.


Related colors

Complementary color

Complementary color for #hex is #1D5E62.


I love getcolorcode.com

Triadic colors

1 #9DE2A1 and #A19DE2 with #E2A19D are triadic colors.

2 #9DA1E2 and #A1E29D with #E2A19D are triadic colors.