COLOR #E895CF

HEX: #E895CF
RGB: (232,149,207)

Color info

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

RGB color model

#E895CF color RGB value is (232,149,207).

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

RGB channels and saturation

R 232 of 255 = 91%
G 149 of 255 = 58%
B 207 of 255 = 81%

232
149
207

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

Portions of RGB colors in percentages

R + G + B =
232 + 149 + 207 = 588 (100%)
R 232 of 588 ~ 39.46%
G 149 of 588 ~ 25.34%
B 207 of 588 ~ 35.2%

%39.46
%25.34
%35.2

CMYK color model

#E895CF color CMYK value is (0,36,11,9).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 10.78%
  • key color value is 9.02%
CMYK:
(0,36,11,9)
C0M36Y11K9 
(0%,36%,11%,9%)
(0.00/0.36/0.11/0.09)	

CMYK percentages

%0
%35.78
%10.78
%9.02

Codes

Color #E895CF in popluar color models

E895CF
RGB232149207
HSL318°64.34%74.71%
HSB/HSV318°35.78%90.98%
CMYK0.00%35.78%10.78%
9.02%

Color #E895CF in popluar number systems.

HEXE895CF
Decimal232149207
Binary111010001001010111001111
Octal350225317

Shades and tints

Shades of #E895CF

#E895CF
(232,149,207)
#D388BD
(211,136,189)
#BE7BAB
(190,123,171)
#A96E99
(169,110,153)
#946187
(148,97,135)
#7F5475
(127,84,117)
#6A4763
(106,71,99)
#553A51
(85,58,81)
#402D3F
(64,45,63)
#2B202D
(43,32,45)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #E895CF

#E895CF
(232,149,207)
#EA9ED3
(234,158,211)
#ECA7D7
(236,167,215)
#EEB0DB
(238,176,219)
#F0B9DF
(240,185,223)
#F2C2E3
(242,194,227)
#F4CBE7
(244,203,231)
#F6D4EB
(246,212,235)
#F8DDEF
(248,221,239)
#FAE6F3
(250,230,243)
#FCEFF7
(252,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E895CF; }

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

This text font color is #E895CF.


Background Color

.myBgColor { background-color: #E895CF; }

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

This div background color is #E895CF.


Border color

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

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

This div border color is #E895CF.


Opacity

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

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

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

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

This text has shadow with #E895CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E895CF on black background.


Color preview on white background

This text has color #E895CF on white background.



Black color preview on #E895CF background

This text has black color on #E895CF background.


White color preview on #E895CF background

This text has white color on #E895CF background.