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