COLOR #E399B3

HEX: #E399B3
RGB: (227,153,179)

Color info

#E399B3 contains mainly red and blue colors. Web safe color of #E399B3 is #CC9999 (or #C99).

RGB color model

#E399B3 color RGB value is (227,153,179).

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

RGB channels and saturation

R 227 of 255 = 89%
G 153 of 255 = 60%
B 179 of 255 = 70%

227
153
179

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

Portions of RGB colors in percentages

R + G + B =
227 + 153 + 179 = 559 (100%)
R 227 of 559 ~ 40.61%
G 153 of 559 ~ 27.37%
B 179 of 559 ~ 32.02%

%40.61
%27.37
%32.02

CMYK color model

#E399B3 color CMYK value is (0,33,21,11).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 21.15%
  • key color value is 10.98%
CMYK:
(0,33,21,11)
C0M33Y21K11 
(0%,33%,21%,11%)
(0.00/0.33/0.21/0.11)	

CMYK percentages

%0
%32.6
%21.15
%10.98

Codes

Color #E399B3 in popluar color models

E399B3
RGB227153179
HSL339°56.92%74.51%
HSB/HSV339°32.60%89.02%
CMYK0.00%32.60%21.15%
10.98%

Color #E399B3 in popluar number systems.

HEXE399B3
Decimal227153179
Binary111000111001100110110011
Octal343231263

Shades and tints

Shades of #E399B3

#E399B3
(227,153,179)
#CF8CA3
(207,140,163)
#BB7F93
(187,127,147)
#A77283
(167,114,131)
#936573
(147,101,115)
#7F5863
(127,88,99)
#6B4B53
(107,75,83)
#573E43
(87,62,67)
#433133
(67,49,51)
#2F2423
(47,36,35)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #E399B3

#E399B3
(227,153,179)
#E5A2B9
(229,162,185)
#E7ABBF
(231,171,191)
#E9B4C5
(233,180,197)
#EBBDCB
(235,189,203)
#EDC6D1
(237,198,209)
#EFCFD7
(239,207,215)
#F1D8DD
(241,216,221)
#F3E1E3
(243,225,227)
#F5EAE9
(245,234,233)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E399B3; }

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

This text font color is #E399B3.


Background Color

.myBgColor { background-color: #E399B3; }

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

This div background color is #E399B3.


Border color

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

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

This div border color is #E399B3.


Opacity

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

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

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

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

This text has shadow with #E399B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E399B3 on black background.


Color preview on white background

This text has color #E399B3 on white background.



Black color preview on #E399B3 background

This text has black color on #E399B3 background.


White color preview on #E399B3 background

This text has white color on #E399B3 background.