COLOR #E389AA

HEX: #E389AA
RGB: (227,137,170)

Color info

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

RGB color model

#E389AA color RGB value is (227,137,170).

  • red value is 227;
  • green value is 137;
  • blue value is 170.
RGB:
(227,137,170)
(89%,54%,67%)

RGB channels and saturation

R 227 of 255 = 89%
G 137 of 255 = 54%
B 170 of 255 = 67%

227
137
170

R + G + B ~ 70%. #E389AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 137 + 170 = 534 (100%)
R 227 of 534 ~ 42.51%
G 137 of 534 ~ 25.66%
B 170 of 534 ~ 31.84%

%42.51
%25.66
%31.84

CMYK color model

#E389AA color CMYK value is (0,40,25,11).

  • cyan value is 0.00%
  • magenta value is 39.65%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK:
(0,40,25,11)
C0M40Y25K11 
(0%,40%,25%,11%)
(0.00/0.40/0.25/0.11)	

CMYK percentages

%0
%39.65
%25.11
%10.98

Codes

Color #E389AA in popluar color models

E389AA
RGB227137170
HSL338°61.64%71.37%
HSB/HSV338°39.65%89.02%
CMYK0.00%39.65%25.11%
10.98%

Color #E389AA in popluar number systems.

HEXE389AA
Decimal227137170
Binary111000111000100110101010
Octal343211252

Shades and tints

Shades of #E389AA

#E389AA
(227,137,170)
#CF7D9B
(207,125,155)
#BB718C
(187,113,140)
#A7657D
(167,101,125)
#93596E
(147,89,110)
#7F4D5F
(127,77,95)
#6B4150
(107,65,80)
#573541
(87,53,65)
#432932
(67,41,50)
#2F1D23
(47,29,35)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #E389AA

#E389AA
(227,137,170)
#E593B1
(229,147,177)
#E79DB8
(231,157,184)
#E9A7BF
(233,167,191)
#EBB1C6
(235,177,198)
#EDBBCD
(237,187,205)
#EFC5D4
(239,197,212)
#F1CFDB
(241,207,219)
#F3D9E2
(243,217,226)
#F5E3E9
(245,227,233)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E389AA color. Also use rgb(227,137,170) instead hex code.

Text Font Color

.myTextColor { color: #E389AA; }

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

This text font color is #E389AA.


Background Color

.myBgColor { background-color: #E389AA; }

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

This div background color is #E389AA.


Border color

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

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

This div border color is #E389AA.


Opacity

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

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

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

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

This text has shadow with #E389AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E389AA on black background.


Color preview on white background

This text has color #E389AA on white background.



Black color preview on #E389AA background

This text has black color on #E389AA background.


White color preview on #E389AA background

This text has white color on #E389AA background.