HEX: #EE9FDF
RGB: (238,159,223)
#EE9FDF contains mainly red and blue colors. Web safe color of #EE9FDF is #FF99CC (or #F9C).
#EE9FDF color RGB value is (238,159,223).
RGB: (238,159,223)
(93%, 62%, 87%)
R 238 of 255 = 93%
G 159 of 255 = 62%
B 223 of 255 = 87%
R + G + B ~ 81%. #EE9FDF is quite light color.
R + G + B = 238 + 159 + 223 = 620 (100%)
R 238 of 620 ~ 38.39%
G 159 of 620 ~ 25.65%
B 223 of 620 ~ 35.97'%
#EE9FDF color CMYK value is (0,33,6,7).
CMYK: (0,33,6,7)
C0M33Y6K7 (0%, 33%, 6%, 7%)
(0.00 / 0.33 / 0.06 / 0.07)
Color #EE9FDF in popluar color models
EE | 9F | DF | |
---|---|---|---|
RGB | 238 | 159 | 223 |
HSL | 311° | 69.91% | 77.84% |
HSB/HSV | 311° | 33.19% | 93.33% |
CMYK | 0.00% | 33.19% | 6.30% |
6.67% |
Color #EE9FDF in popluar number systems.
HEX | EE | 9F | DF |
Decimal | 238 | 159 | 223 |
Binary | 11101110 | 10011111 | 11011111 |
Octal | 356 | 237 | 337 |
Shades of #EE9FDF
Tints of #EE9FDF
Examples of css and html codes for elements with #EE9FDF color. Also use rgb(238,159,223) instead hex code.
.myTextColor { color: #EE9FDF; }
<p style="color:#EE9FDF">This sample text font color is #EE9FDF.</p>
This text font color is #EE9FDF.
.myBgColor { background-color: #EE9FDF; }
<div style="background-color:#EE9FDF">Inner text</div>
This div background color is #EE9FDF.
.myBorderColor { border: 1px solid #EE9FDF; }
<div style="border:3px solid #EE9FDF">Div</div>
This div border color is #EE9FDF.
.myOpacity80 { color: #EE9FDF; opacity: 0.8; }
<p style="color:#EE9FDF;opacity:0.8;">80%</p>
Text with #EE9FDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE9FDF;}
<p style="text-shadow: 3px 3px 1px #EE9FDF">Text here.</p>
This text has shadow with #EE9FDF color.
.textShadow {text-shadow: 3px 3px 1px #EE9FDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE9FDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EE9FDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE9FDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE9FDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE9FDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EE9FDF;
-webkit-box-shadow: 1px 1px 3px 2px #EE9FDF;
box-shadow: 1px 1px 3px 2px #EE9FDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE9FDF; -webkit-box-shadow: 1px 1px 3px 2px #EE9FDF; box-shadow:1px 1px 3px 2px #EE9FDF;">
Div content here
</div>
This text has color #EE9FDF on black background.
This text has color #EE9FDF on white background.
This text has black color on #EE9FDF background.
This text has white color on #EE9FDF background.
Complementary color for #hex is #116020.