HEX: #ED939D
RGB: (237,147,157)
#ED939D contains mainly red color. Web safe color of #ED939D is #FF9999 (or #F99).
#ED939D color RGB value is (237,147,157).
RGB: (237,147,157)
(93%, 58%, 62%)
R 237 of 255 = 93%
G 147 of 255 = 58%
B 157 of 255 = 62%
R + G + B ~ 71%. #ED939D is quite light color.
R + G + B = 237 + 147 + 157 = 541 (100%)
R 237 of 541 ~ 43.81%
G 147 of 541 ~ 27.17%
B 157 of 541 ~ 29.02'%
#ED939D color CMYK value is (0,38,34,7).
CMYK: (0,38,34,7)
C0M38Y34K7 (0%, 38%, 34%, 7%)
(0.00 / 0.38 / 0.34 / 0.07)
Color #ED939D in popluar color models
ED | 93 | 9D | |
---|---|---|---|
RGB | 237 | 147 | 157 |
HSL | 353° | 71.43% | 75.29% |
HSB/HSV | 353° | 37.97% | 92.94% |
CMYK | 0.00% | 37.97% | 33.76% |
7.06% |
Color #ED939D in popluar number systems.
HEX | ED | 93 | 9D |
Decimal | 237 | 147 | 157 |
Binary | 11101101 | 10010011 | 10011101 |
Octal | 355 | 223 | 235 |
Shades of #ED939D
Tints of #ED939D
Examples of css and html codes for elements with #ED939D color. Also use rgb(237,147,157) instead hex code.
.myTextColor { color: #ED939D; }
<p style="color:#ED939D">This sample text font color is #ED939D.</p>
This text font color is #ED939D.
.myBgColor { background-color: #ED939D; }
<div style="background-color:#ED939D">Inner text</div>
This div background color is #ED939D.
.myBorderColor { border: 1px solid #ED939D; }
<div style="border:3px solid #ED939D">Div</div>
This div border color is #ED939D.
.myOpacity80 { color: #ED939D; opacity: 0.8; }
<p style="color:#ED939D;opacity:0.8;">80%</p>
Text with #ED939D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED939D;}
<p style="text-shadow: 3px 3px 1px #ED939D">Text here.</p>
This text has shadow with #ED939D color.
.textShadow {text-shadow: 3px 3px 1px #ED939D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED939D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ED939D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED939D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED939D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED939D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED939D;
-webkit-box-shadow: 1px 1px 3px 2px #ED939D;
box-shadow: 1px 1px 3px 2px #ED939D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED939D; -webkit-box-shadow: 1px 1px 3px 2px #ED939D; box-shadow:1px 1px 3px 2px #ED939D;">
Div content here
</div>
This text has color #ED939D on black background.
This text has color #ED939D on white background.
This text has black color on #ED939D background.
This text has white color on #ED939D background.
Complementary color for #hex is #126C62.