COLOR #E776A9

HEX: #E776A9
RGB: (231,118,169)

Color info

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

RGB color model

#E776A9 color RGB value is (231,118,169).

  • red value is 231;
  • green value is 118;
  • blue value is 169.
RGB:
(231,118,169)
(91%,46%,66%)

RGB channels and saturation

R 231 of 255 = 91%
G 118 of 255 = 46%
B 169 of 255 = 66%

231
118
169

R + G + B ~ 68%. #E776A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 118 + 169 = 518 (100%)
R 231 of 518 ~ 44.59%
G 118 of 518 ~ 22.78%
B 169 of 518 ~ 32.63%

%44.59
%22.78
%32.63

CMYK color model

#E776A9 color CMYK value is (0,49,27,9).

  • cyan value is 0.00%
  • magenta value is 48.92%
  • yellow value is 26.84%
  • key color value is 9.41%
CMYK:
(0,49,27,9)
C0M49Y27K9 
(0%,49%,27%,9%)
(0.00/0.49/0.27/0.09)	

CMYK percentages

%0
%48.92
%26.84
%9.41

Codes

Color #E776A9 in popluar color models

E776A9
RGB231118169
HSL333°70.19%68.43%
HSB/HSV333°48.92%90.59%
CMYK0.00%48.92%26.84%
9.41%

Color #E776A9 in popluar number systems.

HEXE776A9
Decimal231118169
Binary11100111111011010101001
Octal347166251

Shades and tints

Shades of #E776A9

#E776A9
(231,118,169)
#D26C9A
(210,108,154)
#BD628B
(189,98,139)
#A8587C
(168,88,124)
#934E6D
(147,78,109)
#7E445E
(126,68,94)
#693A4F
(105,58,79)
#543040
(84,48,64)
#3F2631
(63,38,49)
#2A1C22
(42,28,34)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #E776A9

#E776A9
(231,118,169)
#E982B0
(233,130,176)
#EB8EB7
(235,142,183)
#ED9ABE
(237,154,190)
#EFA6C5
(239,166,197)
#F1B2CC
(241,178,204)
#F3BED3
(243,190,211)
#F5CADA
(245,202,218)
#F7D6E1
(247,214,225)
#F9E2E8
(249,226,232)
#FBEEEF
(251,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E776A9 color. Also use rgb(231,118,169) instead hex code.

Text Font Color

.myTextColor { color: #E776A9; }

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

This text font color is #E776A9.


Background Color

.myBgColor { background-color: #E776A9; }

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

This div background color is #E776A9.


Border color

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

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

This div border color is #E776A9.


Opacity

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

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

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

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

This text has shadow with #E776A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E776A9 on black background.


Color preview on white background

This text has color #E776A9 on white background.



Black color preview on #E776A9 background

This text has black color on #E776A9 background.


White color preview on #E776A9 background

This text has white color on #E776A9 background.