HEX: #E07ABC
RGB: (224,122,188)
#E07ABC contains mainly red and blue colors. Web safe color of #E07ABC is #CC66CC (or #C6C).
#E07ABC color RGB value is (224,122,188).
RGB: (224,122,188)
(88%, 48%, 74%)
R 224 of 255 = 88%
G 122 of 255 = 48%
B 188 of 255 = 74%
R + G + B ~ 70%. #E07ABC is quite light color.
R + G + B = 224 + 122 + 188 = 534 (100%)
R 224 of 534 ~ 41.95%
G 122 of 534 ~ 22.85%
B 188 of 534 ~ 35.21'%
#E07ABC color CMYK value is (0,46,16,12).
CMYK: (0,46,16,12)
C0M46Y16K12 (0%, 46%, 16%, 12%)
(0.00 / 0.46 / 0.16 / 0.12)
Color #E07ABC in popluar color models
E0 | 7A | BC | |
---|---|---|---|
RGB | 224 | 122 | 188 |
HSL | 321° | 62.20% | 67.84% |
HSB/HSV | 321° | 45.54% | 87.84% |
CMYK | 0.00% | 45.54% | 16.07% |
12.16% |
Color #E07ABC in popluar number systems.
HEX | E0 | 7A | BC |
Decimal | 224 | 122 | 188 |
Binary | 11100000 | 1111010 | 10111100 |
Octal | 340 | 172 | 274 |
Shades of #E07ABC
Tints of #E07ABC
Examples of css and html codes for elements with #E07ABC color. Also use rgb(224,122,188) instead hex code.
.myTextColor { color: #E07ABC; }
<p style="color:#E07ABC">This sample text font color is #E07ABC.</p>
This text font color is #E07ABC.
.myBgColor { background-color: #E07ABC; }
<div style="background-color:#E07ABC">Inner text</div>
This div background color is #E07ABC.
.myBorderColor { border: 1px solid #E07ABC; }
<div style="border:3px solid #E07ABC">Div</div>
This div border color is #E07ABC.
.myOpacity80 { color: #E07ABC; opacity: 0.8; }
<p style="color:#E07ABC;opacity:0.8;">80%</p>
Text with #E07ABC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E07ABC;}
<p style="text-shadow: 3px 3px 1px #E07ABC">Text here.</p>
This text has shadow with #E07ABC color.
.textShadow {text-shadow: 3px 3px 1px #E07ABC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E07ABC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E07ABC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E07ABC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E07ABC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E07ABC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E07ABC;
-webkit-box-shadow: 1px 1px 3px 2px #E07ABC;
box-shadow: 1px 1px 3px 2px #E07ABC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E07ABC; -webkit-box-shadow: 1px 1px 3px 2px #E07ABC; box-shadow:1px 1px 3px 2px #E07ABC;">
Div content here
</div>
This text has color #E07ABC on black background.
This text has color #E07ABC on white background.
This text has black color on #E07ABC background.
This text has white color on #E07ABC background.
Complementary color for #hex is #1F8543.