HEX: #E7A3DC
RGB: (231,163,220)
#E7A3DC contains mainly red and blue colors. Web safe color of #E7A3DC is #FF99CC (or #F9C).
#E7A3DC color RGB value is (231,163,220).
RGB: (231,163,220)
(91%, 64%, 86%)
R 231 of 255 = 91%
G 163 of 255 = 64%
B 220 of 255 = 86%
R + G + B ~ 80%. #E7A3DC is quite light color.
R + G + B = 231 + 163 + 220 = 614 (100%)
R 231 of 614 ~ 37.62%
G 163 of 614 ~ 26.55%
B 220 of 614 ~ 35.83'%
#E7A3DC color CMYK value is (0,29,5,9).
CMYK: (0,29,5,9) C0M29Y5K9 (0%,29%,5%,9%) (0.00/0.29/0.05/0.09)
Color #E7A3DC in popluar color models
E7 | A3 | DC | |
---|---|---|---|
RGB | 231 | 163 | 220 |
HSL | 310° | 58.62% | 77.25% |
HSB/HSV | 310° | 29.44% | 90.59% |
CMYK | 0.00% | 29.44% | 4.76% |
9.41% |
Color #E7A3DC in popluar number systems.
HEX | E7 | A3 | DC |
Decimal | 231 | 163 | 220 |
Binary | 11100111 | 10100011 | 11011100 |
Octal | 347 | 243 | 334 |
Shades of #E7A3DC
Tints of #E7A3DC
Examples of css and html codes for elements with #E7A3DC color. Also use rgb(231,163,220) instead hex code.
.myTextColor { color: #E7A3DC; }
<p style="color:#E7A3DC">This sample text font color is #E7A3DC.</p>
This text font color is #E7A3DC.
.myBgColor { background-color: #E7A3DC; }
<div style="background-color:#E7A3DC">Inner text</div>
This div background color is #E7A3DC.
.myBorderColor { border: 1px solid #E7A3DC; }
<div style="border:3px solid #E7A3DC">Div</div>
This div border color is #E7A3DC.
.myOpacity80 { color: #E7A3DC; opacity: 0.8; }
<p style="color:#E7A3DC;opacity:0.8;">80%</p>
Text with #E7A3DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7A3DC;}
<p style="text-shadow: 3px 3px 1px #E7A3DC">Text here.</p>
This text has shadow with #E7A3DC color.
.textShadow {text-shadow: 3px 3px 1px #E7A3DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7A3DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7A3DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7A3DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7A3DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7A3DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7A3DC;
-webkit-box-shadow: 1px 1px 3px 2px #E7A3DC;
box-shadow: 1px 1px 3px 2px #E7A3DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7A3DC; -webkit-box-shadow: 1px 1px 3px 2px #E7A3DC; box-shadow:1px 1px 3px 2px #E7A3DC;">
Div content here
</div>
This text has color #E7A3DC on black background.
This text has color #E7A3DC on white background.
This text has black color on #E7A3DC background.
This text has white color on #E7A3DC background.
Complementary color for #hex is #185C23.