HEX: #E090BA
RGB: (224,144,186)
#E090BA contains mainly red and blue colors. Web safe color of #E090BA is #CC99CC (or #C9C).
#E090BA color RGB value is (224,144,186).
RGB: (224,144,186)
(88%, 56%, 73%)
R 224 of 255 = 88%
G 144 of 255 = 56%
B 186 of 255 = 73%
R + G + B ~ 72%. #E090BA is quite light color.
R + G + B = 224 + 144 + 186 = 554 (100%)
R 224 of 554 ~ 40.43%
G 144 of 554 ~ 25.99%
B 186 of 554 ~ 33.57'%
#E090BA color CMYK value is (0,36,17,12).
CMYK: (0,36,17,12)
C0M36Y17K12 (0%, 36%, 17%, 12%)
(0.00 / 0.36 / 0.17 / 0.12)
Color #E090BA in popluar color models
E0 | 90 | BA | |
---|---|---|---|
RGB | 224 | 144 | 186 |
HSL | 329° | 56.34% | 72.16% |
HSB/HSV | 329° | 35.71% | 87.84% |
CMYK | 0.00% | 35.71% | 16.96% |
12.16% |
Color #E090BA in popluar number systems.
HEX | E0 | 90 | BA |
Decimal | 224 | 144 | 186 |
Binary | 11100000 | 10010000 | 10111010 |
Octal | 340 | 220 | 272 |
Shades of #E090BA
Tints of #E090BA
Examples of css and html codes for elements with #E090BA color. Also use rgb(224,144,186) instead hex code.
.myTextColor { color: #E090BA; }
<p style="color:#E090BA">This sample text font color is #E090BA.</p>
This text font color is #E090BA.
.myBgColor { background-color: #E090BA; }
<div style="background-color:#E090BA">Inner text</div>
This div background color is #E090BA.
.myBorderColor { border: 1px solid #E090BA; }
<div style="border:3px solid #E090BA">Div</div>
This div border color is #E090BA.
.myOpacity80 { color: #E090BA; opacity: 0.8; }
<p style="color:#E090BA;opacity:0.8;">80%</p>
Text with #E090BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E090BA;}
<p style="text-shadow: 3px 3px 1px #E090BA">Text here.</p>
This text has shadow with #E090BA color.
.textShadow {text-shadow: 3px 3px 1px #E090BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E090BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E090BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E090BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E090BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E090BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E090BA;
-webkit-box-shadow: 1px 1px 3px 2px #E090BA;
box-shadow: 1px 1px 3px 2px #E090BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E090BA; -webkit-box-shadow: 1px 1px 3px 2px #E090BA; box-shadow:1px 1px 3px 2px #E090BA;">
Div content here
</div>
This text has color #E090BA on black background.
This text has color #E090BA on white background.
This text has black color on #E090BA background.
This text has white color on #E090BA background.
Complementary color for #hex is #1F6F45.