COLOR #E396B8

HEX: #E396B8
RGB: (227,150,184)

Color info

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

RGB color model

#E396B8 color RGB value is (227,150,184).

  • red value is 227;
  • green value is 150;
  • blue value is 184.
RGB:
(227,150,184)
(89%,59%,72%)

RGB channels and saturation

R 227 of 255 = 89%
G 150 of 255 = 59%
B 184 of 255 = 72%

227
150
184

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

Portions of RGB colors in percentages

R + G + B =
227 + 150 + 184 = 561 (100%)
R 227 of 561 ~ 40.46%
G 150 of 561 ~ 26.74%
B 184 of 561 ~ 32.8%

%40.46
%26.74
%32.8

CMYK color model

#E396B8 color CMYK value is (0,34,19,11).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 18.94%
  • key color value is 10.98%
CMYK:
(0,34,19,11)
C0M34Y19K11 
(0%,34%,19%,11%)
(0.00/0.34/0.19/0.11)	

CMYK percentages

%0
%33.92
%18.94
%10.98

Codes

Color #E396B8 in popluar color models

E396B8
RGB227150184
HSL334°57.89%73.92%
HSB/HSV334°33.92%89.02%
CMYK0.00%33.92%18.94%
10.98%

Color #E396B8 in popluar number systems.

HEXE396B8
Decimal227150184
Binary111000111001011010111000
Octal343226270

Shades and tints

Shades of #E396B8

#E396B8
(227,150,184)
#CF89A8
(207,137,168)
#BB7C98
(187,124,152)
#A76F88
(167,111,136)
#936278
(147,98,120)
#7F5568
(127,85,104)
#6B4858
(107,72,88)
#573B48
(87,59,72)
#432E38
(67,46,56)
#2F2128
(47,33,40)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #E396B8

#E396B8
(227,150,184)
#E59FBE
(229,159,190)
#E7A8C4
(231,168,196)
#E9B1CA
(233,177,202)
#EBBAD0
(235,186,208)
#EDC3D6
(237,195,214)
#EFCCDC
(239,204,220)
#F1D5E2
(241,213,226)
#F3DEE8
(243,222,232)
#F5E7EE
(245,231,238)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E396B8 color. Also use rgb(227,150,184) instead hex code.

Text Font Color

.myTextColor { color: #E396B8; }

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

This text font color is #E396B8.


Background Color

.myBgColor { background-color: #E396B8; }

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

This div background color is #E396B8.


Border color

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

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

This div border color is #E396B8.


Opacity

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

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

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

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

This text has shadow with #E396B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E396B8 on black background.


Color preview on white background

This text has color #E396B8 on white background.



Black color preview on #E396B8 background

This text has black color on #E396B8 background.


White color preview on #E396B8 background

This text has white color on #E396B8 background.