HEX: #EE95DA
RGB: (238,149,218)
#EE95DA contains mainly red and blue colors. Web safe color of #EE95DA is #FF99CC (or #F9C).
#EE95DA color RGB value is (238,149,218).
RGB: (238,149,218)
(93%, 58%, 85%)
R 238 of 255 = 93%
G 149 of 255 = 58%
B 218 of 255 = 85%
R + G + B ~ 79%. #EE95DA is quite light color.
R + G + B = 238 + 149 + 218 = 605 (100%)
R 238 of 605 ~ 39.34%
G 149 of 605 ~ 24.63%
B 218 of 605 ~ 36.03'%
#EE95DA color CMYK value is (0,37,8,7).
CMYK: (0,37,8,7)
C0M37Y8K7 (0%, 37%, 8%, 7%)
(0.00 / 0.37 / 0.08 / 0.07)
Color #EE95DA in popluar color models
EE | 95 | DA | |
---|---|---|---|
RGB | 238 | 149 | 218 |
HSL | 313° | 72.36% | 75.88% |
HSB/HSV | 313° | 37.39% | 93.33% |
CMYK | 0.00% | 37.39% | 8.40% |
6.67% |
Color #EE95DA in popluar number systems.
HEX | EE | 95 | DA |
Decimal | 238 | 149 | 218 |
Binary | 11101110 | 10010101 | 11011010 |
Octal | 356 | 225 | 332 |
Shades of #EE95DA
Tints of #EE95DA
Examples of css and html codes for elements with #EE95DA color. Also use rgb(238,149,218) instead hex code.
.myTextColor { color: #EE95DA; }
<p style="color:#EE95DA">This sample text font color is #EE95DA.</p>
This text font color is #EE95DA.
.myBgColor { background-color: #EE95DA; }
<div style="background-color:#EE95DA">Inner text</div>
This div background color is #EE95DA.
.myBorderColor { border: 1px solid #EE95DA; }
<div style="border:3px solid #EE95DA">Div</div>
This div border color is #EE95DA.
.myOpacity80 { color: #EE95DA; opacity: 0.8; }
<p style="color:#EE95DA;opacity:0.8;">80%</p>
Text with #EE95DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE95DA;}
<p style="text-shadow: 3px 3px 1px #EE95DA">Text here.</p>
This text has shadow with #EE95DA color.
.textShadow {text-shadow: 3px 3px 1px #EE95DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE95DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EE95DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE95DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE95DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE95DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EE95DA;
-webkit-box-shadow: 1px 1px 3px 2px #EE95DA;
box-shadow: 1px 1px 3px 2px #EE95DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE95DA; -webkit-box-shadow: 1px 1px 3px 2px #EE95DA; box-shadow:1px 1px 3px 2px #EE95DA;">
Div content here
</div>
This text has color #EE95DA on black background.
This text has color #EE95DA on white background.
This text has black color on #EE95DA background.
This text has white color on #EE95DA background.
Complementary color for #hex is #116A25.