HEX: #ED99EC
RGB: (237,153,236)
#ED99EC contains mainly red and blue colors. Web safe color of #ED99EC is #FF99FF (or #F9F).
#ED99EC color RGB value is (237,153,236).
RGB: (237,153,236)
(93%, 60%, 93%)
R 237 of 255 = 93%
G 153 of 255 = 60%
B 236 of 255 = 93%
R + G + B ~ 82%. #ED99EC is quite light color.
R + G + B = 237 + 153 + 236 = 626 (100%)
R 237 of 626 ~ 37.86%
G 153 of 626 ~ 24.44%
B 236 of 626 ~ 37.7'%
#ED99EC color CMYK value is (0,35,0,7).
CMYK: (0,35,0,7)
C0M35Y0K7 (0%, 35%, 0%, 7%)
(0.00 / 0.35 / 0.00 / 0.07)
Color #ED99EC in popluar color models
ED | 99 | EC | |
---|---|---|---|
RGB | 237 | 153 | 236 |
HSL | 301° | 70.00% | 76.47% |
HSB/HSV | 301° | 35.44% | 92.94% |
CMYK | 0.00% | 35.44% | 0.42% |
7.06% |
Color #ED99EC in popluar number systems.
HEX | ED | 99 | EC |
Decimal | 237 | 153 | 236 |
Binary | 11101101 | 10011001 | 11101100 |
Octal | 355 | 231 | 354 |
Shades of #ED99EC
Tints of #ED99EC
Examples of css and html codes for elements with #ED99EC color. Also use rgb(237,153,236) instead hex code.
.myTextColor { color: #ED99EC; }
<p style="color:#ED99EC">This sample text font color is #ED99EC.</p>
This text font color is #ED99EC.
.myBgColor { background-color: #ED99EC; }
<div style="background-color:#ED99EC">Inner text</div>
This div background color is #ED99EC.
.myBorderColor { border: 1px solid #ED99EC; }
<div style="border:3px solid #ED99EC">Div</div>
This div border color is #ED99EC.
.myOpacity80 { color: #ED99EC; opacity: 0.8; }
<p style="color:#ED99EC;opacity:0.8;">80%</p>
Text with #ED99EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED99EC;}
<p style="text-shadow: 3px 3px 1px #ED99EC">Text here.</p>
This text has shadow with #ED99EC color.
.textShadow {text-shadow: 3px 3px 1px #ED99EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED99EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ED99EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED99EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED99EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED99EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED99EC;
-webkit-box-shadow: 1px 1px 3px 2px #ED99EC;
box-shadow: 1px 1px 3px 2px #ED99EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED99EC; -webkit-box-shadow: 1px 1px 3px 2px #ED99EC; box-shadow:1px 1px 3px 2px #ED99EC;">
Div content here
</div>
This text has color #ED99EC on black background.
This text has color #ED99EC on white background.
This text has black color on #ED99EC background.
This text has white color on #ED99EC background.
Complementary color for #hex is #126613.