COLOR #E875AE

HEX: #E875AE
RGB: (232,117,174)

Color info

#E875AE contains mainly red and blue colors. Web safe color of #E875AE is #FF6699 (or #F69).

RGB color model

#E875AE color RGB value is (232,117,174).

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

RGB channels and saturation

R 232 of 255 = 91%
G 117 of 255 = 46%
B 174 of 255 = 68%

232
117
174

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

Portions of RGB colors in percentages

R + G + B =
232 + 117 + 174 = 523 (100%)
R 232 of 523 ~ 44.36%
G 117 of 523 ~ 22.37%
B 174 of 523 ~ 33.27%

%44.36
%22.37
%33.27

CMYK color model

#E875AE color CMYK value is (0,50,25,9).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 25.00%
  • key color value is 9.02%
CMYK:
(0,50,25,9)
C0M50Y25K9 
(0%,50%,25%,9%)
(0.00/0.50/0.25/0.09)	

CMYK percentages

%0
%49.57
%25
%9.02

Codes

Color #E875AE in popluar color models

E875AE
RGB232117174
HSL330°71.43%68.43%
HSB/HSV330°49.57%90.98%
CMYK0.00%49.57%25.00%
9.02%

Color #E875AE in popluar number systems.

HEXE875AE
Decimal232117174
Binary11101000111010110101110
Octal350165256

Shades and tints

Shades of #E875AE

#E875AE
(232,117,174)
#D36B9F
(211,107,159)
#BE6190
(190,97,144)
#A95781
(169,87,129)
#944D72
(148,77,114)
#7F4363
(127,67,99)
#6A3954
(106,57,84)
#552F45
(85,47,69)
#402536
(64,37,54)
#2B1B27
(43,27,39)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #E875AE

#E875AE
(232,117,174)
#EA81B5
(234,129,181)
#EC8DBC
(236,141,188)
#EE99C3
(238,153,195)
#F0A5CA
(240,165,202)
#F2B1D1
(242,177,209)
#F4BDD8
(244,189,216)
#F6C9DF
(246,201,223)
#F8D5E6
(248,213,230)
#FAE1ED
(250,225,237)
#FCEDF4
(252,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E875AE; }

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

This text font color is #E875AE.


Background Color

.myBgColor { background-color: #E875AE; }

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

This div background color is #E875AE.


Border color

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

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

This div border color is #E875AE.


Opacity

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

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

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

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

This text has shadow with #E875AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E875AE on black background.


Color preview on white background

This text has color #E875AE on white background.



Black color preview on #E875AE background

This text has black color on #E875AE background.


White color preview on #E875AE background

This text has white color on #E875AE background.