HEX: #E47D9B
RGB: (228,125,155)
#E47D9B contains mainly red color. Web safe color of #E47D9B is #CC6699 (or #C69).
#E47D9B color RGB value is (228,125,155).
RGB: (228,125,155)
(89%, 49%, 61%)
R 228 of 255 = 89%
G 125 of 255 = 49%
B 155 of 255 = 61%
R + G + B ~ 66%. #E47D9B is quite light color.
R + G + B = 228 + 125 + 155 = 508 (100%)
R 228 of 508 ~ 44.88%
G 125 of 508 ~ 24.61%
B 155 of 508 ~ 30.51'%
#E47D9B color CMYK value is (0,45,32,11).
CMYK: (0,45,32,11)
C0M45Y32K11 (0%, 45%, 32%, 11%)
(0.00 / 0.45 / 0.32 / 0.11)
Color #E47D9B in popluar color models
E4 | 7D | 9B | |
---|---|---|---|
RGB | 228 | 125 | 155 |
HSL | 343° | 65.61% | 69.22% |
HSB/HSV | 343° | 45.18% | 89.41% |
CMYK | 0.00% | 45.18% | 32.02% |
10.59% |
Color #E47D9B in popluar number systems.
HEX | E4 | 7D | 9B |
Decimal | 228 | 125 | 155 |
Binary | 11100100 | 1111101 | 10011011 |
Octal | 344 | 175 | 233 |
Shades of #E47D9B
Tints of #E47D9B
Examples of css and html codes for elements with #E47D9B color. Also use rgb(228,125,155) instead hex code.
.myTextColor { color: #E47D9B; }
<p style="color:#E47D9B">This sample text font color is #E47D9B.</p>
This text font color is #E47D9B.
.myBgColor { background-color: #E47D9B; }
<div style="background-color:#E47D9B">Inner text</div>
This div background color is #E47D9B.
.myBorderColor { border: 1px solid #E47D9B; }
<div style="border:3px solid #E47D9B">Div</div>
This div border color is #E47D9B.
.myOpacity80 { color: #E47D9B; opacity: 0.8; }
<p style="color:#E47D9B;opacity:0.8;">80%</p>
Text with #E47D9B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E47D9B;}
<p style="text-shadow: 3px 3px 1px #E47D9B">Text here.</p>
This text has shadow with #E47D9B color.
.textShadow {text-shadow: 3px 3px 1px #E47D9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E47D9B, 5px 5px 20px red">Text here.</p>
This text has shadow with #E47D9B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E47D9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E47D9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E47D9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E47D9B;
-webkit-box-shadow: 1px 1px 3px 2px #E47D9B;
box-shadow: 1px 1px 3px 2px #E47D9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E47D9B; -webkit-box-shadow: 1px 1px 3px 2px #E47D9B; box-shadow:1px 1px 3px 2px #E47D9B;">
Div content here
</div>
This text has color #E47D9B on black background.
This text has color #E47D9B on white background.
This text has black color on #E47D9B background.
This text has white color on #E47D9B background.
Complementary color for #hex is #1B8264.