COLOR #E395BA

HEX: #E395BA
RGB: (227,149,186)

Color info

#E395BA contains mainly red and blue colors. Web safe color of #E395BA is #CC99CC (or #C9C).

RGB color model

#E395BA color RGB value is (227,149,186).

  • red value is 227;
  • green value is 149;
  • blue value is 186.
RGB:
(227,149,186)
(89%,58%,73%)

RGB channels and saturation

R 227 of 255 = 89%
G 149 of 255 = 58%
B 186 of 255 = 73%

227
149
186

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

Portions of RGB colors in percentages

R + G + B =
227 + 149 + 186 = 562 (100%)
R 227 of 562 ~ 40.39%
G 149 of 562 ~ 26.51%
B 186 of 562 ~ 33.1%

%40.39
%26.51
%33.1

CMYK color model

#E395BA color CMYK value is (0,34,18,11).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 18.06%
  • key color value is 10.98%
CMYK:
(0,34,18,11)
C0M34Y18K11 
(0%,34%,18%,11%)
(0.00/0.34/0.18/0.11)	

CMYK percentages

%0
%34.36
%18.06
%10.98

Codes

Color #E395BA in popluar color models

E395BA
RGB227149186
HSL332°58.21%73.73%
HSB/HSV332°34.36%89.02%
CMYK0.00%34.36%18.06%
10.98%

Color #E395BA in popluar number systems.

HEXE395BA
Decimal227149186
Binary111000111001010110111010
Octal343225272

Shades and tints

Shades of #E395BA

#E395BA
(227,149,186)
#CF88AA
(207,136,170)
#BB7B9A
(187,123,154)
#A76E8A
(167,110,138)
#93617A
(147,97,122)
#7F546A
(127,84,106)
#6B475A
(107,71,90)
#573A4A
(87,58,74)
#432D3A
(67,45,58)
#2F202A
(47,32,42)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #E395BA

#E395BA
(227,149,186)
#E59EC0
(229,158,192)
#E7A7C6
(231,167,198)
#E9B0CC
(233,176,204)
#EBB9D2
(235,185,210)
#EDC2D8
(237,194,216)
#EFCBDE
(239,203,222)
#F1D4E4
(241,212,228)
#F3DDEA
(243,221,234)
#F5E6F0
(245,230,240)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E395BA color. Also use rgb(227,149,186) instead hex code.

Text Font Color

.myTextColor { color: #E395BA; }

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

This text font color is #E395BA.


Background Color

.myBgColor { background-color: #E395BA; }

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

This div background color is #E395BA.


Border color

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

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

This div border color is #E395BA.


Opacity

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

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

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

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

This text has shadow with #E395BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E395BA on black background.


Color preview on white background

This text has color #E395BA on white background.



Black color preview on #E395BA background

This text has black color on #E395BA background.


White color preview on #E395BA background

This text has white color on #E395BA background.