COLOR #E876B7

HEX: #E876B7
RGB: (232,118,183)

Color info

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

RGB color model

#E876B7 color RGB value is (232,118,183).

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

RGB channels and saturation

R 232 of 255 = 91%
G 118 of 255 = 46%
B 183 of 255 = 72%

232
118
183

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

Portions of RGB colors in percentages

R + G + B =
232 + 118 + 183 = 533 (100%)
R 232 of 533 ~ 43.53%
G 118 of 533 ~ 22.14%
B 183 of 533 ~ 34.33%

%43.53
%22.14
%34.33

CMYK color model

#E876B7 color CMYK value is (0,49,21,9).

  • cyan value is 0.00%
  • magenta value is 49.14%
  • yellow value is 21.12%
  • key color value is 9.02%
CMYK:
(0,49,21,9)
C0M49Y21K9 
(0%,49%,21%,9%)
(0.00/0.49/0.21/0.09)	

CMYK percentages

%0
%49.14
%21.12
%9.02

Codes

Color #E876B7 in popluar color models

E876B7
RGB232118183
HSL326°71.25%68.63%
HSB/HSV326°49.14%90.98%
CMYK0.00%49.14%21.12%
9.02%

Color #E876B7 in popluar number systems.

HEXE876B7
Decimal232118183
Binary11101000111011010110111
Octal350166267

Shades and tints

Shades of #E876B7

#E876B7
(232,118,183)
#D36CA7
(211,108,167)
#BE6297
(190,98,151)
#A95887
(169,88,135)
#944E77
(148,78,119)
#7F4467
(127,68,103)
#6A3A57
(106,58,87)
#553047
(85,48,71)
#402637
(64,38,55)
#2B1C27
(43,28,39)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #E876B7

#E876B7
(232,118,183)
#EA82BD
(234,130,189)
#EC8EC3
(236,142,195)
#EE9AC9
(238,154,201)
#F0A6CF
(240,166,207)
#F2B2D5
(242,178,213)
#F4BEDB
(244,190,219)
#F6CAE1
(246,202,225)
#F8D6E7
(248,214,231)
#FAE2ED
(250,226,237)
#FCEEF3
(252,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E876B7; }

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

This text font color is #E876B7.


Background Color

.myBgColor { background-color: #E876B7; }

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

This div background color is #E876B7.


Border color

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

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

This div border color is #E876B7.


Opacity

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

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

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

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

This text has shadow with #E876B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E876B7 on black background.


Color preview on white background

This text has color #E876B7 on white background.



Black color preview on #E876B7 background

This text has black color on #E876B7 background.


White color preview on #E876B7 background

This text has white color on #E876B7 background.