HEX: #E5059E
RGB: (229,5,158)
#E5059E contains mainly red color. Web safe color of #E5059E is #CC0099 (or #C09).
#E5059E color RGB value is (229,5,158).
RGB: (229,5,158)
(90%, 2%, 62%)
R 229 of 255 = 90%
G 5 of 255 = 2%
B 158 of 255 = 62%
R + G + B ~ 51%. #E5059E is middle color (not dark and not light).
R + G + B = 229 + 5 + 158 = 392 (100%)
R 229 of 392 ~ 58.42%
G 5 of 392 ~ 1.28%
B 158 of 392 ~ 40.31'%
#E5059E color CMYK value is (0,98,31,10).
CMYK: (0,98,31,10)
C0M98Y31K10 (0%, 98%, 31%, 10%)
(0.00 / 0.98 / 0.31 / 0.10)
Color #E5059E in popluar color models
E5 | 05 | 9E | |
---|---|---|---|
RGB | 229 | 5 | 158 |
HSL | 319° | 95.73% | 45.88% |
HSB/HSV | 319° | 97.82% | 89.80% |
CMYK | 0.00% | 97.82% | 31.00% |
10.20% |
Color #E5059E in popluar number systems.
HEX | E5 | 05 | 9E |
Decimal | 229 | 5 | 158 |
Binary | 11100101 | 101 | 10011110 |
Octal | 345 | 5 | 236 |
Shades of #E5059E
Tints of #E5059E
Examples of css and html codes for elements with #E5059E color. Also use rgb(229,5,158) instead hex code.
.myTextColor { color: #E5059E; }
<p style="color:#E5059E">This sample text font color is #E5059E.</p>
This text font color is #E5059E.
.myBgColor { background-color: #E5059E; }
<div style="background-color:#E5059E">Inner text</div>
This div background color is #E5059E.
.myBorderColor { border: 1px solid #E5059E; }
<div style="border:3px solid #E5059E">Div</div>
This div border color is #E5059E.
.myOpacity80 { color: #E5059E; opacity: 0.8; }
<p style="color:#E5059E;opacity:0.8;">80%</p>
Text with #E5059E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5059E;}
<p style="text-shadow: 3px 3px 1px #E5059E">Text here.</p>
This text has shadow with #E5059E color.
.textShadow {text-shadow: 3px 3px 1px #E5059E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5059E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5059E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5059E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5059E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5059E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5059E;
-webkit-box-shadow: 1px 1px 3px 2px #E5059E;
box-shadow: 1px 1px 3px 2px #E5059E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5059E; -webkit-box-shadow: 1px 1px 3px 2px #E5059E; box-shadow:1px 1px 3px 2px #E5059E;">
Div content here
</div>
This text has color #E5059E on black background.
This text has color #E5059E on white background.
This text has black color on #E5059E background.
This text has white color on #E5059E background.
Complementary color for #E5059E is #1AFA61.