COLOR #E399D6

HEX: #E399D6
RGB: (227,153,214)

Color info

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

RGB color model

#E399D6 color RGB value is (227,153,214).

  • red value is 227;
  • green value is 153;
  • blue value is 214.
RGB:
(227,153,214)
(89%,60%,84%)

RGB channels and saturation

R 227 of 255 = 89%
G 153 of 255 = 60%
B 214 of 255 = 84%

227
153
214

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

Portions of RGB colors in percentages

R + G + B =
227 + 153 + 214 = 594 (100%)
R 227 of 594 ~ 38.22%
G 153 of 594 ~ 25.76%
B 214 of 594 ~ 36.03%

%38.22
%25.76
%36.03

CMYK color model

#E399D6 color CMYK value is (0,33,6,11).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(0,33,6,11)
C0M33Y6K11 
(0%,33%,6%,11%)
(0.00/0.33/0.06/0.11)	

CMYK percentages

%0
%32.6
%5.73
%10.98

Codes

Color #E399D6 in popluar color models

E399D6
RGB227153214
HSL311°56.92%74.51%
HSB/HSV311°32.60%89.02%
CMYK0.00%32.60%5.73%
10.98%

Color #E399D6 in popluar number systems.

HEXE399D6
Decimal227153214
Binary111000111001100111010110
Octal343231326

Shades and tints

Shades of #E399D6

#E399D6
(227,153,214)
#CF8CC3
(207,140,195)
#BB7FB0
(187,127,176)
#A7729D
(167,114,157)
#93658A
(147,101,138)
#7F5877
(127,88,119)
#6B4B64
(107,75,100)
#573E51
(87,62,81)
#43313E
(67,49,62)
#2F242B
(47,36,43)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E399D6

#E399D6
(227,153,214)
#E5A2D9
(229,162,217)
#E7ABDC
(231,171,220)
#E9B4DF
(233,180,223)
#EBBDE2
(235,189,226)
#EDC6E5
(237,198,229)
#EFCFE8
(239,207,232)
#F1D8EB
(241,216,235)
#F3E1EE
(243,225,238)
#F5EAF1
(245,234,241)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E399D6 color. Also use rgb(227,153,214) instead hex code.

Text Font Color

.myTextColor { color: #E399D6; }

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

This text font color is #E399D6.


Background Color

.myBgColor { background-color: #E399D6; }

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

This div background color is #E399D6.


Border color

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

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

This div border color is #E399D6.


Opacity

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

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

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

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

This text has shadow with #E399D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E399D6 on black background.


Color preview on white background

This text has color #E399D6 on white background.



Black color preview on #E399D6 background

This text has black color on #E399D6 background.


White color preview on #E399D6 background

This text has white color on #E399D6 background.