COLOR #E187AC

HEX: #E187AC RGB: (225,135,172)

Color info

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

RGB color model

#E187AC color RGB value is (225,135,172).

RGB: (225,135,172) (88%, 53%, 67%)

RGB channels and saturation

R 225 of 255 = 88%
G 135 of 255 = 53%
B 172 of 255 = 67%

225
135
172

R + G + B ~ 69%. #E187AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 135 + 172 = 532 (100%)
R 225 of 532 ~ 42.29%
G 135 of 532 ~ 25.38%
B 172 of 532 ~ 32.33'%

%42.29
%25.38
%32.33

CMYK color model

#E187AC color CMYK value is (0,40,24,12).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 23.56%
  • key color value is 11.76%

CMYK: (0,40,24,12)
C0M40Y24K12 (0%, 40%, 24%, 12%)
(0.00 / 0.40 / 0.24 / 0.12)

CMYK percentages

%0
%40
%23.56
%11.76

Codes

Color #E187AC in popluar color models

E1 87 AC
RGB 225 135 172
HSL 335° 60.00% 70.59%
HSB/HSV 335° 40.00% 88.24%
CMYK 0.00% 40.00% 23.56%
11.76%

Color #E187AC in popluar number systems.

HEX E1 87 AC
Decimal 225 135 172
Binary 11100001 10000111 10101100
Octal 341 207 254

Shades and tints

Shades of #E187AC

#E187AC
(225,135,172)
#CD7B9D
(205,123,157)
#B96F8E
(185,111,142)
#A5637F
(165,99,127)
#915770
(145,87,112)
#7D4B61
(125,75,97)
#693F52
(105,63,82)
#553343
(85,51,67)
#412734
(65,39,52)
#2D1B25
(45,27,37)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #E187AC

#E187AC
(225,135,172)
#E391B3
(227,145,179)
#E59BBA
(229,155,186)
#E7A5C1
(231,165,193)
#E9AFC8
(233,175,200)
#EBB9CF
(235,185,207)
#EDC3D6
(237,195,214)
#EFCDDD
(239,205,221)
#F1D7E4
(241,215,228)
#F3E1EB
(243,225,235)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E187AC; }

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

This text font color is #E187AC.

Background Color

.myBgColor { background-color: #E187AC; }

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

This div background color is #E187AC.

Border color

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

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

This div border color is #E187AC.

Opacity

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

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

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

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

This text has shadow with #E187AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E187AC.

Preview

Color preview on black background

This text has color #E187AC on black background.


Color preview on white background

This text has color #E187AC on white background.


Black color preview on #E187AC background

This text has black color on #E187AC background.


White color preview on #E187AC background

This text has white color on #E187AC background.


Related colors

Complementary color

Complementary color for #hex is #1E7853.


I love getcolorcode.com

Triadic colors

1 #ACE187 and #87ACE1 with #E187AC are triadic colors.

2 #AC87E1 and #87E1AC with #E187AC are triadic colors.