HEX: #E59AD5
RGB: (229,154,213)
#E59AD5 contains mainly red and blue colors. Web safe color of #E59AD5 is #CC99CC (or #C9C).
#E59AD5 color RGB value is (229,154,213).
RGB: (229,154,213)
(90%, 60%, 84%)
R 229 of 255 = 90%
G 154 of 255 = 60%
B 213 of 255 = 84%
R + G + B ~ 78%. #E59AD5 is quite light color.
R + G + B = 229 + 154 + 213 = 596 (100%)
R 229 of 596 ~ 38.42%
G 154 of 596 ~ 25.84%
B 213 of 596 ~ 35.74'%
#E59AD5 color CMYK value is (0,33,7,10).
CMYK: (0,33,7,10) C0M33Y7K10 (0%,33%,7%,10%) (0.00/0.33/0.07/0.10)
Color #E59AD5 in popluar color models
E5 | 9A | D5 | |
---|---|---|---|
RGB | 229 | 154 | 213 |
HSL | 313° | 59.06% | 75.10% |
HSB/HSV | 313° | 32.75% | 89.80% |
CMYK | 0.00% | 32.75% | 6.99% |
10.20% |
Color #E59AD5 in popluar number systems.
HEX | E5 | 9A | D5 |
Decimal | 229 | 154 | 213 |
Binary | 11100101 | 10011010 | 11010101 |
Octal | 345 | 232 | 325 |
Shades of #E59AD5
Tints of #E59AD5
Examples of css and html codes for elements with #E59AD5 color. Also use rgb(229,154,213) instead hex code.
.myTextColor { color: #E59AD5; }
<p style="color:#E59AD5">This sample text font color is #E59AD5.</p>
This text font color is #E59AD5.
.myBgColor { background-color: #E59AD5; }
<div style="background-color:#E59AD5">Inner text</div>
This div background color is #E59AD5.
.myBorderColor { border: 1px solid #E59AD5; }
<div style="border:3px solid #E59AD5">Div</div>
This div border color is #E59AD5.
.myOpacity80 { color: #E59AD5; opacity: 0.8; }
<p style="color:#E59AD5;opacity:0.8;">80%</p>
Text with #E59AD5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E59AD5;}
<p style="text-shadow: 3px 3px 1px #E59AD5">Text here.</p>
This text has shadow with #E59AD5 color.
.textShadow {text-shadow: 3px 3px 1px #E59AD5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E59AD5, 5px 5px 20px red">Text here.</p>
This text has shadow with #E59AD5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E59AD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E59AD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #E59AD5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E59AD5;
-webkit-box-shadow: 1px 1px 3px 2px #E59AD5;
box-shadow: 1px 1px 3px 2px #E59AD5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E59AD5; -webkit-box-shadow: 1px 1px 3px 2px #E59AD5; box-shadow:1px 1px 3px 2px #E59AD5;">
Div content here
</div>
This text has color #E59AD5 on black background.
This text has color #E59AD5 on white background.
This text has black color on #E59AD5 background.
This text has white color on #E59AD5 background.
Complementary color for #hex is #1A652A.