COLOR #E386D1

HEX: #E386D1
RGB: (227,134,209)

Color info

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

RGB color model

#E386D1 color RGB value is (227,134,209).

  • red value is 227;
  • green value is 134;
  • blue value is 209.
RGB:
(227,134,209)
(89%,53%,82%)

RGB channels and saturation

R 227 of 255 = 89%
G 134 of 255 = 53%
B 209 of 255 = 82%

227
134
209

R + G + B ~ 75%. #E386D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 134 + 209 = 570 (100%)
R 227 of 570 ~ 39.82%
G 134 of 570 ~ 23.51%
B 209 of 570 ~ 36.67%

%39.82
%23.51
%36.67

CMYK color model

#E386D1 color CMYK value is (0,41,8,11).

  • cyan value is 0.00%
  • magenta value is 40.97%
  • yellow value is 7.93%
  • key color value is 10.98%
CMYK:
(0,41,8,11)
C0M41Y8K11 
(0%,41%,8%,11%)
(0.00/0.41/0.08/0.11)	

CMYK percentages

%0
%40.97
%7.93
%10.98

Codes

Color #E386D1 in popluar color models

E386D1
RGB227134209
HSL312°62.42%70.78%
HSB/HSV312°40.97%89.02%
CMYK0.00%40.97%7.93%
10.98%

Color #E386D1 in popluar number systems.

HEXE386D1
Decimal227134209
Binary111000111000011011010001
Octal343206321

Shades and tints

Shades of #E386D1

#E386D1
(227,134,209)
#CF7ABE
(207,122,190)
#BB6EAB
(187,110,171)
#A76298
(167,98,152)
#935685
(147,86,133)
#7F4A72
(127,74,114)
#6B3E5F
(107,62,95)
#57324C
(87,50,76)
#432639
(67,38,57)
#2F1A26
(47,26,38)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #E386D1

#E386D1
(227,134,209)
#E591D5
(229,145,213)
#E79CD9
(231,156,217)
#E9A7DD
(233,167,221)
#EBB2E1
(235,178,225)
#EDBDE5
(237,189,229)
#EFC8E9
(239,200,233)
#F1D3ED
(241,211,237)
#F3DEF1
(243,222,241)
#F5E9F5
(245,233,245)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E386D1 color. Also use rgb(227,134,209) instead hex code.

Text Font Color

.myTextColor { color: #E386D1; }

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

This text font color is #E386D1.


Background Color

.myBgColor { background-color: #E386D1; }

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

This div background color is #E386D1.


Border color

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

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

This div border color is #E386D1.


Opacity

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

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

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

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

This text has shadow with #E386D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E386D1 on black background.


Color preview on white background

This text has color #E386D1 on white background.



Black color preview on #E386D1 background

This text has black color on #E386D1 background.


White color preview on #E386D1 background

This text has white color on #E386D1 background.