HEX: #E498C3
RGB: (228,152,195)
#E498C3 contains mainly red and blue colors. Web safe color of #E498C3 is #CC99CC (or #C9C).
#E498C3 color RGB value is (228,152,195).
RGB: (228,152,195)
(89%, 60%, 76%)
R 228 of 255 = 89%
G 152 of 255 = 60%
B 195 of 255 = 76%
R + G + B ~ 75%. #E498C3 is quite light color.
R + G + B = 228 + 152 + 195 = 575 (100%)
R 228 of 575 ~ 39.65%
G 152 of 575 ~ 26.43%
B 195 of 575 ~ 33.91'%
#E498C3 color CMYK value is (0,33,14,11).
CMYK: (0,33,14,11) C0M33Y14K11 (0%,33%,14%,11%) (0.00/0.33/0.14/0.11)
Color #E498C3 in popluar color models
E4 | 98 | C3 | |
---|---|---|---|
RGB | 228 | 152 | 195 |
HSL | 326° | 58.46% | 74.51% |
HSB/HSV | 326° | 33.33% | 89.41% |
CMYK | 0.00% | 33.33% | 14.47% |
10.59% |
Color #E498C3 in popluar number systems.
HEX | E4 | 98 | C3 |
Decimal | 228 | 152 | 195 |
Binary | 11100100 | 10011000 | 11000011 |
Octal | 344 | 230 | 303 |
Shades of #E498C3
Tints of #E498C3
Examples of css and html codes for elements with #E498C3 color. Also use rgb(228,152,195) instead hex code.
.myTextColor { color: #E498C3; }
<p style="color:#E498C3">This sample text font color is #E498C3.</p>
This text font color is #E498C3.
.myBgColor { background-color: #E498C3; }
<div style="background-color:#E498C3">Inner text</div>
This div background color is #E498C3.
.myBorderColor { border: 1px solid #E498C3; }
<div style="border:3px solid #E498C3">Div</div>
This div border color is #E498C3.
.myOpacity80 { color: #E498C3; opacity: 0.8; }
<p style="color:#E498C3;opacity:0.8;">80%</p>
Text with #E498C3 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E498C3;}
<p style="text-shadow: 3px 3px 1px #E498C3">Text here.</p>
This text has shadow with #E498C3 color.
.textShadow {text-shadow: 3px 3px 1px #E498C3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E498C3, 5px 5px 20px red">Text here.</p>
This text has shadow with #E498C3 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E498C3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E498C3, Direction=45, Strength=4)">Text</p>
This text has shadow with #E498C3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E498C3;
-webkit-box-shadow: 1px 1px 3px 2px #E498C3;
box-shadow: 1px 1px 3px 2px #E498C3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E498C3; -webkit-box-shadow: 1px 1px 3px 2px #E498C3; box-shadow:1px 1px 3px 2px #E498C3;">
Div content here
</div>
This text has color #E498C3 on black background.
This text has color #E498C3 on white background.
This text has black color on #E498C3 background.
This text has white color on #E498C3 background.
Complementary color for #hex is #1B673C.