HEX: #EF76B9
RGB: (239,118,185)
#EF76B9 contains mainly red and blue colors. Web safe color of #EF76B9 is #FF66CC (or #F6C).
#EF76B9 color RGB value is (239,118,185).
RGB: (239,118,185) (94%,46%,73%)
R 239 of 255 = 94%
G 118 of 255 = 46%
B 185 of 255 = 73%
R + G + B ~ 71%. #EF76B9 is quite light color.
R + G + B =
239 + 118 + 185 = 542 (100%)
R 239 of 542 ~ 44.1%
G 118 of 542 ~ 21.77%
B 185 of 542 ~ 34.13%
#EF76B9 color CMYK value is (0,51,23,6).
CMYK: (0,51,23,6) C0M51Y23K6 (0%,51%,23%,6%) (0.00/0.51/0.23/0.06)
EF | 76 | B9 | |
---|---|---|---|
RGB | 239 | 118 | 185 |
HSL | 327° | 79.08% | 70.00% |
HSB/HSV | 327° | 50.63% | 93.73% |
CMYK | 0.00% | 50.63% | 22.59% |
6.27% |
HEX | EF | 76 | B9 |
Decimal | 239 | 118 | 185 |
Binary | 11101111 | 1110110 | 10111001 |
Octal | 357 | 166 | 271 |
Examples of css and html codes for elements with #EF76B9 color. Also use rgb(239,118,185) instead hex code.
.myTextColor { color: #EF76B9; }
<p style="color:#EF76B9">This sample text font color is #EF76B9.</p>
This text font color is #EF76B9.
.myBgColor { background-color: #EF76B9; }
<div style="background-color:#EF76B9">Inner text</div>
This div background color is #EF76B9.
.myBorderColor { border: 1px solid #EF76B9; }
<div style="border:3px solid #EF76B9">Div</div>
This div border color is #EF76B9.
.myOpacity80 { color: #EF76B9; opacity: 0.8; }
<p style="color:#EF76B9;opacity:0.8;">80%</p>
Text with #EF76B9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF76B9;}
<p style="text-shadow: 3px 3px 1px #EF76B9">Text here.</p>
This text has shadow with #EF76B9 color.
.textShadow {text-shadow: 3px 3px 1px #EF76B9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF76B9, 5px 5px 20px red">Text here.</p>
This text has shadow with #EF76B9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF76B9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF76B9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF76B9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EF76B9; -webkit-box-shadow: 1px 1px 3px 2px #EF76B9; box-shadow: 1px 1px 3px 2px #EF76B9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EF76B9; -webkit-box-shadow: 1px 1px 3px 2px #EF76B9; box-shadow:1px 1px 3px 2px #EF76B9;">
Div content here</div>
This text has color #EF76B9 on black background.
This text has color #EF76B9 on white background.
This text has black color on #EF76B9 background.
This text has white color on #EF76B9 background.