HEX: #E49DBE
RGB: (228,157,190)
#E49DBE contains mainly red and blue colors. Web safe color of #E49DBE is #CC99CC (or #C9C).
#E49DBE color RGB value is (228,157,190).
RGB: (228,157,190)
(89%, 62%, 75%)
R 228 of 255 = 89%
G 157 of 255 = 62%
B 190 of 255 = 75%
R + G + B ~ 75%. #E49DBE is quite light color.
R + G + B = 228 + 157 + 190 = 575 (100%)
R 228 of 575 ~ 39.65%
G 157 of 575 ~ 27.3%
B 190 of 575 ~ 33.04'%
#E49DBE color CMYK value is (0,31,17,11).
CMYK: (0,31,17,11)
C0M31Y17K11 (0%, 31%, 17%, 11%)
(0.00 / 0.31 / 0.17 / 0.11)
Color #E49DBE in popluar color models
E4 | 9D | BE | |
---|---|---|---|
RGB | 228 | 157 | 190 |
HSL | 332° | 56.80% | 75.49% |
HSB/HSV | 332° | 31.14% | 89.41% |
CMYK | 0.00% | 31.14% | 16.67% |
10.59% |
Color #E49DBE in popluar number systems.
HEX | E4 | 9D | BE |
Decimal | 228 | 157 | 190 |
Binary | 11100100 | 10011101 | 10111110 |
Octal | 344 | 235 | 276 |
Shades of #E49DBE
Tints of #E49DBE
Examples of css and html codes for elements with #E49DBE color. Also use rgb(228,157,190) instead hex code.
.myTextColor { color: #E49DBE; }
<p style="color:#E49DBE">This sample text font color is #E49DBE.</p>
This text font color is #E49DBE.
.myBgColor { background-color: #E49DBE; }
<div style="background-color:#E49DBE">Inner text</div>
This div background color is #E49DBE.
.myBorderColor { border: 1px solid #E49DBE; }
<div style="border:3px solid #E49DBE">Div</div>
This div border color is #E49DBE.
.myOpacity80 { color: #E49DBE; opacity: 0.8; }
<p style="color:#E49DBE;opacity:0.8;">80%</p>
Text with #E49DBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E49DBE;}
<p style="text-shadow: 3px 3px 1px #E49DBE">Text here.</p>
This text has shadow with #E49DBE color.
.textShadow {text-shadow: 3px 3px 1px #E49DBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E49DBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E49DBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E49DBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E49DBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E49DBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E49DBE;
-webkit-box-shadow: 1px 1px 3px 2px #E49DBE;
box-shadow: 1px 1px 3px 2px #E49DBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E49DBE; -webkit-box-shadow: 1px 1px 3px 2px #E49DBE; box-shadow:1px 1px 3px 2px #E49DBE;">
Div content here
</div>
This text has color #E49DBE on black background.
This text has color #E49DBE on white background.
This text has black color on #E49DBE background.
This text has white color on #E49DBE background.
Complementary color for #hex is #1B6241.