HEX: #EE96EF
RGB: (238,150,239)
#EE96EF contains mainly red and blue colors. Web safe color of #EE96EF is #FF99FF (or #F9F).
#EE96EF color RGB value is (238,150,239).
RGB: (238,150,239)
(93%, 59%, 94%)
R 238 of 255 = 93%
G 150 of 255 = 59%
B 239 of 255 = 94%
R + G + B ~ 82%. #EE96EF is quite light color.
R + G + B = 238 + 150 + 239 = 627 (100%)
R 238 of 627 ~ 37.96%
G 150 of 627 ~ 23.92%
B 239 of 627 ~ 38.12'%
#EE96EF color CMYK value is (0,37,0,6).
CMYK: (0,37,0,6)
C0M37Y0K6 (0%, 37%, 0%, 6%)
(0.00 / 0.37 / 0.00 / 0.06)
Color #EE96EF in popluar color models
EE | 96 | EF | |
---|---|---|---|
RGB | 238 | 150 | 239 |
HSL | 299° | 73.55% | 76.27% |
HSB/HSV | 299° | 37.24% | 93.73% |
CMYK | 0.42% | 37.24% | 0.00% |
6.27% |
Color #EE96EF in popluar number systems.
HEX | EE | 96 | EF |
Decimal | 238 | 150 | 239 |
Binary | 11101110 | 10010110 | 11101111 |
Octal | 356 | 226 | 357 |
Shades of #EE96EF
Tints of #EE96EF
Examples of css and html codes for elements with #EE96EF color. Also use rgb(238,150,239) instead hex code.
.myTextColor { color: #EE96EF; }
<p style="color:#EE96EF">This sample text font color is #EE96EF.</p>
This text font color is #EE96EF.
.myBgColor { background-color: #EE96EF; }
<div style="background-color:#EE96EF">Inner text</div>
This div background color is #EE96EF.
.myBorderColor { border: 1px solid #EE96EF; }
<div style="border:3px solid #EE96EF">Div</div>
This div border color is #EE96EF.
.myOpacity80 { color: #EE96EF; opacity: 0.8; }
<p style="color:#EE96EF;opacity:0.8;">80%</p>
Text with #EE96EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE96EF;}
<p style="text-shadow: 3px 3px 1px #EE96EF">Text here.</p>
This text has shadow with #EE96EF color.
.textShadow {text-shadow: 3px 3px 1px #EE96EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE96EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EE96EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE96EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE96EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE96EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EE96EF;
-webkit-box-shadow: 1px 1px 3px 2px #EE96EF;
box-shadow: 1px 1px 3px 2px #EE96EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE96EF; -webkit-box-shadow: 1px 1px 3px 2px #EE96EF; box-shadow:1px 1px 3px 2px #EE96EF;">
Div content here
</div>
This text has color #EE96EF on black background.
This text has color #EE96EF on white background.
This text has black color on #EE96EF background.
This text has white color on #EE96EF background.
Complementary color for #hex is #116910.