HEX: #E2A9EE
RGB: (226,169,238)
#E2A9EE contains mainly red and blue colors. Web safe color of #E2A9EE is #CC99FF (or #C9F).
#E2A9EE color RGB value is (226,169,238).
RGB: (226,169,238)
(89%, 66%, 93%)
R 226 of 255 = 89%
G 169 of 255 = 66%
B 238 of 255 = 93%
R + G + B ~ 83%. #E2A9EE is quite light color.
R + G + B = 226 + 169 + 238 = 633 (100%)
R 226 of 633 ~ 35.7%
G 169 of 633 ~ 26.7%
B 238 of 633 ~ 37.6'%
#E2A9EE color CMYK value is (5,29,0,7).
CMYK: (5,29,0,7) C5M29Y0K7 (5%,29%,0%,7%) (0.05/0.29/0.00/0.07)
Color #E2A9EE in popluar color models
E2 | A9 | EE | |
---|---|---|---|
RGB | 226 | 169 | 238 |
HSL | 290° | 66.99% | 79.80% |
HSB/HSV | 290° | 28.99% | 93.33% |
CMYK | 5.04% | 28.99% | 0.00% |
6.67% |
Color #E2A9EE in popluar number systems.
HEX | E2 | A9 | EE |
Decimal | 226 | 169 | 238 |
Binary | 11100010 | 10101001 | 11101110 |
Octal | 342 | 251 | 356 |
Shades of #E2A9EE
Tints of #E2A9EE
Examples of css and html codes for elements with #E2A9EE color. Also use rgb(226,169,238) instead hex code.
.myTextColor { color: #E2A9EE; }
<p style="color:#E2A9EE">This sample text font color is #E2A9EE.</p>
This text font color is #E2A9EE.
.myBgColor { background-color: #E2A9EE; }
<div style="background-color:#E2A9EE">Inner text</div>
This div background color is #E2A9EE.
.myBorderColor { border: 1px solid #E2A9EE; }
<div style="border:3px solid #E2A9EE">Div</div>
This div border color is #E2A9EE.
.myOpacity80 { color: #E2A9EE; opacity: 0.8; }
<p style="color:#E2A9EE;opacity:0.8;">80%</p>
Text with #E2A9EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E2A9EE;}
<p style="text-shadow: 3px 3px 1px #E2A9EE">Text here.</p>
This text has shadow with #E2A9EE color.
.textShadow {text-shadow: 3px 3px 1px #E2A9EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E2A9EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E2A9EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2A9EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E2A9EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E2A9EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2A9EE;
-webkit-box-shadow: 1px 1px 3px 2px #E2A9EE;
box-shadow: 1px 1px 3px 2px #E2A9EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2A9EE; -webkit-box-shadow: 1px 1px 3px 2px #E2A9EE; box-shadow:1px 1px 3px 2px #E2A9EE;">
Div content here
</div>
This text has color #E2A9EE on black background.
This text has color #E2A9EE on white background.
This text has black color on #E2A9EE background.
This text has white color on #E2A9EE background.
Complementary color for #hex is #1D5611.