COLOR #E7A190

HEX: #E7A190 RGB: (231,161,144)

Color info

#E7A190 contains mainly red color. Web safe color of #E7A190 is #FF9999 (or #F99).

RGB color model

#E7A190 color RGB value is (231,161,144).

RGB: (231,161,144) (91%, 63%, 56%)

RGB channels and saturation

R 231 of 255 = 91%
G 161 of 255 = 63%
B 144 of 255 = 56%

231
161
144

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

Portions of RGB colors in percentages

R + G + B = 231 + 161 + 144 = 536 (100%)
R 231 of 536 ~ 43.1%
G 161 of 536 ~ 30.04%
B 144 of 536 ~ 26.87'%

%43.1
%30.04
%26.87

CMYK color model

#E7A190 color CMYK value is (0,30,38,9).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 37.66%
  • key color value is 9.41%
CMYK: (0,30,38,9) C0M30Y38K9 (0%,30%,38%,9%) (0.00/0.30/0.38/0.09) 

CMYK percentages

%0
%30.3
%37.66
%9.41

Codes

Color #E7A190 in popluar color models

E7 A1 90
RGB 231 161 144
HSL 12° 64.44% 73.53%
HSB/HSV 12° 37.66% 90.59%
CMYK 0.00% 30.30% 37.66%
9.41%

Color #E7A190 in popluar number systems.

HEX E7 A1 90
Decimal 231 161 144
Binary 11100111 10100001 10010000
Octal 347 241 220

Shades and tints

Shades of #E7A190

#E7A190
(231,161,144)
#D29383
(210,147,131)
#BD8576
(189,133,118)
#A87769
(168,119,105)
#93695C
(147,105,92)
#7E5B4F
(126,91,79)
#694D42
(105,77,66)
#543F35
(84,63,53)
#3F3128
(63,49,40)
#2A231B
(42,35,27)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #E7A190

#E7A190
(231,161,144)
#E9A99A
(233,169,154)
#EBB1A4
(235,177,164)
#EDB9AE
(237,185,174)
#EFC1B8
(239,193,184)
#F1C9C2
(241,201,194)
#F3D1CC
(243,209,204)
#F5D9D6
(245,217,214)
#F7E1E0
(247,225,224)
#F9E9EA
(249,233,234)
#FBF1F4
(251,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A190 color. Also use rgb(231,161,144) instead hex code.

Text Font Color

.myTextColor { color: #E7A190; }

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

This text font color is #E7A190.

Background Color

.myBgColor { background-color: #E7A190; }

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

This div background color is #E7A190.

Border color

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

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

This div border color is #E7A190.

Opacity

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

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

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

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

This text has shadow with #E7A190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A190.

Preview

Color preview on black background

This text has color #E7A190 on black background.


Color preview on white background

This text has color #E7A190 on white background.


Black color preview on #E7A190 background

This text has black color on #E7A190 background.


White color preview on #E7A190 background

This text has white color on #E7A190 background.


Related colors

Complementary color

Complementary color for #hex is #185E6F.


I love getcolorcode.com

Triadic colors

1 #90E7A1 and #A190E7 with #E7A190 are triadic colors.

2 #90A1E7 and #A1E790 with #E7A190 are triadic colors.