COLOR #E387AC

HEX: #E387AC RGB: (227,135,172)

Color info

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

RGB color model

#E387AC color RGB value is (227,135,172).

RGB: (227,135,172) (89%, 53%, 67%)

RGB channels and saturation

R 227 of 255 = 89%
G 135 of 255 = 53%
B 172 of 255 = 67%

227
135
172

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

Portions of RGB colors in percentages

R + G + B = 227 + 135 + 172 = 534 (100%)
R 227 of 534 ~ 42.51%
G 135 of 534 ~ 25.28%
B 172 of 534 ~ 32.21'%

%42.51
%25.28
%32.21

CMYK color model

#E387AC color CMYK value is (0,41,24,11).

  • cyan value is 0.00%
  • magenta value is 40.53%
  • yellow value is 24.23%
  • key color value is 10.98%

CMYK: (0,41,24,11)
C0M41Y24K11 (0%, 41%, 24%, 11%)
(0.00 / 0.41 / 0.24 / 0.11)

CMYK percentages

%0
%40.53
%24.23
%10.98

Codes

Color #E387AC in popluar color models

E3 87 AC
RGB 227 135 172
HSL 336° 62.16% 70.98%
HSB/HSV 336° 40.53% 89.02%
CMYK 0.00% 40.53% 24.23%
10.98%

Color #E387AC in popluar number systems.

HEX E3 87 AC
Decimal 227 135 172
Binary 11100011 10000111 10101100
Octal 343 207 254

Shades and tints

Shades of #E387AC

#E387AC
(227,135,172)
#CF7B9D
(207,123,157)
#BB6F8E
(187,111,142)
#A7637F
(167,99,127)
#935770
(147,87,112)
#7F4B61
(127,75,97)
#6B3F52
(107,63,82)
#573343
(87,51,67)
#432734
(67,39,52)
#2F1B25
(47,27,37)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #E387AC

#E387AC
(227,135,172)
#E591B3
(229,145,179)
#E79BBA
(231,155,186)
#E9A5C1
(233,165,193)
#EBAFC8
(235,175,200)
#EDB9CF
(237,185,207)
#EFC3D6
(239,195,214)
#F1CDDD
(241,205,221)
#F3D7E4
(243,215,228)
#F5E1EB
(245,225,235)
#F7EBF2
(247,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E387AC color. Also use rgb(227,135,172) instead hex code.

Text Font Color

.myTextColor { color: #E387AC; }

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

This text font color is #E387AC.

Background Color

.myBgColor { background-color: #E387AC; }

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

This div background color is #E387AC.

Border color

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

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

This div border color is #E387AC.

Opacity

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

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

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

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

This text has shadow with #E387AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E387AC.

Preview

Color preview on black background

This text has color #E387AC on black background.


Color preview on white background

This text has color #E387AC on white background.


Black color preview on #E387AC background

This text has black color on #E387AC background.


White color preview on #E387AC background

This text has white color on #E387AC background.


Related colors

Complementary color

Complementary color for #hex is #1C7853.


I love getcolorcode.com

Triadic colors

1 #ACE387 and #87ACE3 with #E387AC are triadic colors.

2 #AC87E3 and #87E3AC with #E387AC are triadic colors.