HEX: #EF6980
RGB: (239,105,128)
#EF6980 contains mainly red color. Web safe color of #EF6980 is #FF6666 (or #F66).
#EF6980 color RGB value is (239,105,128).
RGB: (239,105,128)
(94%, 41%, 50%)
R 239 of 255 = 94%
G 105 of 255 = 41%
B 128 of 255 = 50%
R + G + B ~ 62%. #EF6980 is quite light color.
R + G + B = 239 + 105 + 128 = 472 (100%)
R 239 of 472 ~ 50.64%
G 105 of 472 ~ 22.25%
B 128 of 472 ~ 27.12'%
#EF6980 color CMYK value is (0,56,46,6).
CMYK: (0,56,46,6)
C0M56Y46K6 (0%, 56%, 46%, 6%)
(0.00 / 0.56 / 0.46 / 0.06)
Color #EF6980 in popluar color models
EF | 69 | 80 | |
---|---|---|---|
RGB | 239 | 105 | 128 |
HSL | 350° | 80.72% | 67.45% |
HSB/HSV | 350° | 56.07% | 93.73% |
CMYK | 0.00% | 56.07% | 46.44% |
6.27% |
Color #EF6980 in popluar number systems.
HEX | EF | 69 | 80 |
Decimal | 239 | 105 | 128 |
Binary | 11101111 | 1101001 | 10000000 |
Octal | 357 | 151 | 200 |
Shades of #EF6980
Tints of #EF6980
Examples of css and html codes for elements with #EF6980 color. Also use rgb(239,105,128) instead hex code.
.myTextColor { color: #EF6980; }
<p style="color:#EF6980">This sample text font color is #EF6980.</p>
This text font color is #EF6980.
.myBgColor { background-color: #EF6980; }
<div style="background-color:#EF6980">Inner text</div>
This div background color is #EF6980.
.myBorderColor { border: 1px solid #EF6980; }
<div style="border:3px solid #EF6980">Div</div>
This div border color is #EF6980.
.myOpacity80 { color: #EF6980; opacity: 0.8; }
<p style="color:#EF6980;opacity:0.8;">80%</p>
Text with #EF6980 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF6980;}
<p style="text-shadow: 3px 3px 1px #EF6980">Text here.</p>
This text has shadow with #EF6980 color.
.textShadow {text-shadow: 3px 3px 1px #EF6980', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF6980, 5px 5px 20px red">Text here.</p>
This text has shadow with #EF6980 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF6980, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF6980, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF6980 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF6980;
-webkit-box-shadow: 1px 1px 3px 2px #EF6980;
box-shadow: 1px 1px 3px 2px #EF6980;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF6980; -webkit-box-shadow: 1px 1px 3px 2px #EF6980; box-shadow:1px 1px 3px 2px #EF6980;">
Div content here
</div>
This text has color #EF6980 on black background.
This text has color #EF6980 on white background.
This text has black color on #EF6980 background.
This text has white color on #EF6980 background.
Complementary color for #hex is #10967F.