HEX: #E5AEDE
RGB: (229,174,222)
#E5AEDE contains red, green and blue colors in about the same proportion. Web safe color of #E5AEDE is #CC99CC (or #C9C).
#E5AEDE color RGB value is (229,174,222).
RGB: (229,174,222)
(90%, 68%, 87%)
R 229 of 255 = 90%
G 174 of 255 = 68%
B 222 of 255 = 87%
R + G + B ~ 82%. #E5AEDE is quite light color.
R + G + B = 229 + 174 + 222 = 625 (100%)
R 229 of 625 ~ 36.64%
G 174 of 625 ~ 27.84%
B 222 of 625 ~ 35.52'%
#E5AEDE color CMYK value is (0,24,3,10).
CMYK: (0,24,3,10)
C0M24Y3K10 (0%, 24%, 3%, 10%)
(0.00 / 0.24 / 0.03 / 0.10)
Color #E5AEDE in popluar color models
E5 | AE | DE | |
---|---|---|---|
RGB | 229 | 174 | 222 |
HSL | 308° | 51.40% | 79.02% |
HSB/HSV | 308° | 24.02% | 89.80% |
CMYK | 0.00% | 24.02% | 3.06% |
10.20% |
Color #E5AEDE in popluar number systems.
HEX | E5 | AE | DE |
Decimal | 229 | 174 | 222 |
Binary | 11100101 | 10101110 | 11011110 |
Octal | 345 | 256 | 336 |
Shades of #E5AEDE
Tints of #E5AEDE
Examples of css and html codes for elements with #E5AEDE color. Also use rgb(229,174,222) instead hex code.
.myTextColor { color: #E5AEDE; }
<p style="color:#E5AEDE">This sample text font color is #E5AEDE.</p>
This text font color is #E5AEDE.
.myBgColor { background-color: #E5AEDE; }
<div style="background-color:#E5AEDE">Inner text</div>
This div background color is #E5AEDE.
.myBorderColor { border: 1px solid #E5AEDE; }
<div style="border:3px solid #E5AEDE">Div</div>
This div border color is #E5AEDE.
.myOpacity80 { color: #E5AEDE; opacity: 0.8; }
<p style="color:#E5AEDE;opacity:0.8;">80%</p>
Text with #E5AEDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5AEDE;}
<p style="text-shadow: 3px 3px 1px #E5AEDE">Text here.</p>
This text has shadow with #E5AEDE color.
.textShadow {text-shadow: 3px 3px 1px #E5AEDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5AEDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5AEDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5AEDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5AEDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5AEDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5AEDE;
-webkit-box-shadow: 1px 1px 3px 2px #E5AEDE;
box-shadow: 1px 1px 3px 2px #E5AEDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5AEDE; -webkit-box-shadow: 1px 1px 3px 2px #E5AEDE; box-shadow:1px 1px 3px 2px #E5AEDE;">
Div content here
</div>
This text has color #E5AEDE on black background.
This text has color #E5AEDE on white background.
This text has black color on #E5AEDE background.
This text has white color on #E5AEDE background.
Complementary color for #hex is #1A5121.