COLOR #E77DD9

HEX: #E77DD9
RGB: (231,125,217)

Color info

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

RGB color model

#E77DD9 color RGB value is (231,125,217).

  • red value is 231;
  • green value is 125;
  • blue value is 217.
RGB:
(231,125,217)
(91%,49%,85%)

RGB channels and saturation

R 231 of 255 = 91%
G 125 of 255 = 49%
B 217 of 255 = 85%

231
125
217

R + G + B ~ 75%. #E77DD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 125 + 217 = 573 (100%)
R 231 of 573 ~ 40.31%
G 125 of 573 ~ 21.82%
B 217 of 573 ~ 37.87%

%40.31
%21.82
%37.87

CMYK color model

#E77DD9 color CMYK value is (0,46,6,9).

  • cyan value is 0.00%
  • magenta value is 45.89%
  • yellow value is 6.06%
  • key color value is 9.41%
CMYK:
(0,46,6,9)
C0M46Y6K9 
(0%,46%,6%,9%)
(0.00/0.46/0.06/0.09)	

CMYK percentages

%0
%45.89
%6.06
%9.41

Codes

Color #E77DD9 in popluar color models

E77DD9
RGB231125217
HSL308°68.83%69.80%
HSB/HSV308°45.89%90.59%
CMYK0.00%45.89%6.06%
9.41%

Color #E77DD9 in popluar number systems.

HEXE77DD9
Decimal231125217
Binary11100111111110111011001
Octal347175331

Shades and tints

Shades of #E77DD9

#E77DD9
(231,125,217)
#D272C6
(210,114,198)
#BD67B3
(189,103,179)
#A85CA0
(168,92,160)
#93518D
(147,81,141)
#7E467A
(126,70,122)
#693B67
(105,59,103)
#543054
(84,48,84)
#3F2541
(63,37,65)
#2A1A2E
(42,26,46)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #E77DD9

#E77DD9
(231,125,217)
#E988DC
(233,136,220)
#EB93DF
(235,147,223)
#ED9EE2
(237,158,226)
#EFA9E5
(239,169,229)
#F1B4E8
(241,180,232)
#F3BFEB
(243,191,235)
#F5CAEE
(245,202,238)
#F7D5F1
(247,213,241)
#F9E0F4
(249,224,244)
#FBEBF7
(251,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E77DD9; }

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

This text font color is #E77DD9.


Background Color

.myBgColor { background-color: #E77DD9; }

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

This div background color is #E77DD9.


Border color

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

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

This div border color is #E77DD9.


Opacity

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

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

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

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

This text has shadow with #E77DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77DD9 on black background.


Color preview on white background

This text has color #E77DD9 on white background.



Black color preview on #E77DD9 background

This text has black color on #E77DD9 background.


White color preview on #E77DD9 background

This text has white color on #E77DD9 background.