COLOR #E895BF

HEX: #E895BF
RGB: (232,149,191)

Color info

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

RGB color model

#E895BF color RGB value is (232,149,191).

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

RGB channels and saturation

R 232 of 255 = 91%
G 149 of 255 = 58%
B 191 of 255 = 75%

232
149
191

R + G + B ~ 75%. #E895BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 149 + 191 = 572 (100%)
R 232 of 572 ~ 40.56%
G 149 of 572 ~ 26.05%
B 191 of 572 ~ 33.39%

%40.56
%26.05
%33.39

CMYK color model

#E895BF color CMYK value is (0,36,18,9).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 17.67%
  • key color value is 9.02%
CMYK:
(0,36,18,9)
C0M36Y18K9 
(0%,36%,18%,9%)
(0.00/0.36/0.18/0.09)	

CMYK percentages

%0
%35.78
%17.67
%9.02

Codes

Color #E895BF in popluar color models

E895BF
RGB232149191
HSL330°64.34%74.71%
HSB/HSV330°35.78%90.98%
CMYK0.00%35.78%17.67%
9.02%

Color #E895BF in popluar number systems.

HEXE895BF
Decimal232149191
Binary111010001001010110111111
Octal350225277

Shades and tints

Shades of #E895BF

#E895BF
(232,149,191)
#D388AE
(211,136,174)
#BE7B9D
(190,123,157)
#A96E8C
(169,110,140)
#94617B
(148,97,123)
#7F546A
(127,84,106)
#6A4759
(106,71,89)
#553A48
(85,58,72)
#402D37
(64,45,55)
#2B2026
(43,32,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #E895BF

#E895BF
(232,149,191)
#EA9EC4
(234,158,196)
#ECA7C9
(236,167,201)
#EEB0CE
(238,176,206)
#F0B9D3
(240,185,211)
#F2C2D8
(242,194,216)
#F4CBDD
(244,203,221)
#F6D4E2
(246,212,226)
#F8DDE7
(248,221,231)
#FAE6EC
(250,230,236)
#FCEFF1
(252,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E895BF; }

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

This text font color is #E895BF.


Background Color

.myBgColor { background-color: #E895BF; }

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

This div background color is #E895BF.


Border color

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

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

This div border color is #E895BF.


Opacity

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

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

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

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

This text has shadow with #E895BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E895BF on black background.


Color preview on white background

This text has color #E895BF on white background.



Black color preview on #E895BF background

This text has black color on #E895BF background.


White color preview on #E895BF background

This text has white color on #E895BF background.