HEX: #ED5990
RGB: (237,89,144)
#ED5990 contains mainly red color. #ED5990 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.
#ED5990 color RGB value is (237,89,144).
RGB: (237,89,144) (93%,35%,56%)
R 237 of 255 = 93%
G 89 of 255 = 35%
B 144 of 255 = 56%
R + G + B ~ 61%. #ED5990 is quite light color.
R + G + B =
237 + 89 + 144 = 470 (100%)
R 237 of 470 ~ 50.43%
G 89 of 470 ~ 18.94%
B 144 of 470 ~ 30.64%
#ED5990 rengi CMYK tonu (0,62,39,7).
CMYK: (0,62,39,7) C0M62Y39K7 (0%,62%,39%,7%) (0.00/0.62/0.39/0.07)
ED | 59 | 90 | |
---|---|---|---|
RGB | 237 | 89 | 144 |
HSL | 338° | 80.43% | 63.92% |
HSB/HSV | 338° | 62.45% | 92.94% |
CMYK | 0.00% | 62.45% | 39.24% |
7.06% |
HEX | ED | 59 | 90 |
Decimal | 237 | 89 | 144 |
Binary | 11101101 | 1011001 | 10010000 |
Octal | 355 | 131 | 220 |
Examples of css and html codes for elements with #ED5990 color. Also use rgb(237,89,144) instead hex code.
.myTextColor { color: #ED5990; }
<p style="color:#ED5990">This sample text font color is #ED5990.</p>
This text font color is #ED5990.
.myBgColor { background-color: #ED5990; }
<div style="background-color:#ED5990">Inner text</div>
This div background color is #ED5990.
.myBorderColor { border: 1px solid #ED5990; }
<div style="border:3px solid #ED5990">Div</div>
This div border color is #ED5990.
.myOpacity80 { color: #ED5990; opacity: 0.8; }
<p style="color:#ED5990;opacity:0.8;">80%</p>
Text with #ED5990 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED5990;}
<p style="text-shadow: 3px 3px 1px #ED5990">Text here.</p>
This text has shadow with #ED5990 color.
.textShadow {text-shadow: 3px 3px 1px #ED5990, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED5990, 5px 5px 20px red">Text here.</p>
This text has shadow with #ED5990 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED5990, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED5990, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED5990 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ED5990; -webkit-box-shadow: 1px 1px 3px 2px #ED5990; box-shadow: 1px 1px 3px 2px #ED5990; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ED5990; -webkit-box-shadow: 1px 1px 3px 2px #ED5990; box-shadow:1px 1px 3px 2px #ED5990;">
Div content here</div>
This text has color #ED5990 on black background.
This text has color #ED5990 on white background.
This text has black color on #ED5990 background.
This text has white color on #ED5990 background.