COLOR #E8939D

HEX: #E8939D RGB: (232,147,157)

Color info

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

RGB color model

#E8939D color RGB value is (232,147,157).

RGB: (232,147,157) (91%, 58%, 62%)

RGB channels and saturation

R 232 of 255 = 91%
G 147 of 255 = 58%
B 157 of 255 = 62%

232
147
157

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

Portions of RGB colors in percentages

R + G + B = 232 + 147 + 157 = 536 (100%)
R 232 of 536 ~ 43.28%
G 147 of 536 ~ 27.43%
B 157 of 536 ~ 29.29'%

%43.28
%27.43
%29.29

CMYK color model

#E8939D color CMYK value is (0,37,32,9).

  • cyan value is 0.00%
  • magenta value is 36.64%
  • yellow value is 32.33%
  • key color value is 9.02%

CMYK: (0,37,32,9)
C0M37Y32K9 (0%, 37%, 32%, 9%)
(0.00 / 0.37 / 0.32 / 0.09)

CMYK percentages

%0
%36.64
%32.33
%9.02

Codes

Color #E8939D in popluar color models

E8 93 9D
RGB 232 147 157
HSL 353° 64.89% 74.31%
HSB/HSV 353° 36.64% 90.98%
CMYK 0.00% 36.64% 32.33%
9.02%

Color #E8939D in popluar number systems.

HEX E8 93 9D
Decimal 232 147 157
Binary 11101000 10010011 10011101
Octal 350 223 235

Shades and tints

Shades of #E8939D

#E8939D
(232,147,157)
#D3868F
(211,134,143)
#BE7981
(190,121,129)
#A96C73
(169,108,115)
#945F65
(148,95,101)
#7F5257
(127,82,87)
#6A4549
(106,69,73)
#55383B
(85,56,59)
#402B2D
(64,43,45)
#2B1E1F
(43,30,31)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #E8939D

#E8939D
(232,147,157)
#EA9CA5
(234,156,165)
#ECA5AD
(236,165,173)
#EEAEB5
(238,174,181)
#F0B7BD
(240,183,189)
#F2C0C5
(242,192,197)
#F4C9CD
(244,201,205)
#F6D2D5
(246,210,213)
#F8DBDD
(248,219,221)
#FAE4E5
(250,228,229)
#FCEDED
(252,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8939D color. Also use rgb(232,147,157) instead hex code.

Text Font Color

.myTextColor { color: #E8939D; }

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

This text font color is #E8939D.

Background Color

.myBgColor { background-color: #E8939D; }

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

This div background color is #E8939D.

Border color

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

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

This div border color is #E8939D.

Opacity

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

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

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

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

This text has shadow with #E8939D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8939D.

Preview

Color preview on black background

This text has color #E8939D on black background.


Color preview on white background

This text has color #E8939D on white background.


Black color preview on #E8939D background

This text has black color on #E8939D background.


White color preview on #E8939D background

This text has white color on #E8939D background.


Related colors

Complementary color

Complementary color for #hex is #176C62.


I love getcolorcode.com

Triadic colors

1 #9DE893 and #939DE8 with #E8939D are triadic colors.

2 #9D93E8 and #93E89D with #E8939D are triadic colors.