HEX: #ED59A2
RGB: (237,89,162)
#ED59A2 contains mainly red color. Web safe color of #ED59A2 is #FF6699 (or #F69).
#ED59A2 color RGB value is (237,89,162).
RGB: (237,89,162)
(93%, 35%, 64%)
R 237 of 255 = 93%
G 89 of 255 = 35%
B 162 of 255 = 64%
R + G + B ~ 64%. #ED59A2 is quite light color.
R + G + B = 237 + 89 + 162 = 488 (100%)
R 237 of 488 ~ 48.57%
G 89 of 488 ~ 18.24%
B 162 of 488 ~ 33.2'%
#ED59A2 color CMYK value is (0,62,32,7).
CMYK: (0,62,32,7)
C0M62Y32K7 (0%, 62%, 32%, 7%)
(0.00 / 0.62 / 0.32 / 0.07)
Color #ED59A2 in popluar color models
ED | 59 | A2 | |
---|---|---|---|
RGB | 237 | 89 | 162 |
HSL | 330° | 80.43% | 63.92% |
HSB/HSV | 330° | 62.45% | 92.94% |
CMYK | 0.00% | 62.45% | 31.65% |
7.06% |
Color #ED59A2 in popluar number systems.
HEX | ED | 59 | A2 |
Decimal | 237 | 89 | 162 |
Binary | 11101101 | 1011001 | 10100010 |
Octal | 355 | 131 | 242 |
Shades of #ED59A2
Tints of #ED59A2
Examples of css and html codes for elements with #ED59A2 color. Also use rgb(237,89,162) instead hex code.
.myTextColor { color: #ED59A2; }
<p style="color:#ED59A2">This sample text font color is #ED59A2.</p>
This text font color is #ED59A2.
.myBgColor { background-color: #ED59A2; }
<div style="background-color:#ED59A2">Inner text</div>
This div background color is #ED59A2.
.myBorderColor { border: 1px solid #ED59A2; }
<div style="border:3px solid #ED59A2">Div</div>
This div border color is #ED59A2.
.myOpacity80 { color: #ED59A2; opacity: 0.8; }
<p style="color:#ED59A2;opacity:0.8;">80%</p>
Text with #ED59A2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED59A2;}
<p style="text-shadow: 3px 3px 1px #ED59A2">Text here.</p>
This text has shadow with #ED59A2 color.
.textShadow {text-shadow: 3px 3px 1px #ED59A2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED59A2, 5px 5px 20px red">Text here.</p>
This text has shadow with #ED59A2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED59A2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED59A2, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED59A2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED59A2;
-webkit-box-shadow: 1px 1px 3px 2px #ED59A2;
box-shadow: 1px 1px 3px 2px #ED59A2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED59A2; -webkit-box-shadow: 1px 1px 3px 2px #ED59A2; box-shadow:1px 1px 3px 2px #ED59A2;">
Div content here
</div>
This text has color #ED59A2 on black background.
This text has color #ED59A2 on white background.
This text has black color on #ED59A2 background.
This text has white color on #ED59A2 background.
Complementary color for #hex is #12A65D.