HEX: #E48BAD
RGB: (228,139,173)
#E48BAD contains mainly red and blue colors. Web safe color of #E48BAD is #CC9999 (or #C99).
#E48BAD color RGB value is (228,139,173).
RGB: (228,139,173)
(89%, 55%, 68%)
R 228 of 255 = 89%
G 139 of 255 = 55%
B 173 of 255 = 68%
R + G + B ~ 71%. #E48BAD is quite light color.
R + G + B = 228 + 139 + 173 = 540 (100%)
R 228 of 540 ~ 42.22%
G 139 of 540 ~ 25.74%
B 173 of 540 ~ 32.04'%
#E48BAD color CMYK value is (0,39,24,11).
CMYK: (0,39,24,11)
C0M39Y24K11 (0%, 39%, 24%, 11%)
(0.00 / 0.39 / 0.24 / 0.11)
Color #E48BAD in popluar color models
E4 | 8B | AD | |
---|---|---|---|
RGB | 228 | 139 | 173 |
HSL | 337° | 62.24% | 71.96% |
HSB/HSV | 337° | 39.04% | 89.41% |
CMYK | 0.00% | 39.04% | 24.12% |
10.59% |
Color #E48BAD in popluar number systems.
HEX | E4 | 8B | AD |
Decimal | 228 | 139 | 173 |
Binary | 11100100 | 10001011 | 10101101 |
Octal | 344 | 213 | 255 |
Shades of #E48BAD
Tints of #E48BAD
Examples of css and html codes for elements with #E48BAD color. Also use rgb(228,139,173) instead hex code.
.myTextColor { color: #E48BAD; }
<p style="color:#E48BAD">This sample text font color is #E48BAD.</p>
This text font color is #E48BAD.
.myBgColor { background-color: #E48BAD; }
<div style="background-color:#E48BAD">Inner text</div>
This div background color is #E48BAD.
.myBorderColor { border: 1px solid #E48BAD; }
<div style="border:3px solid #E48BAD">Div</div>
This div border color is #E48BAD.
.myOpacity80 { color: #E48BAD; opacity: 0.8; }
<p style="color:#E48BAD;opacity:0.8;">80%</p>
Text with #E48BAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E48BAD;}
<p style="text-shadow: 3px 3px 1px #E48BAD">Text here.</p>
This text has shadow with #E48BAD color.
.textShadow {text-shadow: 3px 3px 1px #E48BAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E48BAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E48BAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E48BAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E48BAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E48BAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E48BAD;
-webkit-box-shadow: 1px 1px 3px 2px #E48BAD;
box-shadow: 1px 1px 3px 2px #E48BAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E48BAD; -webkit-box-shadow: 1px 1px 3px 2px #E48BAD; box-shadow:1px 1px 3px 2px #E48BAD;">
Div content here
</div>
This text has color #E48BAD on black background.
This text has color #E48BAD on white background.
This text has black color on #E48BAD background.
This text has white color on #E48BAD background.
Complementary color for #hex is #1B7452.