COLOR #E896D1

HEX: #E896D1 RGB: (232,150,209)

Color info

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

RGB color model

#E896D1 color RGB value is (232,150,209).

RGB: (232,150,209) (91%, 59%, 82%)

RGB channels and saturation

R 232 of 255 = 91%
G 150 of 255 = 59%
B 209 of 255 = 82%

232
150
209

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

Portions of RGB colors in percentages

R + G + B = 232 + 150 + 209 = 591 (100%)
R 232 of 591 ~ 39.26%
G 150 of 591 ~ 25.38%
B 209 of 591 ~ 35.36'%

%39.26
%25.38
%35.36

CMYK color model

#E896D1 color CMYK value is (0,35,10,9).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK: (0,35,10,9) C0M35Y10K9 (0%,35%,10%,9%) (0.00/0.35/0.10/0.09) 

CMYK percentages

%0
%35.34
%9.91
%9.02

Codes

Color #E896D1 in popluar color models

E8 96 D1
RGB 232 150 209
HSL 317° 64.06% 74.90%
HSB/HSV 317° 35.34% 90.98%
CMYK 0.00% 35.34% 9.91%
9.02%

Color #E896D1 in popluar number systems.

HEX E8 96 D1
Decimal 232 150 209
Binary 11101000 10010110 11010001
Octal 350 226 321

Shades and tints

Shades of #E896D1

#E896D1
(232,150,209)
#D389BE
(211,137,190)
#BE7CAB
(190,124,171)
#A96F98
(169,111,152)
#946285
(148,98,133)
#7F5572
(127,85,114)
#6A485F
(106,72,95)
#553B4C
(85,59,76)
#402E39
(64,46,57)
#2B2126
(43,33,38)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #E896D1

#E896D1
(232,150,209)
#EA9FD5
(234,159,213)
#ECA8D9
(236,168,217)
#EEB1DD
(238,177,221)
#F0BAE1
(240,186,225)
#F2C3E5
(242,195,229)
#F4CCE9
(244,204,233)
#F6D5ED
(246,213,237)
#F8DEF1
(248,222,241)
#FAE7F5
(250,231,245)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E896D1; }

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

This text font color is #E896D1.

Background Color

.myBgColor { background-color: #E896D1; }

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

This div background color is #E896D1.

Border color

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

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

This div border color is #E896D1.

Opacity

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

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

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

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

This text has shadow with #E896D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E896D1.

Preview

Color preview on black background

This text has color #E896D1 on black background.


Color preview on white background

This text has color #E896D1 on white background.


Black color preview on #E896D1 background

This text has black color on #E896D1 background.


White color preview on #E896D1 background

This text has white color on #E896D1 background.


Related colors

Complementary color

Complementary color for #hex is #17692E.


I love getcolorcode.com

Triadic colors

1 #D1E896 and #96D1E8 with #E896D1 are triadic colors.

2 #D196E8 and #96E8D1 with #E896D1 are triadic colors.