HEX: #EF466D
RGB: (239,70,109)
#EF466D contains mainly red color. Web safe color of #EF466D is #FF3366 (or #F36).
#EF466D color RGB value is (239,70,109).
RGB: (239,70,109)
(94%, 27%, 43%)
R 239 of 255 = 94%
G 70 of 255 = 27%
B 109 of 255 = 43%
R + G + B ~ 55%. #EF466D is middle color (not dark and not light).
R + G + B = 239 + 70 + 109 = 418 (100%)
R 239 of 418 ~ 57.18%
G 70 of 418 ~ 16.75%
B 109 of 418 ~ 26.08'%
#EF466D color CMYK value is (0,71,54,6).
CMYK: (0,71,54,6)
C0M71Y54K6 (0%, 71%, 54%, 6%)
(0.00 / 0.71 / 0.54 / 0.06)
Color #EF466D in popluar color models
EF | 46 | 6D | |
---|---|---|---|
RGB | 239 | 70 | 109 |
HSL | 346° | 84.08% | 60.59% |
HSB/HSV | 346° | 70.71% | 93.73% |
CMYK | 0.00% | 70.71% | 54.39% |
6.27% |
Color #EF466D in popluar number systems.
HEX | EF | 46 | 6D |
Decimal | 239 | 70 | 109 |
Binary | 11101111 | 1000110 | 1101101 |
Octal | 357 | 106 | 155 |
Shades of #EF466D
Tints of #EF466D
Examples of css and html codes for elements with #EF466D color. Also use rgb(239,70,109) instead hex code.
.myTextColor { color: #EF466D; }
<p style="color:#EF466D">This sample text font color is #EF466D.</p>
This text font color is #EF466D.
.myBgColor { background-color: #EF466D; }
<div style="background-color:#EF466D">Inner text</div>
This div background color is #EF466D.
.myBorderColor { border: 1px solid #EF466D; }
<div style="border:3px solid #EF466D">Div</div>
This div border color is #EF466D.
.myOpacity80 { color: #EF466D; opacity: 0.8; }
<p style="color:#EF466D;opacity:0.8;">80%</p>
Text with #EF466D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF466D;}
<p style="text-shadow: 3px 3px 1px #EF466D">Text here.</p>
This text has shadow with #EF466D color.
.textShadow {text-shadow: 3px 3px 1px #EF466D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF466D, 5px 5px 20px red">Text here.</p>
This text has shadow with #EF466D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF466D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF466D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF466D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF466D;
-webkit-box-shadow: 1px 1px 3px 2px #EF466D;
box-shadow: 1px 1px 3px 2px #EF466D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF466D; -webkit-box-shadow: 1px 1px 3px 2px #EF466D; box-shadow:1px 1px 3px 2px #EF466D;">
Div content here
</div>
This text has color #EF466D on black background.
This text has color #EF466D on white background.
This text has black color on #EF466D background.
This text has white color on #EF466D background.
Complementary color for #hex is #10B992.