HEX: #ED58AB
RGB: (237,88,171)
#ED58AB contains mainly red color. Web safe color of #ED58AB is #FF6699 (or #F69).
#ED58AB color RGB value is (237,88,171).
RGB: (237,88,171)
(93%, 35%, 67%)
R 237 of 255 = 93%
G 88 of 255 = 35%
B 171 of 255 = 67%
R + G + B ~ 65%. #ED58AB is quite light color.
R + G + B = 237 + 88 + 171 = 496 (100%)
R 237 of 496 ~ 47.78%
G 88 of 496 ~ 17.74%
B 171 of 496 ~ 34.48'%
#ED58AB color CMYK value is (0,63,28,7).
CMYK: (0,63,28,7)
C0M63Y28K7 (0%, 63%, 28%, 7%)
(0.00 / 0.63 / 0.28 / 0.07)
Color #ED58AB in popluar color models
ED | 58 | AB | |
---|---|---|---|
RGB | 237 | 88 | 171 |
HSL | 327° | 80.54% | 63.73% |
HSB/HSV | 327° | 62.87% | 92.94% |
CMYK | 0.00% | 62.87% | 27.85% |
7.06% |
Color #ED58AB in popluar number systems.
HEX | ED | 58 | AB |
Decimal | 237 | 88 | 171 |
Binary | 11101101 | 1011000 | 10101011 |
Octal | 355 | 130 | 253 |
Shades of #ED58AB
Tints of #ED58AB
Examples of css and html codes for elements with #ED58AB color. Also use rgb(237,88,171) instead hex code.
.myTextColor { color: #ED58AB; }
<p style="color:#ED58AB">This sample text font color is #ED58AB.</p>
This text font color is #ED58AB.
.myBgColor { background-color: #ED58AB; }
<div style="background-color:#ED58AB">Inner text</div>
This div background color is #ED58AB.
.myBorderColor { border: 1px solid #ED58AB; }
<div style="border:3px solid #ED58AB">Div</div>
This div border color is #ED58AB.
.myOpacity80 { color: #ED58AB; opacity: 0.8; }
<p style="color:#ED58AB;opacity:0.8;">80%</p>
Text with #ED58AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED58AB;}
<p style="text-shadow: 3px 3px 1px #ED58AB">Text here.</p>
This text has shadow with #ED58AB color.
.textShadow {text-shadow: 3px 3px 1px #ED58AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED58AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ED58AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED58AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED58AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED58AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED58AB;
-webkit-box-shadow: 1px 1px 3px 2px #ED58AB;
box-shadow: 1px 1px 3px 2px #ED58AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED58AB; -webkit-box-shadow: 1px 1px 3px 2px #ED58AB; box-shadow:1px 1px 3px 2px #ED58AB;">
Div content here
</div>
This text has color #ED58AB on black background.
This text has color #ED58AB on white background.
This text has black color on #ED58AB background.
This text has white color on #ED58AB background.
Complementary color for #hex is #12A754.