COLOR #E76C89

HEX: #E76C89
RGB: (231,108,137)

Color info

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

RGB color model

#E76C89 color RGB value is (231,108,137).

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

RGB channels and saturation

R 231 of 255 = 91%
G 108 of 255 = 42%
B 137 of 255 = 54%

231
108
137

R + G + B ~ 62%. #E76C89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 108 + 137 = 476 (100%)
R 231 of 476 ~ 48.53%
G 108 of 476 ~ 22.69%
B 137 of 476 ~ 28.78%

%48.53
%22.69
%28.78

CMYK color model

#E76C89 color CMYK value is (0,53,41,9).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 40.69%
  • key color value is 9.41%
CMYK:
(0,53,41,9)
C0M53Y41K9 
(0%,53%,41%,9%)
(0.00/0.53/0.41/0.09)	

CMYK percentages

%0
%53.25
%40.69
%9.41

Codes

Color #E76C89 in popluar color models

E76C89
RGB231108137
HSL346°71.93%66.47%
HSB/HSV346°53.25%90.59%
CMYK0.00%53.25%40.69%
9.41%

Color #E76C89 in popluar number systems.

HEXE76C89
Decimal231108137
Binary11100111110110010001001
Octal347154211

Shades and tints

Shades of #E76C89

#E76C89
(231,108,137)
#D2637D
(210,99,125)
#BD5A71
(189,90,113)
#A85165
(168,81,101)
#934859
(147,72,89)
#7E3F4D
(126,63,77)
#693641
(105,54,65)
#542D35
(84,45,53)
#3F2429
(63,36,41)
#2A1B1D
(42,27,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #E76C89

#E76C89
(231,108,137)
#E97993
(233,121,147)
#EB869D
(235,134,157)
#ED93A7
(237,147,167)
#EFA0B1
(239,160,177)
#F1ADBB
(241,173,187)
#F3BAC5
(243,186,197)
#F5C7CF
(245,199,207)
#F7D4D9
(247,212,217)
#F9E1E3
(249,225,227)
#FBEEED
(251,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E76C89; }

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

This text font color is #E76C89.


Background Color

.myBgColor { background-color: #E76C89; }

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

This div background color is #E76C89.


Border color

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

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

This div border color is #E76C89.


Opacity

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

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

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

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

This text has shadow with #E76C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76C89 on black background.


Color preview on white background

This text has color #E76C89 on white background.



Black color preview on #E76C89 background

This text has black color on #E76C89 background.


White color preview on #E76C89 background

This text has white color on #E76C89 background.