HEX: #ED5DBD
RGB: (237,93,189)
#ED5DBD contains mainly red and blue colors. Web safe color of #ED5DBD is #FF66CC (or #F6C).
#ED5DBD color RGB value is (237,93,189).
RGB: (237,93,189)
(93%, 36%, 74%)
R 237 of 255 = 93%
G 93 of 255 = 36%
B 189 of 255 = 74%
R + G + B ~ 68%. #ED5DBD is quite light color.
R + G + B = 237 + 93 + 189 = 519 (100%)
R 237 of 519 ~ 45.66%
G 93 of 519 ~ 17.92%
B 189 of 519 ~ 36.42'%
#ED5DBD color CMYK value is (0,61,20,7).
CMYK: (0,61,20,7) C0M61Y20K7 (0%,61%,20%,7%) (0.00/0.61/0.20/0.07)
Color #ED5DBD in popluar color models
ED | 5D | BD | |
---|---|---|---|
RGB | 237 | 93 | 189 |
HSL | 320° | 80.00% | 64.71% |
HSB/HSV | 320° | 60.76% | 92.94% |
CMYK | 0.00% | 60.76% | 20.25% |
7.06% |
Color #ED5DBD in popluar number systems.
HEX | ED | 5D | BD |
Decimal | 237 | 93 | 189 |
Binary | 11101101 | 1011101 | 10111101 |
Octal | 355 | 135 | 275 |
Shades of #ED5DBD
Tints of #ED5DBD
Examples of css and html codes for elements with #ED5DBD color. Also use rgb(237,93,189) instead hex code.
.myTextColor { color: #ED5DBD; }
<p style="color:#ED5DBD">This sample text font color is #ED5DBD.</p>
This text font color is #ED5DBD.
.myBgColor { background-color: #ED5DBD; }
<div style="background-color:#ED5DBD">Inner text</div>
This div background color is #ED5DBD.
.myBorderColor { border: 1px solid #ED5DBD; }
<div style="border:3px solid #ED5DBD">Div</div>
This div border color is #ED5DBD.
.myOpacity80 { color: #ED5DBD; opacity: 0.8; }
<p style="color:#ED5DBD;opacity:0.8;">80%</p>
Text with #ED5DBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED5DBD;}
<p style="text-shadow: 3px 3px 1px #ED5DBD">Text here.</p>
This text has shadow with #ED5DBD color.
.textShadow {text-shadow: 3px 3px 1px #ED5DBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED5DBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ED5DBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED5DBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED5DBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED5DBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED5DBD;
-webkit-box-shadow: 1px 1px 3px 2px #ED5DBD;
box-shadow: 1px 1px 3px 2px #ED5DBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED5DBD; -webkit-box-shadow: 1px 1px 3px 2px #ED5DBD; box-shadow:1px 1px 3px 2px #ED5DBD;">
Div content here
</div>
This text has color #ED5DBD on black background.
This text has color #ED5DBD on white background.
This text has black color on #ED5DBD background.
This text has white color on #ED5DBD background.
Complementary color for #hex is #12A242.