HEX: #ED5495
RGB: (237,84,149)
#ED5495 contains mainly red color. Web safe color of #ED5495 is #FF6699 (or #F69).
#ED5495 color RGB value is (237,84,149).
RGB: (237,84,149)
(93%, 33%, 58%)
R 237 of 255 = 93%
G 84 of 255 = 33%
B 149 of 255 = 58%
R + G + B ~ 61%. #ED5495 is quite light color.
R + G + B = 237 + 84 + 149 = 470 (100%)
R 237 of 470 ~ 50.43%
G 84 of 470 ~ 17.87%
B 149 of 470 ~ 31.7'%
#ED5495 color CMYK value is (0,65,37,7).
CMYK: (0,65,37,7)
C0M65Y37K7 (0%, 65%, 37%, 7%)
(0.00 / 0.65 / 0.37 / 0.07)
Color #ED5495 in popluar color models
ED | 54 | 95 | |
---|---|---|---|
RGB | 237 | 84 | 149 |
HSL | 335° | 80.95% | 62.94% |
HSB/HSV | 335° | 64.56% | 92.94% |
CMYK | 0.00% | 64.56% | 37.13% |
7.06% |
Color #ED5495 in popluar number systems.
HEX | ED | 54 | 95 |
Decimal | 237 | 84 | 149 |
Binary | 11101101 | 1010100 | 10010101 |
Octal | 355 | 124 | 225 |
Shades of #ED5495
Tints of #ED5495
Examples of css and html codes for elements with #ED5495 color. Also use rgb(237,84,149) instead hex code.
.myTextColor { color: #ED5495; }
<p style="color:#ED5495">This sample text font color is #ED5495.</p>
This text font color is #ED5495.
.myBgColor { background-color: #ED5495; }
<div style="background-color:#ED5495">Inner text</div>
This div background color is #ED5495.
.myBorderColor { border: 1px solid #ED5495; }
<div style="border:3px solid #ED5495">Div</div>
This div border color is #ED5495.
.myOpacity80 { color: #ED5495; opacity: 0.8; }
<p style="color:#ED5495;opacity:0.8;">80%</p>
Text with #ED5495 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED5495;}
<p style="text-shadow: 3px 3px 1px #ED5495">Text here.</p>
This text has shadow with #ED5495 color.
.textShadow {text-shadow: 3px 3px 1px #ED5495', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED5495, 5px 5px 20px red">Text here.</p>
This text has shadow with #ED5495 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED5495, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED5495, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED5495 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED5495;
-webkit-box-shadow: 1px 1px 3px 2px #ED5495;
box-shadow: 1px 1px 3px 2px #ED5495;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED5495; -webkit-box-shadow: 1px 1px 3px 2px #ED5495; box-shadow:1px 1px 3px 2px #ED5495;">
Div content here
</div>
This text has color #ED5495 on black background.
This text has color #ED5495 on white background.
This text has black color on #ED5495 background.
This text has white color on #ED5495 background.
Complementary color for #hex is #12AB6A.