COLOR #E77EB3

HEX: #E77EB3
RGB: (231,126,179)

Color info

#E77EB3 contains mainly red and blue colors. Web safe color of #E77EB3 is #FF6699 (or #F69).

RGB color model

#E77EB3 color RGB value is (231,126,179).

  • red value is 231;
  • green value is 126;
  • blue value is 179.
RGB:
(231,126,179)
(91%,49%,70%)

RGB channels and saturation

R 231 of 255 = 91%
G 126 of 255 = 49%
B 179 of 255 = 70%

231
126
179

R + G + B ~ 70%. #E77EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 126 + 179 = 536 (100%)
R 231 of 536 ~ 43.1%
G 126 of 536 ~ 23.51%
B 179 of 536 ~ 33.4%

%43.1
%23.51
%33.4

CMYK color model

#E77EB3 color CMYK value is (0,45,23,9).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 22.51%
  • key color value is 9.41%
CMYK:
(0,45,23,9)
C0M45Y23K9 
(0%,45%,23%,9%)
(0.00/0.45/0.23/0.09)	

CMYK percentages

%0
%45.45
%22.51
%9.41

Codes

Color #E77EB3 in popluar color models

E77EB3
RGB231126179
HSL330°68.63%70.00%
HSB/HSV330°45.45%90.59%
CMYK0.00%45.45%22.51%
9.41%

Color #E77EB3 in popluar number systems.

HEXE77EB3
Decimal231126179
Binary11100111111111010110011
Octal347176263

Shades and tints

Shades of #E77EB3

#E77EB3
(231,126,179)
#D273A3
(210,115,163)
#BD6893
(189,104,147)
#A85D83
(168,93,131)
#935273
(147,82,115)
#7E4763
(126,71,99)
#693C53
(105,60,83)
#543143
(84,49,67)
#3F2633
(63,38,51)
#2A1B23
(42,27,35)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #E77EB3

#E77EB3
(231,126,179)
#E989B9
(233,137,185)
#EB94BF
(235,148,191)
#ED9FC5
(237,159,197)
#EFAACB
(239,170,203)
#F1B5D1
(241,181,209)
#F3C0D7
(243,192,215)
#F5CBDD
(245,203,221)
#F7D6E3
(247,214,227)
#F9E1E9
(249,225,233)
#FBECEF
(251,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77EB3 color. Also use rgb(231,126,179) instead hex code.

Text Font Color

.myTextColor { color: #E77EB3; }

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

This text font color is #E77EB3.


Background Color

.myBgColor { background-color: #E77EB3; }

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

This div background color is #E77EB3.


Border color

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

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

This div border color is #E77EB3.


Opacity

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

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

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

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

This text has shadow with #E77EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77EB3 on black background.


Color preview on white background

This text has color #E77EB3 on white background.



Black color preview on #E77EB3 background

This text has black color on #E77EB3 background.


White color preview on #E77EB3 background

This text has white color on #E77EB3 background.