HEX: #E4AABC
RGB: (228,170,188)
#E4AABC contains red, green and blue colors in about the same proportion. Web safe color of #E4AABC is #CC99CC (or #C9C).
#E4AABC color RGB value is (228,170,188).
RGB: (228,170,188)
(89%, 67%, 74%)
R 228 of 255 = 89%
G 170 of 255 = 67%
B 188 of 255 = 74%
R + G + B ~ 77%. #E4AABC is quite light color.
R + G + B = 228 + 170 + 188 = 586 (100%)
R 228 of 586 ~ 38.91%
G 170 of 586 ~ 29.01%
B 188 of 586 ~ 32.08'%
#E4AABC color CMYK value is (0,25,18,11).
CMYK: (0,25,18,11)
C0M25Y18K11 (0%, 25%, 18%, 11%)
(0.00 / 0.25 / 0.18 / 0.11)
Color #E4AABC in popluar color models
E4 | AA | BC | |
---|---|---|---|
RGB | 228 | 170 | 188 |
HSL | 341° | 51.79% | 78.04% |
HSB/HSV | 341° | 25.44% | 89.41% |
CMYK | 0.00% | 25.44% | 17.54% |
10.59% |
Color #E4AABC in popluar number systems.
HEX | E4 | AA | BC |
Decimal | 228 | 170 | 188 |
Binary | 11100100 | 10101010 | 10111100 |
Octal | 344 | 252 | 274 |
Shades of #E4AABC
Tints of #E4AABC
Examples of css and html codes for elements with #E4AABC color. Also use rgb(228,170,188) instead hex code.
.myTextColor { color: #E4AABC; }
<p style="color:#E4AABC">This sample text font color is #E4AABC.</p>
This text font color is #E4AABC.
.myBgColor { background-color: #E4AABC; }
<div style="background-color:#E4AABC">Inner text</div>
This div background color is #E4AABC.
.myBorderColor { border: 1px solid #E4AABC; }
<div style="border:3px solid #E4AABC">Div</div>
This div border color is #E4AABC.
.myOpacity80 { color: #E4AABC; opacity: 0.8; }
<p style="color:#E4AABC;opacity:0.8;">80%</p>
Text with #E4AABC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4AABC;}
<p style="text-shadow: 3px 3px 1px #E4AABC">Text here.</p>
This text has shadow with #E4AABC color.
.textShadow {text-shadow: 3px 3px 1px #E4AABC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4AABC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4AABC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4AABC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4AABC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4AABC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4AABC;
-webkit-box-shadow: 1px 1px 3px 2px #E4AABC;
box-shadow: 1px 1px 3px 2px #E4AABC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4AABC; -webkit-box-shadow: 1px 1px 3px 2px #E4AABC; box-shadow:1px 1px 3px 2px #E4AABC;">
Div content here
</div>
This text has color #E4AABC on black background.
This text has color #E4AABC on white background.
This text has black color on #E4AABC background.
This text has white color on #E4AABC background.
Complementary color for #hex is #1B5543.