COLOR #E875A9

HEX: #E875A9
RGB: (232,117,169)

Color info

#E875A9 contains mainly red color. Web safe color of #E875A9 is #FF6699 (or #F69).

RGB color model

#E875A9 color RGB value is (232,117,169).

  • red value is 232;
  • green value is 117;
  • blue value is 169.
RGB:
(232,117,169)
(91%,46%,66%)

RGB channels and saturation

R 232 of 255 = 91%
G 117 of 255 = 46%
B 169 of 255 = 66%

232
117
169

R + G + B ~ 68%. #E875A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 117 + 169 = 518 (100%)
R 232 of 518 ~ 44.79%
G 117 of 518 ~ 22.59%
B 169 of 518 ~ 32.63%

%44.79
%22.59
%32.63

CMYK color model

#E875A9 color CMYK value is (0,50,27,9).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(0,50,27,9)
C0M50Y27K9 
(0%,50%,27%,9%)
(0.00/0.50/0.27/0.09)	

CMYK percentages

%0
%49.57
%27.16
%9.02

Codes

Color #E875A9 in popluar color models

E875A9
RGB232117169
HSL333°71.43%68.43%
HSB/HSV333°49.57%90.98%
CMYK0.00%49.57%27.16%
9.02%

Color #E875A9 in popluar number systems.

HEXE875A9
Decimal232117169
Binary11101000111010110101001
Octal350165251

Shades and tints

Shades of #E875A9

#E875A9
(232,117,169)
#D36B9A
(211,107,154)
#BE618B
(190,97,139)
#A9577C
(169,87,124)
#944D6D
(148,77,109)
#7F435E
(127,67,94)
#6A394F
(106,57,79)
#552F40
(85,47,64)
#402531
(64,37,49)
#2B1B22
(43,27,34)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #E875A9

#E875A9
(232,117,169)
#EA81B0
(234,129,176)
#EC8DB7
(236,141,183)
#EE99BE
(238,153,190)
#F0A5C5
(240,165,197)
#F2B1CC
(242,177,204)
#F4BDD3
(244,189,211)
#F6C9DA
(246,201,218)
#F8D5E1
(248,213,225)
#FAE1E8
(250,225,232)
#FCEDEF
(252,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E875A9 color. Also use rgb(232,117,169) instead hex code.

Text Font Color

.myTextColor { color: #E875A9; }

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

This text font color is #E875A9.


Background Color

.myBgColor { background-color: #E875A9; }

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

This div background color is #E875A9.


Border color

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

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

This div border color is #E875A9.


Opacity

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

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

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

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

This text has shadow with #E875A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E875A9 on black background.


Color preview on white background

This text has color #E875A9 on white background.



Black color preview on #E875A9 background

This text has black color on #E875A9 background.


White color preview on #E875A9 background

This text has white color on #E875A9 background.