HEX: #ED96D1
RGB: (237,150,209)
#ED96D1 contains mainly red and blue colors. Web safe color of #ED96D1 is #FF99CC (or #F9C).
#ED96D1 color RGB value is (237,150,209).
RGB: (237,150,209)
(93%, 59%, 82%)
R 237 of 255 = 93%
G 150 of 255 = 59%
B 209 of 255 = 82%
R + G + B ~ 78%. #ED96D1 is quite light color.
R + G + B = 237 + 150 + 209 = 596 (100%)
R 237 of 596 ~ 39.77%
G 150 of 596 ~ 25.17%
B 209 of 596 ~ 35.07'%
#ED96D1 color CMYK value is (0,37,12,7).
CMYK: (0,37,12,7)
C0M37Y12K7 (0%, 37%, 12%, 7%)
(0.00 / 0.37 / 0.12 / 0.07)
Color #ED96D1 in popluar color models
ED | 96 | D1 | |
---|---|---|---|
RGB | 237 | 150 | 209 |
HSL | 319° | 70.73% | 75.88% |
HSB/HSV | 319° | 36.71% | 92.94% |
CMYK | 0.00% | 36.71% | 11.81% |
7.06% |
Color #ED96D1 in popluar number systems.
HEX | ED | 96 | D1 |
Decimal | 237 | 150 | 209 |
Binary | 11101101 | 10010110 | 11010001 |
Octal | 355 | 226 | 321 |
Shades of #ED96D1
Tints of #ED96D1
Examples of css and html codes for elements with #ED96D1 color. Also use rgb(237,150,209) instead hex code.
.myTextColor { color: #ED96D1; }
<p style="color:#ED96D1">This sample text font color is #ED96D1.</p>
This text font color is #ED96D1.
.myBgColor { background-color: #ED96D1; }
<div style="background-color:#ED96D1">Inner text</div>
This div background color is #ED96D1.
.myBorderColor { border: 1px solid #ED96D1; }
<div style="border:3px solid #ED96D1">Div</div>
This div border color is #ED96D1.
.myOpacity80 { color: #ED96D1; opacity: 0.8; }
<p style="color:#ED96D1;opacity:0.8;">80%</p>
Text with #ED96D1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED96D1;}
<p style="text-shadow: 3px 3px 1px #ED96D1">Text here.</p>
This text has shadow with #ED96D1 color.
.textShadow {text-shadow: 3px 3px 1px #ED96D1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED96D1, 5px 5px 20px red">Text here.</p>
This text has shadow with #ED96D1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED96D1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED96D1, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED96D1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED96D1;
-webkit-box-shadow: 1px 1px 3px 2px #ED96D1;
box-shadow: 1px 1px 3px 2px #ED96D1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED96D1; -webkit-box-shadow: 1px 1px 3px 2px #ED96D1; box-shadow:1px 1px 3px 2px #ED96D1;">
Div content here
</div>
This text has color #ED96D1 on black background.
This text has color #ED96D1 on white background.
This text has black color on #ED96D1 background.
This text has white color on #ED96D1 background.
Complementary color for #hex is #12692E.