COLOR #E2A19B

HEX: #E2A19B
RGB: (226,161,155)

Color info

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

RGB color model

#E2A19B color RGB value is (226,161,155).

  • red value is 226;
  • green value is 161;
  • blue value is 155.
RGB:
(226,161,155)
(89%,63%,61%)

RGB channels and saturation

R 226 of 255 = 89%
G 161 of 255 = 63%
B 155 of 255 = 61%

226
161
155

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

Portions of RGB colors in percentages

R + G + B =
226 + 161 + 155 = 542 (100%)
R 226 of 542 ~ 41.7%
G 161 of 542 ~ 29.7%
B 155 of 542 ~ 28.6%

%41.7
%29.7
%28.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 31.42%
  • 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
%31.42
%11.37

Codes

Color #E2A19B in popluar color models

E2A19B
RGB226161155
HSL55.04%74.71%
HSB/HSV31.42%88.63%
CMYK0.00%28.76%31.42%
11.37%

Color #E2A19B in popluar number systems.

HEXE2A19B
Decimal226161155
Binary111000101010000110011011
Octal342241233

Shades and tints

Shades of #E2A19B

#E2A19B
(226,161,155)
#CE938D
(206,147,141)
#BA857F
(186,133,127)
#A67771
(166,119,113)
#926963
(146,105,99)
#7E5B55
(126,91,85)
#6A4D47
(106,77,71)
#563F39
(86,63,57)
#42312B
(66,49,43)
#2E231D
(46,35,29)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #E2A19B

#E2A19B
(226,161,155)
#E4A9A4
(228,169,164)
#E6B1AD
(230,177,173)
#E8B9B6
(232,185,182)
#EAC1BF
(234,193,191)
#ECC9C8
(236,201,200)
#EED1D1
(238,209,209)
#F0D9DA
(240,217,218)
#F2E1E3
(242,225,227)
#F4E9EC
(244,233,236)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A19B; }

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

This text font color is #E2A19B.


Background Color

.myBgColor { background-color: #E2A19B; }

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

This div background color is #E2A19B.


Border color

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

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

This div border color is #E2A19B.


Opacity

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

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

Text with #E2A19B 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 #E2A19B;}

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

This text has shadow with #E2A19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A19B on black background.


Color preview on white background

This text has color #E2A19B on white background.



Black color preview on #E2A19B background

This text has black color on #E2A19B background.


White color preview on #E2A19B background

This text has white color on #E2A19B background.