HEX: #EF4E7A
RGB: (239,78,122)
#EF4E7A contains mainly red color. Web safe color of #EF4E7A is #FF6666 (or #F66).
#EF4E7A color RGB value is (239,78,122).
RGB: (239,78,122)
(94%, 31%, 48%)
R 239 of 255 = 94%
G 78 of 255 = 31%
B 122 of 255 = 48%
R + G + B ~ 58%. #EF4E7A is middle color (not dark and not light).
R + G + B = 239 + 78 + 122 = 439 (100%)
R 239 of 439 ~ 54.44%
G 78 of 439 ~ 17.77%
B 122 of 439 ~ 27.79'%
#EF4E7A color CMYK value is (0,67,49,6).
CMYK: (0,67,49,6) C0M67Y49K6 (0%,67%,49%,6%) (0.00/0.67/0.49/0.06)
Color #EF4E7A in popluar color models
EF | 4E | 7A | |
---|---|---|---|
RGB | 239 | 78 | 122 |
HSL | 344° | 83.42% | 62.16% |
HSB/HSV | 344° | 67.36% | 93.73% |
CMYK | 0.00% | 67.36% | 48.95% |
6.27% |
Color #EF4E7A in popluar number systems.
HEX | EF | 4E | 7A |
Decimal | 239 | 78 | 122 |
Binary | 11101111 | 1001110 | 1111010 |
Octal | 357 | 116 | 172 |
Shades of #EF4E7A
Tints of #EF4E7A
Examples of css and html codes for elements with #EF4E7A color. Also use rgb(239,78,122) instead hex code.
.myTextColor { color: #EF4E7A; }
<p style="color:#EF4E7A">This sample text font color is #EF4E7A.</p>
This text font color is #EF4E7A.
.myBgColor { background-color: #EF4E7A; }
<div style="background-color:#EF4E7A">Inner text</div>
This div background color is #EF4E7A.
.myBorderColor { border: 1px solid #EF4E7A; }
<div style="border:3px solid #EF4E7A">Div</div>
This div border color is #EF4E7A.
.myOpacity80 { color: #EF4E7A; opacity: 0.8; }
<p style="color:#EF4E7A;opacity:0.8;">80%</p>
Text with #EF4E7A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF4E7A;}
<p style="text-shadow: 3px 3px 1px #EF4E7A">Text here.</p>
This text has shadow with #EF4E7A color.
.textShadow {text-shadow: 3px 3px 1px #EF4E7A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF4E7A, 5px 5px 20px red">Text here.</p>
This text has shadow with #EF4E7A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF4E7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF4E7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF4E7A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF4E7A;
-webkit-box-shadow: 1px 1px 3px 2px #EF4E7A;
box-shadow: 1px 1px 3px 2px #EF4E7A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF4E7A; -webkit-box-shadow: 1px 1px 3px 2px #EF4E7A; box-shadow:1px 1px 3px 2px #EF4E7A;">
Div content here
</div>
This text has color #EF4E7A on black background.
This text has color #EF4E7A on white background.
This text has black color on #EF4E7A background.
This text has white color on #EF4E7A background.
Complementary color for #hex is #10B185.