COLOR #E3989D

HEX: #E3989D RGB: (227,152,157)

Color info

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

RGB color model

#E3989D color RGB value is (227,152,157).

RGB: (227,152,157) (89%, 60%, 62%)

RGB channels and saturation

R 227 of 255 = 89%
G 152 of 255 = 60%
B 157 of 255 = 62%

227
152
157

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

Portions of RGB colors in percentages

R + G + B = 227 + 152 + 157 = 536 (100%)
R 227 of 536 ~ 42.35%
G 152 of 536 ~ 28.36%
B 157 of 536 ~ 29.29'%

%42.35
%28.36
%29.29

CMYK color model

#E3989D color CMYK value is (0,33,31,11).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 30.84%
  • key color value is 10.98%
CMYK: (0,33,31,11) C0M33Y31K11 (0%,33%,31%,11%) (0.00/0.33/0.31/0.11) 

CMYK percentages

%0
%33.04
%30.84
%10.98

Codes

Color #E3989D in popluar color models

E3 98 9D
RGB 227 152 157
HSL 356° 57.25% 74.31%
HSB/HSV 356° 33.04% 89.02%
CMYK 0.00% 33.04% 30.84%
10.98%

Color #E3989D in popluar number systems.

HEX E3 98 9D
Decimal 227 152 157
Binary 11100011 10011000 10011101
Octal 343 230 235

Shades and tints

Shades of #E3989D

#E3989D
(227,152,157)
#CF8B8F
(207,139,143)
#BB7E81
(187,126,129)
#A77173
(167,113,115)
#936465
(147,100,101)
#7F5757
(127,87,87)
#6B4A49
(107,74,73)
#573D3B
(87,61,59)
#43302D
(67,48,45)
#2F231F
(47,35,31)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #E3989D

#E3989D
(227,152,157)
#E5A1A5
(229,161,165)
#E7AAAD
(231,170,173)
#E9B3B5
(233,179,181)
#EBBCBD
(235,188,189)
#EDC5C5
(237,197,197)
#EFCECD
(239,206,205)
#F1D7D5
(241,215,213)
#F3E0DD
(243,224,221)
#F5E9E5
(245,233,229)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3989D color. Also use rgb(227,152,157) instead hex code.

Text Font Color

.myTextColor { color: #E3989D; }

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

This text font color is #E3989D.

Background Color

.myBgColor { background-color: #E3989D; }

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

This div background color is #E3989D.

Border color

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

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

This div border color is #E3989D.

Opacity

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

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

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

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

This text has shadow with #E3989D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3989D.

Preview

Color preview on black background

This text has color #E3989D on black background.


Color preview on white background

This text has color #E3989D on white background.


Black color preview on #E3989D background

This text has black color on #E3989D background.


White color preview on #E3989D background

This text has white color on #E3989D background.


Related colors

Complementary color

Complementary color for #hex is #1C6762.


I love getcolorcode.com

Triadic colors

1 #9DE398 and #989DE3 with #E3989D are triadic colors.

2 #9D98E3 and #98E39D with #E3989D are triadic colors.