COLOR #E895D1

HEX: #E895D1
RGB: (232,149,209)

Color info

#E895D1 contains mainly red and blue colors. Web safe color of #E895D1 is #FF99CC (or #F9C).

RGB color model

#E895D1 color RGB value is (232,149,209).

  • red value is 232;
  • green value is 149;
  • blue value is 209.
RGB:
(232,149,209)
(91%,58%,82%)

RGB channels and saturation

R 232 of 255 = 91%
G 149 of 255 = 58%
B 209 of 255 = 82%

232
149
209

R + G + B ~ 77%. #E895D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 149 + 209 = 590 (100%)
R 232 of 590 ~ 39.32%
G 149 of 590 ~ 25.25%
B 209 of 590 ~ 35.42%

%39.32
%25.25
%35.42

CMYK color model

#E895D1 color CMYK value is (0,36,10,9).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK:
(0,36,10,9)
C0M36Y10K9 
(0%,36%,10%,9%)
(0.00/0.36/0.10/0.09)	

CMYK percentages

%0
%35.78
%9.91
%9.02

Codes

Color #E895D1 in popluar color models

E895D1
RGB232149209
HSL317°64.34%74.71%
HSB/HSV317°35.78%90.98%
CMYK0.00%35.78%9.91%
9.02%

Color #E895D1 in popluar number systems.

HEXE895D1
Decimal232149209
Binary111010001001010111010001
Octal350225321

Shades and tints

Shades of #E895D1

#E895D1
(232,149,209)
#D388BE
(211,136,190)
#BE7BAB
(190,123,171)
#A96E98
(169,110,152)
#946185
(148,97,133)
#7F5472
(127,84,114)
#6A475F
(106,71,95)
#553A4C
(85,58,76)
#402D39
(64,45,57)
#2B2026
(43,32,38)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #E895D1

#E895D1
(232,149,209)
#EA9ED5
(234,158,213)
#ECA7D9
(236,167,217)
#EEB0DD
(238,176,221)
#F0B9E1
(240,185,225)
#F2C2E5
(242,194,229)
#F4CBE9
(244,203,233)
#F6D4ED
(246,212,237)
#F8DDF1
(248,221,241)
#FAE6F5
(250,230,245)
#FCEFF9
(252,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E895D1 color. Also use rgb(232,149,209) instead hex code.

Text Font Color

.myTextColor { color: #E895D1; }

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

This text font color is #E895D1.


Background Color

.myBgColor { background-color: #E895D1; }

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

This div background color is #E895D1.


Border color

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

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

This div border color is #E895D1.


Opacity

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

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

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

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

This text has shadow with #E895D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E895D1 on black background.


Color preview on white background

This text has color #E895D1 on white background.



Black color preview on #E895D1 background

This text has black color on #E895D1 background.


White color preview on #E895D1 background

This text has white color on #E895D1 background.