COLOR #E76EC5

HEX: #E76EC5
RGB: (231,110,197)

Color info

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

RGB color model

#E76EC5 color RGB value is (231,110,197).

  • red value is 231;
  • green value is 110;
  • blue value is 197.
RGB:
(231,110,197)
(91%,43%,77%)

RGB channels and saturation

R 231 of 255 = 91%
G 110 of 255 = 43%
B 197 of 255 = 77%

231
110
197

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

Portions of RGB colors in percentages

R + G + B =
231 + 110 + 197 = 538 (100%)
R 231 of 538 ~ 42.94%
G 110 of 538 ~ 20.45%
B 197 of 538 ~ 36.62%

%42.94
%20.45
%36.62

CMYK color model

#E76EC5 color CMYK value is (0,52,15,9).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 14.72%
  • key color value is 9.41%
CMYK:
(0,52,15,9)
C0M52Y15K9 
(0%,52%,15%,9%)
(0.00/0.52/0.15/0.09)	

CMYK percentages

%0
%52.38
%14.72
%9.41

Codes

Color #E76EC5 in popluar color models

E76EC5
RGB231110197
HSL317°71.60%66.86%
HSB/HSV317°52.38%90.59%
CMYK0.00%52.38%14.72%
9.41%

Color #E76EC5 in popluar number systems.

HEXE76EC5
Decimal231110197
Binary11100111110111011000101
Octal347156305

Shades and tints

Shades of #E76EC5

#E76EC5
(231,110,197)
#D264B4
(210,100,180)
#BD5AA3
(189,90,163)
#A85092
(168,80,146)
#934681
(147,70,129)
#7E3C70
(126,60,112)
#69325F
(105,50,95)
#54284E
(84,40,78)
#3F1E3D
(63,30,61)
#2A142C
(42,20,44)
#150A1B
(21,10,27)
#000000
(0,0,0)

Tints of #E76EC5

#E76EC5
(231,110,197)
#E97BCA
(233,123,202)
#EB88CF
(235,136,207)
#ED95D4
(237,149,212)
#EFA2D9
(239,162,217)
#F1AFDE
(241,175,222)
#F3BCE3
(243,188,227)
#F5C9E8
(245,201,232)
#F7D6ED
(247,214,237)
#F9E3F2
(249,227,242)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76EC5 color. Also use rgb(231,110,197) instead hex code.

Text Font Color

.myTextColor { color: #E76EC5; }

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

This text font color is #E76EC5.


Background Color

.myBgColor { background-color: #E76EC5; }

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

This div background color is #E76EC5.


Border color

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

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

This div border color is #E76EC5.


Opacity

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

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

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

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

This text has shadow with #E76EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76EC5 on black background.


Color preview on white background

This text has color #E76EC5 on white background.



Black color preview on #E76EC5 background

This text has black color on #E76EC5 background.


White color preview on #E76EC5 background

This text has white color on #E76EC5 background.