COLOR #E895B6

HEX: #E895B6
RGB: (232,149,182)

Color info

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

RGB color model

#E895B6 color RGB value is (232,149,182).

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

RGB channels and saturation

R 232 of 255 = 91%
G 149 of 255 = 58%
B 182 of 255 = 71%

232
149
182

R + G + B ~ 73%. #E895B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 149 + 182 = 563 (100%)
R 232 of 563 ~ 41.21%
G 149 of 563 ~ 26.47%
B 182 of 563 ~ 32.33%

%41.21
%26.47
%32.33

CMYK color model

#E895B6 color CMYK value is (0,36,22,9).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 21.55%
  • key color value is 9.02%
CMYK:
(0,36,22,9)
C0M36Y22K9 
(0%,36%,22%,9%)
(0.00/0.36/0.22/0.09)	

CMYK percentages

%0
%35.78
%21.55
%9.02

Codes

Color #E895B6 in popluar color models

E895B6
RGB232149182
HSL336°64.34%74.71%
HSB/HSV336°35.78%90.98%
CMYK0.00%35.78%21.55%
9.02%

Color #E895B6 in popluar number systems.

HEXE895B6
Decimal232149182
Binary111010001001010110110110
Octal350225266

Shades and tints

Shades of #E895B6

#E895B6
(232,149,182)
#D388A6
(211,136,166)
#BE7B96
(190,123,150)
#A96E86
(169,110,134)
#946176
(148,97,118)
#7F5466
(127,84,102)
#6A4756
(106,71,86)
#553A46
(85,58,70)
#402D36
(64,45,54)
#2B2026
(43,32,38)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #E895B6

#E895B6
(232,149,182)
#EA9EBC
(234,158,188)
#ECA7C2
(236,167,194)
#EEB0C8
(238,176,200)
#F0B9CE
(240,185,206)
#F2C2D4
(242,194,212)
#F4CBDA
(244,203,218)
#F6D4E0
(246,212,224)
#F8DDE6
(248,221,230)
#FAE6EC
(250,230,236)
#FCEFF2
(252,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E895B6; }

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

This text font color is #E895B6.


Background Color

.myBgColor { background-color: #E895B6; }

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

This div background color is #E895B6.


Border color

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

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

This div border color is #E895B6.


Opacity

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

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

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

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

This text has shadow with #E895B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E895B6 on black background.


Color preview on white background

This text has color #E895B6 on white background.



Black color preview on #E895B6 background

This text has black color on #E895B6 background.


White color preview on #E895B6 background

This text has white color on #E895B6 background.