HEX: #E15088
RGB: (225,80,136)
#E15088 contains mainly red color. Web safe color of #E15088 is #CC6699 (or #C69).
#E15088 color RGB value is (225,80,136).
RGB: (225,80,136)
(88%, 31%, 53%)
R 225 of 255 = 88%
G 80 of 255 = 31%
B 136 of 255 = 53%
R + G + B ~ 57%. #E15088 is middle color (not dark and not light).
R + G + B = 225 + 80 + 136 = 441 (100%)
R 225 of 441 ~ 51.02%
G 80 of 441 ~ 18.14%
B 136 of 441 ~ 30.84'%
#E15088 color CMYK value is (0,64,40,12).
CMYK: (0,64,40,12)
C0M64Y40K12 (0%, 64%, 40%, 12%)
(0.00 / 0.64 / 0.40 / 0.12)
Color #E15088 in popluar color models
E1 | 50 | 88 | |
---|---|---|---|
RGB | 225 | 80 | 136 |
HSL | 337° | 70.73% | 59.80% |
HSB/HSV | 337° | 64.44% | 88.24% |
CMYK | 0.00% | 64.44% | 39.56% |
11.76% |
Color #E15088 in popluar number systems.
HEX | E1 | 50 | 88 |
Decimal | 225 | 80 | 136 |
Binary | 11100001 | 1010000 | 10001000 |
Octal | 341 | 120 | 210 |
Shades of #E15088
Tints of #E15088
Examples of css and html codes for elements with #E15088 color. Also use rgb(225,80,136) instead hex code.
.myTextColor { color: #E15088; }
<p style="color:#E15088">This sample text font color is #E15088.</p>
This text font color is #E15088.
.myBgColor { background-color: #E15088; }
<div style="background-color:#E15088">Inner text</div>
This div background color is #E15088.
.myBorderColor { border: 1px solid #E15088; }
<div style="border:3px solid #E15088">Div</div>
This div border color is #E15088.
.myOpacity80 { color: #E15088; opacity: 0.8; }
<p style="color:#E15088;opacity:0.8;">80%</p>
Text with #E15088 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E15088;}
<p style="text-shadow: 3px 3px 1px #E15088">Text here.</p>
This text has shadow with #E15088 color.
.textShadow {text-shadow: 3px 3px 1px #E15088', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E15088, 5px 5px 20px red">Text here.</p>
This text has shadow with #E15088 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E15088, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E15088, Direction=45, Strength=4)">Text</p>
This text has shadow with #E15088 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E15088;
-webkit-box-shadow: 1px 1px 3px 2px #E15088;
box-shadow: 1px 1px 3px 2px #E15088;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E15088; -webkit-box-shadow: 1px 1px 3px 2px #E15088; box-shadow:1px 1px 3px 2px #E15088;">
Div content here
</div>
This text has color #E15088 on black background.
This text has color #E15088 on white background.
This text has black color on #E15088 background.
This text has white color on #E15088 background.
Complementary color for #hex is #1EAF77.