COLOR #E76689

HEX: #E76689
RGB: (231,102,137)

Color info

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

RGB color model

#E76689 color RGB value is (231,102,137).

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

RGB channels and saturation

R 231 of 255 = 91%
G 102 of 255 = 40%
B 137 of 255 = 54%

231
102
137

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

Portions of RGB colors in percentages

R + G + B =
231 + 102 + 137 = 470 (100%)
R 231 of 470 ~ 49.15%
G 102 of 470 ~ 21.7%
B 137 of 470 ~ 29.15%

%49.15
%21.7
%29.15

CMYK color model

#E76689 color CMYK value is (0,56,41,9).

  • cyan value is 0.00%
  • magenta value is 55.84%
  • yellow value is 40.69%
  • key color value is 9.41%
CMYK:
(0,56,41,9)
C0M56Y41K9 
(0%,56%,41%,9%)
(0.00/0.56/0.41/0.09)	

CMYK percentages

%0
%55.84
%40.69
%9.41

Codes

Color #E76689 in popluar color models

E76689
RGB231102137
HSL344°72.88%65.29%
HSB/HSV344°55.84%90.59%
CMYK0.00%55.84%40.69%
9.41%

Color #E76689 in popluar number systems.

HEXE76689
Decimal231102137
Binary11100111110011010001001
Octal347146211

Shades and tints

Shades of #E76689

#E76689
(231,102,137)
#D25D7D
(210,93,125)
#BD5471
(189,84,113)
#A84B65
(168,75,101)
#934259
(147,66,89)
#7E394D
(126,57,77)
#693041
(105,48,65)
#542735
(84,39,53)
#3F1E29
(63,30,41)
#2A151D
(42,21,29)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #E76689

#E76689
(231,102,137)
#E97393
(233,115,147)
#EB809D
(235,128,157)
#ED8DA7
(237,141,167)
#EF9AB1
(239,154,177)
#F1A7BB
(241,167,187)
#F3B4C5
(243,180,197)
#F5C1CF
(245,193,207)
#F7CED9
(247,206,217)
#F9DBE3
(249,219,227)
#FBE8ED
(251,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E76689; }

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

This text font color is #E76689.


Background Color

.myBgColor { background-color: #E76689; }

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

This div background color is #E76689.


Border color

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

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

This div border color is #E76689.


Opacity

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

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

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

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

This text has shadow with #E76689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76689 on black background.


Color preview on white background

This text has color #E76689 on white background.



Black color preview on #E76689 background

This text has black color on #E76689 background.


White color preview on #E76689 background

This text has white color on #E76689 background.