COLOR #E77E89

HEX: #E77E89
RGB: (231,126,137)

Color info

#E77E89 contains mainly red color. Web safe color of #E77E89 is #FF6699 (or #F69).

RGB color model

#E77E89 color RGB value is (231,126,137).

  • red value is 231;
  • green value is 126;
  • blue value is 137.
RGB:
(231,126,137)
(91%,49%,54%)

RGB channels and saturation

R 231 of 255 = 91%
G 126 of 255 = 49%
B 137 of 255 = 54%

231
126
137

R + G + B ~ 65%. #E77E89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 126 + 137 = 494 (100%)
R 231 of 494 ~ 46.76%
G 126 of 494 ~ 25.51%
B 137 of 494 ~ 27.73%

%46.76
%25.51
%27.73

CMYK color model

#E77E89 color CMYK value is (0,45,41,9).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 40.69%
  • key color value is 9.41%
CMYK:
(0,45,41,9)
C0M45Y41K9 
(0%,45%,41%,9%)
(0.00/0.45/0.41/0.09)	

CMYK percentages

%0
%45.45
%40.69
%9.41

Codes

Color #E77E89 in popluar color models

E77E89
RGB231126137
HSL354°68.63%70.00%
HSB/HSV354°45.45%90.59%
CMYK0.00%45.45%40.69%
9.41%

Color #E77E89 in popluar number systems.

HEXE77E89
Decimal231126137
Binary11100111111111010001001
Octal347176211

Shades and tints

Shades of #E77E89

#E77E89
(231,126,137)
#D2737D
(210,115,125)
#BD6871
(189,104,113)
#A85D65
(168,93,101)
#935259
(147,82,89)
#7E474D
(126,71,77)
#693C41
(105,60,65)
#543135
(84,49,53)
#3F2629
(63,38,41)
#2A1B1D
(42,27,29)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #E77E89

#E77E89
(231,126,137)
#E98993
(233,137,147)
#EB949D
(235,148,157)
#ED9FA7
(237,159,167)
#EFAAB1
(239,170,177)
#F1B5BB
(241,181,187)
#F3C0C5
(243,192,197)
#F5CBCF
(245,203,207)
#F7D6D9
(247,214,217)
#F9E1E3
(249,225,227)
#FBECED
(251,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77E89 color. Also use rgb(231,126,137) instead hex code.

Text Font Color

.myTextColor { color: #E77E89; }

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

This text font color is #E77E89.


Background Color

.myBgColor { background-color: #E77E89; }

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

This div background color is #E77E89.


Border color

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

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

This div border color is #E77E89.


Opacity

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

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

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

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

This text has shadow with #E77E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77E89 on black background.


Color preview on white background

This text has color #E77E89 on white background.



Black color preview on #E77E89 background

This text has black color on #E77E89 background.


White color preview on #E77E89 background

This text has white color on #E77E89 background.