COLOR #E897D9

HEX: #E897D9
RGB: (232,151,217)

Color info

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

RGB color model

#E897D9 color RGB value is (232,151,217).

  • red value is 232;
  • green value is 151;
  • blue value is 217.
RGB:
(232,151,217)
(91%,59%,85%)

RGB channels and saturation

R 232 of 255 = 91%
G 151 of 255 = 59%
B 217 of 255 = 85%

232
151
217

R + G + B ~ 78%. #E897D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 151 + 217 = 600 (100%)
R 232 of 600 ~ 38.67%
G 151 of 600 ~ 25.17%
B 217 of 600 ~ 36.17%

%38.67
%25.17
%36.17

CMYK color model

#E897D9 color CMYK value is (0,35,6,9).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 6.47%
  • key color value is 9.02%
CMYK:
(0,35,6,9)
C0M35Y6K9 
(0%,35%,6%,9%)
(0.00/0.35/0.06/0.09)	

CMYK percentages

%0
%34.91
%6.47
%9.02

Codes

Color #E897D9 in popluar color models

E897D9
RGB232151217
HSL311°63.78%75.10%
HSB/HSV311°34.91%90.98%
CMYK0.00%34.91%6.47%
9.02%

Color #E897D9 in popluar number systems.

HEXE897D9
Decimal232151217
Binary111010001001011111011001
Octal350227331

Shades and tints

Shades of #E897D9

#E897D9
(232,151,217)
#D38AC6
(211,138,198)
#BE7DB3
(190,125,179)
#A970A0
(169,112,160)
#94638D
(148,99,141)
#7F567A
(127,86,122)
#6A4967
(106,73,103)
#553C54
(85,60,84)
#402F41
(64,47,65)
#2B222E
(43,34,46)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #E897D9

#E897D9
(232,151,217)
#EAA0DC
(234,160,220)
#ECA9DF
(236,169,223)
#EEB2E2
(238,178,226)
#F0BBE5
(240,187,229)
#F2C4E8
(242,196,232)
#F4CDEB
(244,205,235)
#F6D6EE
(246,214,238)
#F8DFF1
(248,223,241)
#FAE8F4
(250,232,244)
#FCF1F7
(252,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E897D9 color. Also use rgb(232,151,217) instead hex code.

Text Font Color

.myTextColor { color: #E897D9; }

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

This text font color is #E897D9.


Background Color

.myBgColor { background-color: #E897D9; }

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

This div background color is #E897D9.


Border color

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

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

This div border color is #E897D9.


Opacity

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

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

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

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

This text has shadow with #E897D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E897D9 on black background.


Color preview on white background

This text has color #E897D9 on white background.



Black color preview on #E897D9 background

This text has black color on #E897D9 background.


White color preview on #E897D9 background

This text has white color on #E897D9 background.