HEX: #EF85D7
RGB: (239,133,215)
#EF85D7 contains mainly red and blue colors. Web safe color of #EF85D7 is #FF99CC (or #F9C).
#EF85D7 color RGB value is (239,133,215).
RGB: (239,133,215)
(94%, 52%, 84%)
R 239 of 255 = 94%
G 133 of 255 = 52%
B 215 of 255 = 84%
R + G + B ~ 77%. #EF85D7 is quite light color.
R + G + B = 239 + 133 + 215 = 587 (100%)
R 239 of 587 ~ 40.72%
G 133 of 587 ~ 22.66%
B 215 of 587 ~ 36.63'%
#EF85D7 color CMYK value is (0,44,10,6).
CMYK: (0,44,10,6)
C0M44Y10K6 (0%, 44%, 10%, 6%)
(0.00 / 0.44 / 0.10 / 0.06)
Color #EF85D7 in popluar color models
EF | 85 | D7 | |
---|---|---|---|
RGB | 239 | 133 | 215 |
HSL | 314° | 76.81% | 72.94% |
HSB/HSV | 314° | 44.35% | 93.73% |
CMYK | 0.00% | 44.35% | 10.04% |
6.27% |
Color #EF85D7 in popluar number systems.
HEX | EF | 85 | D7 |
Decimal | 239 | 133 | 215 |
Binary | 11101111 | 10000101 | 11010111 |
Octal | 357 | 205 | 327 |
Shades of #EF85D7
Tints of #EF85D7
Examples of css and html codes for elements with #EF85D7 color. Also use rgb(239,133,215) instead hex code.
.myTextColor { color: #EF85D7; }
<p style="color:#EF85D7">This sample text font color is #EF85D7.</p>
This text font color is #EF85D7.
.myBgColor { background-color: #EF85D7; }
<div style="background-color:#EF85D7">Inner text</div>
This div background color is #EF85D7.
.myBorderColor { border: 1px solid #EF85D7; }
<div style="border:3px solid #EF85D7">Div</div>
This div border color is #EF85D7.
.myOpacity80 { color: #EF85D7; opacity: 0.8; }
<p style="color:#EF85D7;opacity:0.8;">80%</p>
Text with #EF85D7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF85D7;}
<p style="text-shadow: 3px 3px 1px #EF85D7">Text here.</p>
This text has shadow with #EF85D7 color.
.textShadow {text-shadow: 3px 3px 1px #EF85D7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF85D7, 5px 5px 20px red">Text here.</p>
This text has shadow with #EF85D7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF85D7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF85D7, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF85D7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF85D7;
-webkit-box-shadow: 1px 1px 3px 2px #EF85D7;
box-shadow: 1px 1px 3px 2px #EF85D7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF85D7; -webkit-box-shadow: 1px 1px 3px 2px #EF85D7; box-shadow:1px 1px 3px 2px #EF85D7;">
Div content here
</div>
This text has color #EF85D7 on black background.
This text has color #EF85D7 on white background.
This text has black color on #EF85D7 background.
This text has white color on #EF85D7 background.
Complementary color for #hex is #107A28.