COLOR #E77BC3

HEX: #E77BC3
RGB: (231,123,195)

Color info

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

RGB color model

#E77BC3 color RGB value is (231,123,195).

  • red value is 231;
  • green value is 123;
  • blue value is 195.
RGB:
(231,123,195)
(91%,48%,76%)

RGB channels and saturation

R 231 of 255 = 91%
G 123 of 255 = 48%
B 195 of 255 = 76%

231
123
195

R + G + B ~ 72%. #E77BC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 123 + 195 = 549 (100%)
R 231 of 549 ~ 42.08%
G 123 of 549 ~ 22.4%
B 195 of 549 ~ 35.52%

%42.08
%22.4
%35.52

CMYK color model

#E77BC3 color CMYK value is (0,47,16,9).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 15.58%
  • key color value is 9.41%
CMYK:
(0,47,16,9)
C0M47Y16K9 
(0%,47%,16%,9%)
(0.00/0.47/0.16/0.09)	

CMYK percentages

%0
%46.75
%15.58
%9.41

Codes

Color #E77BC3 in popluar color models

E77BC3
RGB231123195
HSL320°69.23%69.41%
HSB/HSV320°46.75%90.59%
CMYK0.00%46.75%15.58%
9.41%

Color #E77BC3 in popluar number systems.

HEXE77BC3
Decimal231123195
Binary11100111111101111000011
Octal347173303

Shades and tints

Shades of #E77BC3

#E77BC3
(231,123,195)
#D270B2
(210,112,178)
#BD65A1
(189,101,161)
#A85A90
(168,90,144)
#934F7F
(147,79,127)
#7E446E
(126,68,110)
#69395D
(105,57,93)
#542E4C
(84,46,76)
#3F233B
(63,35,59)
#2A182A
(42,24,42)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #E77BC3

#E77BC3
(231,123,195)
#E987C8
(233,135,200)
#EB93CD
(235,147,205)
#ED9FD2
(237,159,210)
#EFABD7
(239,171,215)
#F1B7DC
(241,183,220)
#F3C3E1
(243,195,225)
#F5CFE6
(245,207,230)
#F7DBEB
(247,219,235)
#F9E7F0
(249,231,240)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77BC3 color. Also use rgb(231,123,195) instead hex code.

Text Font Color

.myTextColor { color: #E77BC3; }

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

This text font color is #E77BC3.


Background Color

.myBgColor { background-color: #E77BC3; }

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

This div background color is #E77BC3.


Border color

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

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

This div border color is #E77BC3.


Opacity

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

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

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

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

This text has shadow with #E77BC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77BC3 on black background.


Color preview on white background

This text has color #E77BC3 on white background.



Black color preview on #E77BC3 background

This text has black color on #E77BC3 background.


White color preview on #E77BC3 background

This text has white color on #E77BC3 background.