COLOR #E397DF

HEX: #E397DF
RGB: (227,151,223)

Color info

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

RGB color model

#E397DF color RGB value is (227,151,223).

  • red value is 227;
  • green value is 151;
  • blue value is 223.
RGB:
(227,151,223)
(89%,59%,87%)

RGB channels and saturation

R 227 of 255 = 89%
G 151 of 255 = 59%
B 223 of 255 = 87%

227
151
223

R + G + B ~ 78%. #E397DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 151 + 223 = 601 (100%)
R 227 of 601 ~ 37.77%
G 151 of 601 ~ 25.12%
B 223 of 601 ~ 37.1%

%37.77
%25.12
%37.1

CMYK color model

#E397DF color CMYK value is (0,33,2,11).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 1.76%
  • key color value is 10.98%
CMYK:
(0,33,2,11)
C0M33Y2K11 
(0%,33%,2%,11%)
(0.00/0.33/0.02/0.11)	

CMYK percentages

%0
%33.48
%1.76
%10.98

Codes

Color #E397DF in popluar color models

E397DF
RGB227151223
HSL303°57.58%74.12%
HSB/HSV303°33.48%89.02%
CMYK0.00%33.48%1.76%
10.98%

Color #E397DF in popluar number systems.

HEXE397DF
Decimal227151223
Binary111000111001011111011111
Octal343227337

Shades and tints

Shades of #E397DF

#E397DF
(227,151,223)
#CF8ACB
(207,138,203)
#BB7DB7
(187,125,183)
#A770A3
(167,112,163)
#93638F
(147,99,143)
#7F567B
(127,86,123)
#6B4967
(107,73,103)
#573C53
(87,60,83)
#432F3F
(67,47,63)
#2F222B
(47,34,43)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #E397DF

#E397DF
(227,151,223)
#E5A0E1
(229,160,225)
#E7A9E3
(231,169,227)
#E9B2E5
(233,178,229)
#EBBBE7
(235,187,231)
#EDC4E9
(237,196,233)
#EFCDEB
(239,205,235)
#F1D6ED
(241,214,237)
#F3DFEF
(243,223,239)
#F5E8F1
(245,232,241)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E397DF color. Also use rgb(227,151,223) instead hex code.

Text Font Color

.myTextColor { color: #E397DF; }

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

This text font color is #E397DF.


Background Color

.myBgColor { background-color: #E397DF; }

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

This div background color is #E397DF.


Border color

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

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

This div border color is #E397DF.


Opacity

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

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

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

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

This text has shadow with #E397DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E397DF on black background.


Color preview on white background

This text has color #E397DF on white background.



Black color preview on #E397DF background

This text has black color on #E397DF background.


White color preview on #E397DF background

This text has white color on #E397DF background.