HEX: #E13E98
RGB: (225,62,152)
#E13E98 contains mainly red color. Web safe color of #E13E98 is #CC3399 (or #C39).
#E13E98 color RGB value is (225,62,152).
RGB: (225,62,152)
(88%, 24%, 60%)
R 225 of 255 = 88%
G 62 of 255 = 24%
B 152 of 255 = 60%
R + G + B ~ 57%. #E13E98 is middle color (not dark and not light).
R + G + B = 225 + 62 + 152 = 439 (100%)
R 225 of 439 ~ 51.25%
G 62 of 439 ~ 14.12%
B 152 of 439 ~ 34.62'%
#E13E98 color CMYK value is (0,72,32,12).
CMYK: (0,72,32,12)
C0M72Y32K12 (0%, 72%, 32%, 12%)
(0.00 / 0.72 / 0.32 / 0.12)
Color #E13E98 in popluar color models
E1 | 3E | 98 | |
---|---|---|---|
RGB | 225 | 62 | 152 |
HSL | 327° | 73.09% | 56.27% |
HSB/HSV | 327° | 72.44% | 88.24% |
CMYK | 0.00% | 72.44% | 32.44% |
11.76% |
Color #E13E98 in popluar number systems.
HEX | E1 | 3E | 98 |
Decimal | 225 | 62 | 152 |
Binary | 11100001 | 111110 | 10011000 |
Octal | 341 | 76 | 230 |
Shades of #E13E98
Tints of #E13E98
Examples of css and html codes for elements with #E13E98 color. Also use rgb(225,62,152) instead hex code.
.myTextColor { color: #E13E98; }
<p style="color:#E13E98">This sample text font color is #E13E98.</p>
This text font color is #E13E98.
.myBgColor { background-color: #E13E98; }
<div style="background-color:#E13E98">Inner text</div>
This div background color is #E13E98.
.myBorderColor { border: 1px solid #E13E98; }
<div style="border:3px solid #E13E98">Div</div>
This div border color is #E13E98.
.myOpacity80 { color: #E13E98; opacity: 0.8; }
<p style="color:#E13E98;opacity:0.8;">80%</p>
Text with #E13E98 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E13E98;}
<p style="text-shadow: 3px 3px 1px #E13E98">Text here.</p>
This text has shadow with #E13E98 color.
.textShadow {text-shadow: 3px 3px 1px #E13E98', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E13E98, 5px 5px 20px red">Text here.</p>
This text has shadow with #E13E98 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E13E98, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E13E98, Direction=45, Strength=4)">Text</p>
This text has shadow with #E13E98 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E13E98;
-webkit-box-shadow: 1px 1px 3px 2px #E13E98;
box-shadow: 1px 1px 3px 2px #E13E98;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E13E98; -webkit-box-shadow: 1px 1px 3px 2px #E13E98; box-shadow:1px 1px 3px 2px #E13E98;">
Div content here
</div>
This text has color #E13E98 on black background.
This text has color #E13E98 on white background.
This text has black color on #E13E98 background.
This text has white color on #E13E98 background.
Complementary color for #hex is #1EC167.