COLOR #E399A0

HEX: #E399A0
RGB: (227,153,160)

Color info

#E399A0 contains mainly red color. Web safe color of #E399A0 is #CC9999 (or #C99).

RGB color model

#E399A0 color RGB value is (227,153,160).

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

RGB channels and saturation

R 227 of 255 = 89%
G 153 of 255 = 60%
B 160 of 255 = 63%

227
153
160

R + G + B ~ 71%. #E399A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 153 + 160 = 540 (100%)
R 227 of 540 ~ 42.04%
G 153 of 540 ~ 28.33%
B 160 of 540 ~ 29.63%

%42.04
%28.33
%29.63

CMYK color model

#E399A0 color CMYK value is (0,33,30,11).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 29.52%
  • key color value is 10.98%
CMYK:
(0,33,30,11)
C0M33Y30K11 
(0%,33%,30%,11%)
(0.00/0.33/0.30/0.11)	

CMYK percentages

%0
%32.6
%29.52
%10.98

Codes

Color #E399A0 in popluar color models

E399A0
RGB227153160
HSL354°56.92%74.51%
HSB/HSV354°32.60%89.02%
CMYK0.00%32.60%29.52%
10.98%

Color #E399A0 in popluar number systems.

HEXE399A0
Decimal227153160
Binary111000111001100110100000
Octal343231240

Shades and tints

Shades of #E399A0

#E399A0
(227,153,160)
#CF8C92
(207,140,146)
#BB7F84
(187,127,132)
#A77276
(167,114,118)
#936568
(147,101,104)
#7F585A
(127,88,90)
#6B4B4C
(107,75,76)
#573E3E
(87,62,62)
#433130
(67,49,48)
#2F2422
(47,36,34)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E399A0

#E399A0
(227,153,160)
#E5A2A8
(229,162,168)
#E7ABB0
(231,171,176)
#E9B4B8
(233,180,184)
#EBBDC0
(235,189,192)
#EDC6C8
(237,198,200)
#EFCFD0
(239,207,208)
#F1D8D8
(241,216,216)
#F3E1E0
(243,225,224)
#F5EAE8
(245,234,232)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E399A0; }

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

This text font color is #E399A0.


Background Color

.myBgColor { background-color: #E399A0; }

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

This div background color is #E399A0.


Border color

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

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

This div border color is #E399A0.


Opacity

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

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

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

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

This text has shadow with #E399A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E399A0 on black background.


Color preview on white background

This text has color #E399A0 on white background.



Black color preview on #E399A0 background

This text has black color on #E399A0 background.


White color preview on #E399A0 background

This text has white color on #E399A0 background.