HEX: #E493FC
RGB: (228,147,252)
#E493FC contains mainly red and blue colors. Web safe color of #E493FC is #CC99FF (or #C9F).
#E493FC color RGB value is (228,147,252).
RGB: (228,147,252)
(89%, 58%, 99%)
R 228 of 255 = 89%
G 147 of 255 = 58%
B 252 of 255 = 99%
R + G + B ~ 82%. #E493FC is quite light color.
R + G + B = 228 + 147 + 252 = 627 (100%)
R 228 of 627 ~ 36.36%
G 147 of 627 ~ 23.44%
B 252 of 627 ~ 40.19'%
#E493FC color CMYK value is (10,42,0,1).
CMYK: (10,42,0,1) C10M42Y0K1 (10%,42%,0%,1%) (0.10/0.42/0.00/0.01)
Color #E493FC in popluar color models
E4 | 93 | FC | |
---|---|---|---|
RGB | 228 | 147 | 252 |
HSL | 286° | 94.59% | 78.24% |
HSB/HSV | 286° | 41.67% | 98.82% |
CMYK | 9.52% | 41.67% | 0.00% |
1.18% |
Color #E493FC in popluar number systems.
HEX | E4 | 93 | FC |
Decimal | 228 | 147 | 252 |
Binary | 11100100 | 10010011 | 11111100 |
Octal | 344 | 223 | 374 |
Shades of #E493FC
Tints of #E493FC
Examples of css and html codes for elements with #E493FC color. Also use rgb(228,147,252) instead hex code.
.myTextColor { color: #E493FC; }
<p style="color:#E493FC">This sample text font color is #E493FC.</p>
This text font color is #E493FC.
.myBgColor { background-color: #E493FC; }
<div style="background-color:#E493FC">Inner text</div>
This div background color is #E493FC.
.myBorderColor { border: 1px solid #E493FC; }
<div style="border:3px solid #E493FC">Div</div>
This div border color is #E493FC.
.myOpacity80 { color: #E493FC; opacity: 0.8; }
<p style="color:#E493FC;opacity:0.8;">80%</p>
Text with #E493FC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E493FC;}
<p style="text-shadow: 3px 3px 1px #E493FC">Text here.</p>
This text has shadow with #E493FC color.
.textShadow {text-shadow: 3px 3px 1px #E493FC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E493FC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E493FC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E493FC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E493FC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E493FC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E493FC;
-webkit-box-shadow: 1px 1px 3px 2px #E493FC;
box-shadow: 1px 1px 3px 2px #E493FC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E493FC; -webkit-box-shadow: 1px 1px 3px 2px #E493FC; box-shadow:1px 1px 3px 2px #E493FC;">
Div content here
</div>
This text has color #E493FC on black background.
This text has color #E493FC on white background.
This text has black color on #E493FC background.
This text has white color on #E493FC background.
Complementary color for #hex is #1B6C03.