HEX: #E473AE
RGB: (228,115,174)
#E473AE contains mainly red and blue colors. Web safe color of #E473AE is #CC6699 (or #C69).
#E473AE color RGB value is (228,115,174).
RGB: (228,115,174) (89%,45%,68%)
R 228 of 255 = 89%
G 115 of 255 = 45%
B 174 of 255 = 68%
R + G + B ~ 67%. #E473AE is quite light color.
R + G + B =
228 + 115 + 174 = 517 (100%)
R 228 of 517 ~ 44.1%
G 115 of 517 ~ 22.24%
B 174 of 517 ~ 33.66%
#E473AE color CMYK value is (0,50,24,11).
CMYK: (0,50,24,11) C0M50Y24K11 (0%,50%,24%,11%) (0.00/0.50/0.24/0.11)
E4 | 73 | AE | |
---|---|---|---|
RGB | 228 | 115 | 174 |
HSL | 329° | 67.66% | 67.25% |
HSB/HSV | 329° | 49.56% | 89.41% |
CMYK | 0.00% | 49.56% | 23.68% |
10.59% |
HEX | E4 | 73 | AE |
Decimal | 228 | 115 | 174 |
Binary | 11100100 | 1110011 | 10101110 |
Octal | 344 | 163 | 256 |
Examples of css and html codes for elements with #E473AE color. Also use rgb(228,115,174) instead hex code.
.myTextColor { color: #E473AE; }
<p style="color:#E473AE">This sample text font color is #E473AE.</p>
This text font color is #E473AE.
.myBgColor { background-color: #E473AE; }
<div style="background-color:#E473AE">Inner text</div>
This div background color is #E473AE.
.myBorderColor { border: 1px solid #E473AE; }
<div style="border:3px solid #E473AE">Div</div>
This div border color is #E473AE.
.myOpacity80 { color: #E473AE; opacity: 0.8; }
<p style="color:#E473AE;opacity:0.8;">80%</p>
Text with #E473AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E473AE;}
<p style="text-shadow: 3px 3px 1px #E473AE">Text here.</p>
This text has shadow with #E473AE color.
.textShadow {text-shadow: 3px 3px 1px #E473AE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E473AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E473AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E473AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E473AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E473AE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E473AE; -webkit-box-shadow: 1px 1px 3px 2px #E473AE; box-shadow: 1px 1px 3px 2px #E473AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E473AE; -webkit-box-shadow: 1px 1px 3px 2px #E473AE; box-shadow:1px 1px 3px 2px #E473AE;">
Div content here</div>
This text has color #E473AE on black background.
This text has color #E473AE on white background.
This text has black color on #E473AE background.
This text has white color on #E473AE background.