HEX: #E6A4BC
RGB: (230,164,188)
#E6A4BC contains mainly red and blue colors. Web safe color of #E6A4BC is #CC99CC (or #C9C).
#E6A4BC color RGB value is (230,164,188).
RGB: (230,164,188)
(90%, 64%, 74%)
R 230 of 255 = 90%
G 164 of 255 = 64%
B 188 of 255 = 74%
R + G + B ~ 76%. #E6A4BC is quite light color.
R + G + B = 230 + 164 + 188 = 582 (100%)
R 230 of 582 ~ 39.52%
G 164 of 582 ~ 28.18%
B 188 of 582 ~ 32.3'%
#E6A4BC color CMYK value is (0,29,18,10).
CMYK: (0,29,18,10)
C0M29Y18K10 (0%, 29%, 18%, 10%)
(0.00 / 0.29 / 0.18 / 0.10)
Color #E6A4BC in popluar color models
E6 | A4 | BC | |
---|---|---|---|
RGB | 230 | 164 | 188 |
HSL | 338° | 56.90% | 77.25% |
HSB/HSV | 338° | 28.70% | 90.20% |
CMYK | 0.00% | 28.70% | 18.26% |
9.80% |
Color #E6A4BC in popluar number systems.
HEX | E6 | A4 | BC |
Decimal | 230 | 164 | 188 |
Binary | 11100110 | 10100100 | 10111100 |
Octal | 346 | 244 | 274 |
Shades of #E6A4BC
Tints of #E6A4BC
Examples of css and html codes for elements with #E6A4BC color. Also use rgb(230,164,188) instead hex code.
.myTextColor { color: #E6A4BC; }
<p style="color:#E6A4BC">This sample text font color is #E6A4BC.</p>
This text font color is #E6A4BC.
.myBgColor { background-color: #E6A4BC; }
<div style="background-color:#E6A4BC">Inner text</div>
This div background color is #E6A4BC.
.myBorderColor { border: 1px solid #E6A4BC; }
<div style="border:3px solid #E6A4BC">Div</div>
This div border color is #E6A4BC.
.myOpacity80 { color: #E6A4BC; opacity: 0.8; }
<p style="color:#E6A4BC;opacity:0.8;">80%</p>
Text with #E6A4BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A4BC;}
<p style="text-shadow: 3px 3px 1px #E6A4BC">Text here.</p>
This text has shadow with #E6A4BC color.
.textShadow {text-shadow: 3px 3px 1px #E6A4BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A4BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6A4BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A4BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A4BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A4BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6A4BC;
-webkit-box-shadow: 1px 1px 3px 2px #E6A4BC;
box-shadow: 1px 1px 3px 2px #E6A4BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6A4BC; -webkit-box-shadow: 1px 1px 3px 2px #E6A4BC; box-shadow:1px 1px 3px 2px #E6A4BC;">
Div content here
</div>
This text has color #E6A4BC on black background.
This text has color #E6A4BC on white background.
This text has black color on #E6A4BC background.
This text has white color on #E6A4BC background.
Complementary color for #hex is #195B43.