HEX: #EE749D
RGB: (238,116,157)
#EE749D contains mainly red color. Web safe color of #EE749D is #FF6699 (or #F69).
#EE749D color RGB value is (238,116,157).
RGB: (238,116,157)
(93%, 45%, 62%)
R 238 of 255 = 93%
G 116 of 255 = 45%
B 157 of 255 = 62%
R + G + B ~ 67%. #EE749D is quite light color.
R + G + B = 238 + 116 + 157 = 511 (100%)
R 238 of 511 ~ 46.58%
G 116 of 511 ~ 22.7%
B 157 of 511 ~ 30.72'%
#EE749D color CMYK value is (0,51,34,7).
CMYK: (0,51,34,7)
C0M51Y34K7 (0%, 51%, 34%, 7%)
(0.00 / 0.51 / 0.34 / 0.07)
Color #EE749D in popluar color models
EE | 74 | 9D | |
---|---|---|---|
RGB | 238 | 116 | 157 |
HSL | 340° | 78.21% | 69.41% |
HSB/HSV | 340° | 51.26% | 93.33% |
CMYK | 0.00% | 51.26% | 34.03% |
6.67% |
Color #EE749D in popluar number systems.
HEX | EE | 74 | 9D |
Decimal | 238 | 116 | 157 |
Binary | 11101110 | 1110100 | 10011101 |
Octal | 356 | 164 | 235 |
Shades of #EE749D
Tints of #EE749D
Examples of css and html codes for elements with #EE749D color. Also use rgb(238,116,157) instead hex code.
.myTextColor { color: #EE749D; }
<p style="color:#EE749D">This sample text font color is #EE749D.</p>
This text font color is #EE749D.
.myBgColor { background-color: #EE749D; }
<div style="background-color:#EE749D">Inner text</div>
This div background color is #EE749D.
.myBorderColor { border: 1px solid #EE749D; }
<div style="border:3px solid #EE749D">Div</div>
This div border color is #EE749D.
.myOpacity80 { color: #EE749D; opacity: 0.8; }
<p style="color:#EE749D;opacity:0.8;">80%</p>
Text with #EE749D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE749D;}
<p style="text-shadow: 3px 3px 1px #EE749D">Text here.</p>
This text has shadow with #EE749D color.
.textShadow {text-shadow: 3px 3px 1px #EE749D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE749D, 5px 5px 20px red">Text here.</p>
This text has shadow with #EE749D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE749D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE749D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE749D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EE749D;
-webkit-box-shadow: 1px 1px 3px 2px #EE749D;
box-shadow: 1px 1px 3px 2px #EE749D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE749D; -webkit-box-shadow: 1px 1px 3px 2px #EE749D; box-shadow:1px 1px 3px 2px #EE749D;">
Div content here
</div>
This text has color #EE749D on black background.
This text has color #EE749D on white background.
This text has black color on #EE749D background.
This text has white color on #EE749D background.
Complementary color for #hex is #118B62.