HEX: #E387AC
RGB: (227,135,172)
#E387AC contains mainly red and blue colors. Web safe color of #E387AC is #CC9999 (or #C99).
#E387AC color RGB value is (227,135,172).
RGB: (227,135,172)
(89%, 53%, 67%)
R 227 of 255 = 89%
G 135 of 255 = 53%
B 172 of 255 = 67%
R + G + B ~ 70%. #E387AC is quite light color.
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'%
#E387AC color CMYK value is (0,41,24,11).
CMYK: (0,41,24,11)
C0M41Y24K11 (0%, 41%, 24%, 11%)
(0.00 / 0.41 / 0.24 / 0.11)
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 of #E387AC
Tints of #E387AC
Examples of css and html codes for elements with #E387AC color. Also use rgb(227,135,172) instead hex code.
.myTextColor { color: #E387AC; }
<p style="color:#E387AC">This sample text font color is #E387AC.</p>
This text font color is #E387AC.
.myBgColor { background-color: #E387AC; }
<div style="background-color:#E387AC">Inner text</div>
This div background color is #E387AC.
.myBorderColor { border: 1px solid #E387AC; }
<div style="border:3px solid #E387AC">Div</div>
This div border color is #E387AC.
.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%.
.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.
/* 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 text has color #E387AC on black background.
This text has color #E387AC on white background.
This text has black color on #E387AC background.
This text has white color on #E387AC background.
Complementary color for #hex is #1C7853.