HEX: #E998C6
RGB: (233,152,198)
#E998C6 contains mainly red and blue colors. Web safe color of #E998C6 is #FF99CC (or #F9C).
#E998C6 color RGB value is (233,152,198).
RGB: (233,152,198)
(91%, 60%, 78%)
R 233 of 255 = 91%
G 152 of 255 = 60%
B 198 of 255 = 78%
R + G + B ~ 76%. #E998C6 is quite light color.
R + G + B = 233 + 152 + 198 = 583 (100%)
R 233 of 583 ~ 39.97%
G 152 of 583 ~ 26.07%
B 198 of 583 ~ 33.96'%
#E998C6 color CMYK value is (0,35,15,9).
CMYK: (0,35,15,9)
C0M35Y15K9 (0%, 35%, 15%, 9%)
(0.00 / 0.35 / 0.15 / 0.09)
Color #E998C6 in popluar color models
E9 | 98 | C6 | |
---|---|---|---|
RGB | 233 | 152 | 198 |
HSL | 326° | 64.80% | 75.49% |
HSB/HSV | 326° | 34.76% | 91.37% |
CMYK | 0.00% | 34.76% | 15.02% |
8.63% |
Color #E998C6 in popluar number systems.
HEX | E9 | 98 | C6 |
Decimal | 233 | 152 | 198 |
Binary | 11101001 | 10011000 | 11000110 |
Octal | 351 | 230 | 306 |
Shades of #E998C6
Tints of #E998C6
Examples of css and html codes for elements with #E998C6 color. Also use rgb(233,152,198) instead hex code.
.myTextColor { color: #E998C6; }
<p style="color:#E998C6">This sample text font color is #E998C6.</p>
This text font color is #E998C6.
.myBgColor { background-color: #E998C6; }
<div style="background-color:#E998C6">Inner text</div>
This div background color is #E998C6.
.myBorderColor { border: 1px solid #E998C6; }
<div style="border:3px solid #E998C6">Div</div>
This div border color is #E998C6.
.myOpacity80 { color: #E998C6; opacity: 0.8; }
<p style="color:#E998C6;opacity:0.8;">80%</p>
Text with #E998C6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E998C6;}
<p style="text-shadow: 3px 3px 1px #E998C6">Text here.</p>
This text has shadow with #E998C6 color.
.textShadow {text-shadow: 3px 3px 1px #E998C6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E998C6, 5px 5px 20px red">Text here.</p>
This text has shadow with #E998C6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E998C6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E998C6, Direction=45, Strength=4)">Text</p>
This text has shadow with #E998C6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E998C6;
-webkit-box-shadow: 1px 1px 3px 2px #E998C6;
box-shadow: 1px 1px 3px 2px #E998C6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E998C6; -webkit-box-shadow: 1px 1px 3px 2px #E998C6; box-shadow:1px 1px 3px 2px #E998C6;">
Div content here
</div>
This text has color #E998C6 on black background.
This text has color #E998C6 on white background.
This text has black color on #E998C6 background.
This text has white color on #E998C6 background.
Complementary color for #hex is #166739.