COLOR #E4989E

HEX: #E4989E
RGB: (228,152,158)

Color info

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

RGB color model

#E4989E color RGB value is (228,152,158).

  • red value is 228;
  • green value is 152;
  • blue value is 158.
RGB:
(228,152,158)
(89%,60%,62%)

RGB channels and saturation

R 228 of 255 = 89%
G 152 of 255 = 60%
B 158 of 255 = 62%

228
152
158

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

Portions of RGB colors in percentages

R + G + B =
228 + 152 + 158 = 538 (100%)
R 228 of 538 ~ 42.38%
G 152 of 538 ~ 28.25%
B 158 of 538 ~ 29.37%

%42.38
%28.25
%29.37

CMYK color model

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

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

CMYK percentages

%0
%33.33
%30.7
%10.59

Codes

Color #E4989E in popluar color models

E4989E
RGB228152158
HSL355°58.46%74.51%
HSB/HSV355°33.33%89.41%
CMYK0.00%33.33%30.70%
10.59%

Color #E4989E in popluar number systems.

HEXE4989E
Decimal228152158
Binary111001001001100010011110
Octal344230236

Shades and tints

Shades of #E4989E

#E4989E
(228,152,158)
#D08B90
(208,139,144)
#BC7E82
(188,126,130)
#A87174
(168,113,116)
#946466
(148,100,102)
#805758
(128,87,88)
#6C4A4A
(108,74,74)
#583D3C
(88,61,60)
#44302E
(68,48,46)
#302320
(48,35,32)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #E4989E

#E4989E
(228,152,158)
#E6A1A6
(230,161,166)
#E8AAAE
(232,170,174)
#EAB3B6
(234,179,182)
#ECBCBE
(236,188,190)
#EEC5C6
(238,197,198)
#F0CECE
(240,206,206)
#F2D7D6
(242,215,214)
#F4E0DE
(244,224,222)
#F6E9E6
(246,233,230)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4989E color. Also use rgb(228,152,158) instead hex code.

Text Font Color

.myTextColor { color: #E4989E; }

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

This text font color is #E4989E.


Background Color

.myBgColor { background-color: #E4989E; }

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

This div background color is #E4989E.


Border color

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

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

This div border color is #E4989E.


Opacity

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

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

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

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

This text has shadow with #E4989E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4989E on black background.


Color preview on white background

This text has color #E4989E on white background.



Black color preview on #E4989E background

This text has black color on #E4989E background.


White color preview on #E4989E background

This text has white color on #E4989E background.