HEX: #E49ADD
RGB: (228,154,221)
#E49ADD contains mainly red and blue colors. Web safe color of #E49ADD is #CC99CC (or #C9C).
#E49ADD color RGB value is (228,154,221).
RGB: (228,154,221)
(89%, 60%, 87%)
R 228 of 255 = 89%
G 154 of 255 = 60%
B 221 of 255 = 87%
R + G + B ~ 79%. #E49ADD is quite light color.
R + G + B = 228 + 154 + 221 = 603 (100%)
R 228 of 603 ~ 37.81%
G 154 of 603 ~ 25.54%
B 221 of 603 ~ 36.65'%
#E49ADD color CMYK value is (0,32,3,11).
CMYK: (0,32,3,11)
C0M32Y3K11 (0%, 32%, 3%, 11%)
(0.00 / 0.32 / 0.03 / 0.11)
Color #E49ADD in popluar color models
E4 | 9A | DD | |
---|---|---|---|
RGB | 228 | 154 | 221 |
HSL | 306° | 57.81% | 74.90% |
HSB/HSV | 306° | 32.46% | 89.41% |
CMYK | 0.00% | 32.46% | 3.07% |
10.59% |
Color #E49ADD in popluar number systems.
HEX | E4 | 9A | DD |
Decimal | 228 | 154 | 221 |
Binary | 11100100 | 10011010 | 11011101 |
Octal | 344 | 232 | 335 |
Shades of #E49ADD
Tints of #E49ADD
Examples of css and html codes for elements with #E49ADD color. Also use rgb(228,154,221) instead hex code.
.myTextColor { color: #E49ADD; }
<p style="color:#E49ADD">This sample text font color is #E49ADD.</p>
This text font color is #E49ADD.
.myBgColor { background-color: #E49ADD; }
<div style="background-color:#E49ADD">Inner text</div>
This div background color is #E49ADD.
.myBorderColor { border: 1px solid #E49ADD; }
<div style="border:3px solid #E49ADD">Div</div>
This div border color is #E49ADD.
.myOpacity80 { color: #E49ADD; opacity: 0.8; }
<p style="color:#E49ADD;opacity:0.8;">80%</p>
Text with #E49ADD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E49ADD;}
<p style="text-shadow: 3px 3px 1px #E49ADD">Text here.</p>
This text has shadow with #E49ADD color.
.textShadow {text-shadow: 3px 3px 1px #E49ADD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E49ADD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E49ADD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E49ADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E49ADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E49ADD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E49ADD;
-webkit-box-shadow: 1px 1px 3px 2px #E49ADD;
box-shadow: 1px 1px 3px 2px #E49ADD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E49ADD; -webkit-box-shadow: 1px 1px 3px 2px #E49ADD; box-shadow:1px 1px 3px 2px #E49ADD;">
Div content here
</div>
This text has color #E49ADD on black background.
This text has color #E49ADD on white background.
This text has black color on #E49ADD background.
This text has white color on #E49ADD background.
Complementary color for #hex is #1B6522.