COLOR #E396D5

HEX: #E396D5
RGB: (227,150,213)

Color info

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

RGB color model

#E396D5 color RGB value is (227,150,213).

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

RGB channels and saturation

R 227 of 255 = 89%
G 150 of 255 = 59%
B 213 of 255 = 84%

227
150
213

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

Portions of RGB colors in percentages

R + G + B =
227 + 150 + 213 = 590 (100%)
R 227 of 590 ~ 38.47%
G 150 of 590 ~ 25.42%
B 213 of 590 ~ 36.1%

%38.47
%25.42
%36.1

CMYK color model

#E396D5 color CMYK value is (0,34,6,11).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(0,34,6,11)
C0M34Y6K11 
(0%,34%,6%,11%)
(0.00/0.34/0.06/0.11)	

CMYK percentages

%0
%33.92
%6.17
%10.98

Codes

Color #E396D5 in popluar color models

E396D5
RGB227150213
HSL311°57.89%73.92%
HSB/HSV311°33.92%89.02%
CMYK0.00%33.92%6.17%
10.98%

Color #E396D5 in popluar number systems.

HEXE396D5
Decimal227150213
Binary111000111001011011010101
Octal343226325

Shades and tints

Shades of #E396D5

#E396D5
(227,150,213)
#CF89C2
(207,137,194)
#BB7CAF
(187,124,175)
#A76F9C
(167,111,156)
#936289
(147,98,137)
#7F5576
(127,85,118)
#6B4863
(107,72,99)
#573B50
(87,59,80)
#432E3D
(67,46,61)
#2F212A
(47,33,42)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #E396D5

#E396D5
(227,150,213)
#E59FD8
(229,159,216)
#E7A8DB
(231,168,219)
#E9B1DE
(233,177,222)
#EBBAE1
(235,186,225)
#EDC3E4
(237,195,228)
#EFCCE7
(239,204,231)
#F1D5EA
(241,213,234)
#F3DEED
(243,222,237)
#F5E7F0
(245,231,240)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E396D5; }

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

This text font color is #E396D5.


Background Color

.myBgColor { background-color: #E396D5; }

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

This div background color is #E396D5.


Border color

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

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

This div border color is #E396D5.


Opacity

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

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

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

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

This text has shadow with #E396D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E396D5 on black background.


Color preview on white background

This text has color #E396D5 on white background.



Black color preview on #E396D5 background

This text has black color on #E396D5 background.


White color preview on #E396D5 background

This text has white color on #E396D5 background.