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