COLOR #E76FCE

HEX: #E76FCE
RGB: (231,111,206)

Color info

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

RGB color model

#E76FCE color RGB value is (231,111,206).

  • red value is 231;
  • green value is 111;
  • blue value is 206.
RGB:
(231,111,206)
(91%,44%,81%)

RGB channels and saturation

R 231 of 255 = 91%
G 111 of 255 = 44%
B 206 of 255 = 81%

231
111
206

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

Portions of RGB colors in percentages

R + G + B =
231 + 111 + 206 = 548 (100%)
R 231 of 548 ~ 42.15%
G 111 of 548 ~ 20.26%
B 206 of 548 ~ 37.59%

%42.15
%20.26
%37.59

CMYK color model

#E76FCE color CMYK value is (0,52,11,9).

  • cyan value is 0.00%
  • magenta value is 51.95%
  • yellow value is 10.82%
  • key color value is 9.41%
CMYK:
(0,52,11,9)
C0M52Y11K9 
(0%,52%,11%,9%)
(0.00/0.52/0.11/0.09)	

CMYK percentages

%0
%51.95
%10.82
%9.41

Codes

Color #E76FCE in popluar color models

E76FCE
RGB231111206
HSL313°71.43%67.06%
HSB/HSV313°51.95%90.59%
CMYK0.00%51.95%10.82%
9.41%

Color #E76FCE in popluar number systems.

HEXE76FCE
Decimal231111206
Binary11100111110111111001110
Octal347157316

Shades and tints

Shades of #E76FCE

#E76FCE
(231,111,206)
#D265BC
(210,101,188)
#BD5BAA
(189,91,170)
#A85198
(168,81,152)
#934786
(147,71,134)
#7E3D74
(126,61,116)
#693362
(105,51,98)
#542950
(84,41,80)
#3F1F3E
(63,31,62)
#2A152C
(42,21,44)
#150B1A
(21,11,26)
#000000
(0,0,0)

Tints of #E76FCE

#E76FCE
(231,111,206)
#E97CD2
(233,124,210)
#EB89D6
(235,137,214)
#ED96DA
(237,150,218)
#EFA3DE
(239,163,222)
#F1B0E2
(241,176,226)
#F3BDE6
(243,189,230)
#F5CAEA
(245,202,234)
#F7D7EE
(247,215,238)
#F9E4F2
(249,228,242)
#FBF1F6
(251,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76FCE color. Also use rgb(231,111,206) instead hex code.

Text Font Color

.myTextColor { color: #E76FCE; }

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

This text font color is #E76FCE.


Background Color

.myBgColor { background-color: #E76FCE; }

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

This div background color is #E76FCE.


Border color

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

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

This div border color is #E76FCE.


Opacity

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

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

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

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

This text has shadow with #E76FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76FCE on black background.


Color preview on white background

This text has color #E76FCE on white background.



Black color preview on #E76FCE background

This text has black color on #E76FCE background.


White color preview on #E76FCE background

This text has white color on #E76FCE background.