COLOR #E389D6

HEX: #E389D6
RGB: (227,137,214)

Color info

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

RGB color model

#E389D6 color RGB value is (227,137,214).

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

RGB channels and saturation

R 227 of 255 = 89%
G 137 of 255 = 54%
B 214 of 255 = 84%

227
137
214

R + G + B ~ 76%. #E389D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 137 + 214 = 578 (100%)
R 227 of 578 ~ 39.27%
G 137 of 578 ~ 23.7%
B 214 of 578 ~ 37.02%

%39.27
%23.7
%37.02

CMYK color model

#E389D6 color CMYK value is (0,40,6,11).

  • cyan value is 0.00%
  • magenta value is 39.65%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK: (0,40,6,11) C0M40Y6K11 (0%,40%,6%,11%) (0.00/0.40/0.06/0.11)

CMYK percentages

%0
%39.65
%5.73
%10.98

Codes

Color #E389D6 in popluar color models

E389D6
RGB227137214
HSL309°61.64%71.37%
HSB/HSV309°39.65%89.02%
CMYK0.00%39.65%5.73%
10.98%

Color #E389D6 in popluar number systems.

HEXE389D6
Decimal227137214
Binary111000111000100111010110
Octal343211326

Shades and tints

Shades of #E389D6

#E389D6
(227,137,214)
#CF7DC3
(207,125,195)
#BB71B0
(187,113,176)
#A7659D
(167,101,157)
#93598A
(147,89,138)
#7F4D77
(127,77,119)
#6B4164
(107,65,100)
#573551
(87,53,81)
#43293E
(67,41,62)
#2F1D2B
(47,29,43)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #E389D6

#E389D6
(227,137,214)
#E593D9
(229,147,217)
#E79DDC
(231,157,220)
#E9A7DF
(233,167,223)
#EBB1E2
(235,177,226)
#EDBBE5
(237,187,229)
#EFC5E8
(239,197,232)
#F1CFEB
(241,207,235)
#F3D9EE
(243,217,238)
#F5E3F1
(245,227,241)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E389D6; }

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

This text font color is #E389D6.


Background Color

.myBgColor { background-color: #E389D6; }

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

This div background color is #E389D6.


Border color

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

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

This div border color is #E389D6.


Opacity

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

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

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

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

This text has shadow with #E389D6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E389D6 on black background.


Color preview on white background

This text has color #E389D6 on white background.



Black color preview on #E389D6 background

This text has black color on #E389D6 background.


White color preview on #E389D6 background

This text has white color on #E389D6 background.