COLOR #E877C3

HEX: #E877C3
RGB: (232,119,195)

Color info

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

RGB color model

#E877C3 color RGB value is (232,119,195).

  • red value is 232;
  • green value is 119;
  • blue value is 195.
RGB:
(232,119,195)
(91%,47%,76%)

RGB channels and saturation

R 232 of 255 = 91%
G 119 of 255 = 47%
B 195 of 255 = 76%

232
119
195

R + G + B ~ 71%. #E877C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 119 + 195 = 546 (100%)
R 232 of 546 ~ 42.49%
G 119 of 546 ~ 21.79%
B 195 of 546 ~ 35.71%

%42.49
%21.79
%35.71

CMYK color model

#E877C3 color CMYK value is (0,49,16,9).

  • cyan value is 0.00%
  • magenta value is 48.71%
  • yellow value is 15.95%
  • key color value is 9.02%
CMYK:
(0,49,16,9)
C0M49Y16K9 
(0%,49%,16%,9%)
(0.00/0.49/0.16/0.09)	

CMYK percentages

%0
%48.71
%15.95
%9.02

Codes

Color #E877C3 in popluar color models

E877C3
RGB232119195
HSL320°71.07%68.82%
HSB/HSV320°48.71%90.98%
CMYK0.00%48.71%15.95%
9.02%

Color #E877C3 in popluar number systems.

HEXE877C3
Decimal232119195
Binary11101000111011111000011
Octal350167303

Shades and tints

Shades of #E877C3

#E877C3
(232,119,195)
#D36DB2
(211,109,178)
#BE63A1
(190,99,161)
#A95990
(169,89,144)
#944F7F
(148,79,127)
#7F456E
(127,69,110)
#6A3B5D
(106,59,93)
#55314C
(85,49,76)
#40273B
(64,39,59)
#2B1D2A
(43,29,42)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #E877C3

#E877C3
(232,119,195)
#EA83C8
(234,131,200)
#EC8FCD
(236,143,205)
#EE9BD2
(238,155,210)
#F0A7D7
(240,167,215)
#F2B3DC
(242,179,220)
#F4BFE1
(244,191,225)
#F6CBE6
(246,203,230)
#F8D7EB
(248,215,235)
#FAE3F0
(250,227,240)
#FCEFF5
(252,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E877C3 color. Also use rgb(232,119,195) instead hex code.

Text Font Color

.myTextColor { color: #E877C3; }

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

This text font color is #E877C3.


Background Color

.myBgColor { background-color: #E877C3; }

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

This div background color is #E877C3.


Border color

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

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

This div border color is #E877C3.


Opacity

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

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

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

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

This text has shadow with #E877C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E877C3 on black background.


Color preview on white background

This text has color #E877C3 on white background.



Black color preview on #E877C3 background

This text has black color on #E877C3 background.


White color preview on #E877C3 background

This text has white color on #E877C3 background.