HEX: #E994C5
RGB: (233,148,197)
#E994C5 contains mainly red and blue colors. Web safe color of #E994C5 is #FF99CC (or #F9C).
#E994C5 color RGB value is (233,148,197).
RGB: (233,148,197)
(91%, 58%, 77%)
R 233 of 255 = 91%
G 148 of 255 = 58%
B 197 of 255 = 77%
R + G + B ~ 75%. #E994C5 is quite light color.
R + G + B = 233 + 148 + 197 = 578 (100%)
R 233 of 578 ~ 40.31%
G 148 of 578 ~ 25.61%
B 197 of 578 ~ 34.08'%
#E994C5 color CMYK value is (0,36,15,9).
CMYK: (0,36,15,9) C0M36Y15K9 (0%,36%,15%,9%) (0.00/0.36/0.15/0.09)
Color #E994C5 in popluar color models
E9 | 94 | C5 | |
---|---|---|---|
RGB | 233 | 148 | 197 |
HSL | 325° | 65.89% | 74.71% |
HSB/HSV | 325° | 36.48% | 91.37% |
CMYK | 0.00% | 36.48% | 15.45% |
8.63% |
Color #E994C5 in popluar number systems.
HEX | E9 | 94 | C5 |
Decimal | 233 | 148 | 197 |
Binary | 11101001 | 10010100 | 11000101 |
Octal | 351 | 224 | 305 |
Shades of #E994C5
Tints of #E994C5
Examples of css and html codes for elements with #E994C5 color. Also use rgb(233,148,197) instead hex code.
.myTextColor { color: #E994C5; }
<p style="color:#E994C5">This sample text font color is #E994C5.</p>
This text font color is #E994C5.
.myBgColor { background-color: #E994C5; }
<div style="background-color:#E994C5">Inner text</div>
This div background color is #E994C5.
.myBorderColor { border: 1px solid #E994C5; }
<div style="border:3px solid #E994C5">Div</div>
This div border color is #E994C5.
.myOpacity80 { color: #E994C5; opacity: 0.8; }
<p style="color:#E994C5;opacity:0.8;">80%</p>
Text with #E994C5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E994C5;}
<p style="text-shadow: 3px 3px 1px #E994C5">Text here.</p>
This text has shadow with #E994C5 color.
.textShadow {text-shadow: 3px 3px 1px #E994C5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E994C5, 5px 5px 20px red">Text here.</p>
This text has shadow with #E994C5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E994C5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E994C5, Direction=45, Strength=4)">Text</p>
This text has shadow with #E994C5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E994C5;
-webkit-box-shadow: 1px 1px 3px 2px #E994C5;
box-shadow: 1px 1px 3px 2px #E994C5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E994C5; -webkit-box-shadow: 1px 1px 3px 2px #E994C5; box-shadow:1px 1px 3px 2px #E994C5;">
Div content here
</div>
This text has color #E994C5 on black background.
This text has color #E994C5 on white background.
This text has black color on #E994C5 background.
This text has white color on #E994C5 background.
Complementary color for #hex is #166B3A.