COLOR #E0A193

HEX: #E0A193 RGB: (224,161,147)

Color info

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

RGB color model

#E0A193 color RGB value is (224,161,147).

RGB: (224,161,147) (88%, 63%, 58%)

RGB channels and saturation

R 224 of 255 = 88%
G 161 of 255 = 63%
B 147 of 255 = 58%

224
161
147

R + G + B ~ 70%. #E0A193 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 161 + 147 = 532 (100%)
R 224 of 532 ~ 42.11%
G 161 of 532 ~ 30.26%
B 147 of 532 ~ 27.63'%

%42.11
%30.26
%27.63

CMYK color model

#E0A193 color CMYK value is (0,28,34,12).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 34.38%
  • key color value is 12.16%

CMYK: (0,28,34,12)
C0M28Y34K12 (0%, 28%, 34%, 12%)
(0.00 / 0.28 / 0.34 / 0.12)

CMYK percentages

%0
%28.13
%34.38
%12.16

Codes

Color #E0A193 in popluar color models

E0 A1 93
RGB 224 161 147
HSL 11° 55.40% 72.75%
HSB/HSV 11° 34.38% 87.84%
CMYK 0.00% 28.13% 34.38%
12.16%

Color #E0A193 in popluar number systems.

HEX E0 A1 93
Decimal 224 161 147
Binary 11100000 10100001 10010011
Octal 340 241 223

Shades and tints

Shades of #E0A193

#E0A193
(224,161,147)
#CC9386
(204,147,134)
#B88579
(184,133,121)
#A4776C
(164,119,108)
#90695F
(144,105,95)
#7C5B52
(124,91,82)
#684D45
(104,77,69)
#543F38
(84,63,56)
#40312B
(64,49,43)
#2C231E
(44,35,30)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #E0A193

#E0A193
(224,161,147)
#E2A99C
(226,169,156)
#E4B1A5
(228,177,165)
#E6B9AE
(230,185,174)
#E8C1B7
(232,193,183)
#EAC9C0
(234,201,192)
#ECD1C9
(236,209,201)
#EED9D2
(238,217,210)
#F0E1DB
(240,225,219)
#F2E9E4
(242,233,228)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A193 color. Also use rgb(224,161,147) instead hex code.

Text Font Color

.myTextColor { color: #E0A193; }

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

This text font color is #E0A193.

Background Color

.myBgColor { background-color: #E0A193; }

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

This div background color is #E0A193.

Border color

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

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

This div border color is #E0A193.

Opacity

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

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

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

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

This text has shadow with #E0A193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A193.

Preview

Color preview on black background

This text has color #E0A193 on black background.


Color preview on white background

This text has color #E0A193 on white background.


Black color preview on #E0A193 background

This text has black color on #E0A193 background.


White color preview on #E0A193 background

This text has white color on #E0A193 background.


Related colors

Complementary color

Complementary color for #hex is #1F5E6C.


I love getcolorcode.com

Triadic colors

1 #93E0A1 and #A193E0 with #E0A193 are triadic colors.

2 #93A1E0 and #A1E093 with #E0A193 are triadic colors.