COLOR #E77DCF

HEX: #E77DCF RGB: (231,125,207)

Color info

#E77DCF contains mainly red and blue colors. Web safe color of #E77DCF is #FF66CC (or #F6C).

RGB color model

#E77DCF color RGB value is (231,125,207).

RGB: (231,125,207) (91%, 49%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 125 of 255 = 49%
B 207 of 255 = 81%

231
125
207

R + G + B ~ 74%. #E77DCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 125 + 207 = 563 (100%)
R 231 of 563 ~ 41.03%
G 125 of 563 ~ 22.2%
B 207 of 563 ~ 36.77'%

%41.03
%22.2
%36.77

CMYK color model

#E77DCF color CMYK value is (0,46,10,9).

  • cyan value is 0.00%
  • magenta value is 45.89%
  • yellow value is 10.39%
  • key color value is 9.41%

CMYK: (0,46,10,9)
C0M46Y10K9 (0%, 46%, 10%, 9%)
(0.00 / 0.46 / 0.10 / 0.09)

CMYK percentages

%0
%45.89
%10.39
%9.41

Codes

Color #E77DCF in popluar color models

E7 7D CF
RGB 231 125 207
HSL 314° 68.83% 69.80%
HSB/HSV 314° 45.89% 90.59%
CMYK 0.00% 45.89% 10.39%
9.41%

Color #E77DCF in popluar number systems.

HEX E7 7D CF
Decimal 231 125 207
Binary 11100111 1111101 11001111
Octal 347 175 317

Shades and tints

Shades of #E77DCF

#E77DCF
(231,125,207)
#D272BD
(210,114,189)
#BD67AB
(189,103,171)
#A85C99
(168,92,153)
#935187
(147,81,135)
#7E4675
(126,70,117)
#693B63
(105,59,99)
#543051
(84,48,81)
#3F253F
(63,37,63)
#2A1A2D
(42,26,45)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #E77DCF

#E77DCF
(231,125,207)
#E988D3
(233,136,211)
#EB93D7
(235,147,215)
#ED9EDB
(237,158,219)
#EFA9DF
(239,169,223)
#F1B4E3
(241,180,227)
#F3BFE7
(243,191,231)
#F5CAEB
(245,202,235)
#F7D5EF
(247,213,239)
#F9E0F3
(249,224,243)
#FBEBF7
(251,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E77DCF; }

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

This text font color is #E77DCF.

Background Color

.myBgColor { background-color: #E77DCF; }

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

This div background color is #E77DCF.

Border color

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

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

This div border color is #E77DCF.

Opacity

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

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

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

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

This text has shadow with #E77DCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E77DCF.

Preview

Color preview on black background

This text has color #E77DCF on black background.


Color preview on white background

This text has color #E77DCF on white background.


Black color preview on #E77DCF background

This text has black color on #E77DCF background.


White color preview on #E77DCF background

This text has white color on #E77DCF background.


Related colors

Complementary color

Complementary color for #hex is #188230.


I love getcolorcode.com

Triadic colors

1 #CFE77D and #7DCFE7 with #E77DCF are triadic colors.

2 #CF7DE7 and #7DE7CF with #E77DCF are triadic colors.