COLOR #E77D9F

HEX: #E77D9F RGB: (231,125,159)

Color info

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

RGB color model

#E77D9F color RGB value is (231,125,159).

RGB: (231,125,159) (91%, 49%, 62%)

RGB channels and saturation

R 231 of 255 = 91%
G 125 of 255 = 49%
B 159 of 255 = 62%

231
125
159

R + G + B ~ 67%. #E77D9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 125 + 159 = 515 (100%)
R 231 of 515 ~ 44.85%
G 125 of 515 ~ 24.27%
B 159 of 515 ~ 30.87'%

%44.85
%24.27
%30.87

CMYK color model

#E77D9F color CMYK value is (0,46,31,9).

  • cyan value is 0.00%
  • magenta value is 45.89%
  • yellow value is 31.17%
  • key color value is 9.41%
CMYK: (0,46,31,9) C0M46Y31K9 (0%,46%,31%,9%) (0.00/0.46/0.31/0.09) 

CMYK percentages

%0
%45.89
%31.17
%9.41

Codes

Color #E77D9F in popluar color models

E7 7D 9F
RGB 231 125 159
HSL 341° 68.83% 69.80%
HSB/HSV 341° 45.89% 90.59%
CMYK 0.00% 45.89% 31.17%
9.41%

Color #E77D9F in popluar number systems.

HEX E7 7D 9F
Decimal 231 125 159
Binary 11100111 1111101 10011111
Octal 347 175 237

Shades and tints

Shades of #E77D9F

#E77D9F
(231,125,159)
#D27291
(210,114,145)
#BD6783
(189,103,131)
#A85C75
(168,92,117)
#935167
(147,81,103)
#7E4659
(126,70,89)
#693B4B
(105,59,75)
#54303D
(84,48,61)
#3F252F
(63,37,47)
#2A1A21
(42,26,33)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #E77D9F

#E77D9F
(231,125,159)
#E988A7
(233,136,167)
#EB93AF
(235,147,175)
#ED9EB7
(237,158,183)
#EFA9BF
(239,169,191)
#F1B4C7
(241,180,199)
#F3BFCF
(243,191,207)
#F5CAD7
(245,202,215)
#F7D5DF
(247,213,223)
#F9E0E7
(249,224,231)
#FBEBEF
(251,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77D9F color. Also use rgb(231,125,159) instead hex code.

Text Font Color

.myTextColor { color: #E77D9F; }

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

This text font color is #E77D9F.

Background Color

.myBgColor { background-color: #E77D9F; }

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

This div background color is #E77D9F.

Border color

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

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

This div border color is #E77D9F.

Opacity

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

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

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

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

This text has shadow with #E77D9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E77D9F.

Preview

Color preview on black background

This text has color #E77D9F on black background.


Color preview on white background

This text has color #E77D9F on white background.


Black color preview on #E77D9F background

This text has black color on #E77D9F background.


White color preview on #E77D9F background

This text has white color on #E77D9F background.


Related colors

Complementary color

Complementary color for #hex is #188260.


I love getcolorcode.com

Triadic colors

1 #9FE77D and #7D9FE7 with #E77D9F are triadic colors.

2 #9F7DE7 and #7DE79F with #E77D9F are triadic colors.