COLOR #E897B4

HEX: #E897B4
RGB: (232,151,180)

Color info

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

RGB color model

#E897B4 color RGB value is (232,151,180).

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

RGB channels and saturation

R 232 of 255 = 91%
G 151 of 255 = 59%
B 180 of 255 = 71%

232
151
180

R + G + B ~ 74%. #E897B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 151 + 180 = 563 (100%)
R 232 of 563 ~ 41.21%
G 151 of 563 ~ 26.82%
B 180 of 563 ~ 31.97%

%41.21
%26.82
%31.97

CMYK color model

#E897B4 color CMYK value is (0,35,22,9).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 22.41%
  • key color value is 9.02%
CMYK:
(0,35,22,9)
C0M35Y22K9 
(0%,35%,22%,9%)
(0.00/0.35/0.22/0.09)	

CMYK percentages

%0
%34.91
%22.41
%9.02

Codes

Color #E897B4 in popluar color models

E897B4
RGB232151180
HSL339°63.78%75.10%
HSB/HSV339°34.91%90.98%
CMYK0.00%34.91%22.41%
9.02%

Color #E897B4 in popluar number systems.

HEXE897B4
Decimal232151180
Binary111010001001011110110100
Octal350227264

Shades and tints

Shades of #E897B4

#E897B4
(232,151,180)
#D38AA4
(211,138,164)
#BE7D94
(190,125,148)
#A97084
(169,112,132)
#946374
(148,99,116)
#7F5664
(127,86,100)
#6A4954
(106,73,84)
#553C44
(85,60,68)
#402F34
(64,47,52)
#2B2224
(43,34,36)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #E897B4

#E897B4
(232,151,180)
#EAA0BA
(234,160,186)
#ECA9C0
(236,169,192)
#EEB2C6
(238,178,198)
#F0BBCC
(240,187,204)
#F2C4D2
(242,196,210)
#F4CDD8
(244,205,216)
#F6D6DE
(246,214,222)
#F8DFE4
(248,223,228)
#FAE8EA
(250,232,234)
#FCF1F0
(252,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E897B4; }

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

This text font color is #E897B4.


Background Color

.myBgColor { background-color: #E897B4; }

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

This div background color is #E897B4.


Border color

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

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

This div border color is #E897B4.


Opacity

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

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

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

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

This text has shadow with #E897B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E897B4 on black background.


Color preview on white background

This text has color #E897B4 on white background.



Black color preview on #E897B4 background

This text has black color on #E897B4 background.


White color preview on #E897B4 background

This text has white color on #E897B4 background.