COLOR #E876C5

HEX: #E876C5
RGB: (232,118,197)

Color info

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

RGB color model

#E876C5 color RGB value is (232,118,197).

  • red value is 232;
  • green value is 118;
  • blue value is 197.
RGB:
(232,118,197)
(91%,46%,77%)

RGB channels and saturation

R 232 of 255 = 91%
G 118 of 255 = 46%
B 197 of 255 = 77%

232
118
197

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

Portions of RGB colors in percentages

R + G + B =
232 + 118 + 197 = 547 (100%)
R 232 of 547 ~ 42.41%
G 118 of 547 ~ 21.57%
B 197 of 547 ~ 36.01%

%42.41
%21.57
%36.01

CMYK color model

#E876C5 color CMYK value is (0,49,15,9).

  • cyan value is 0.00%
  • magenta value is 49.14%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(0,49,15,9)
C0M49Y15K9 
(0%,49%,15%,9%)
(0.00/0.49/0.15/0.09)	

CMYK percentages

%0
%49.14
%15.09
%9.02

Codes

Color #E876C5 in popluar color models

E876C5
RGB232118197
HSL318°71.25%68.63%
HSB/HSV318°49.14%90.98%
CMYK0.00%49.14%15.09%
9.02%

Color #E876C5 in popluar number systems.

HEXE876C5
Decimal232118197
Binary11101000111011011000101
Octal350166305

Shades and tints

Shades of #E876C5

#E876C5
(232,118,197)
#D36CB4
(211,108,180)
#BE62A3
(190,98,163)
#A95892
(169,88,146)
#944E81
(148,78,129)
#7F4470
(127,68,112)
#6A3A5F
(106,58,95)
#55304E
(85,48,78)
#40263D
(64,38,61)
#2B1C2C
(43,28,44)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #E876C5

#E876C5
(232,118,197)
#EA82CA
(234,130,202)
#EC8ECF
(236,142,207)
#EE9AD4
(238,154,212)
#F0A6D9
(240,166,217)
#F2B2DE
(242,178,222)
#F4BEE3
(244,190,227)
#F6CAE8
(246,202,232)
#F8D6ED
(248,214,237)
#FAE2F2
(250,226,242)
#FCEEF7
(252,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E876C5 color. Also use rgb(232,118,197) instead hex code.

Text Font Color

.myTextColor { color: #E876C5; }

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

This text font color is #E876C5.


Background Color

.myBgColor { background-color: #E876C5; }

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

This div background color is #E876C5.


Border color

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

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

This div border color is #E876C5.


Opacity

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

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

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

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

This text has shadow with #E876C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E876C5 on black background.


Color preview on white background

This text has color #E876C5 on white background.



Black color preview on #E876C5 background

This text has black color on #E876C5 background.


White color preview on #E876C5 background

This text has white color on #E876C5 background.