HEX: #E19ACC
RGB: (225,154,204)
#E19ACC contains mainly red and blue colors. Web safe color of #E19ACC is #CC99CC (or #C9C).
#E19ACC color RGB value is (225,154,204).
RGB: (225,154,204)
(88%, 60%, 80%)
R 225 of 255 = 88%
G 154 of 255 = 60%
B 204 of 255 = 80%
R + G + B ~ 76%. #E19ACC is quite light color.
R + G + B = 225 + 154 + 204 = 583 (100%)
R 225 of 583 ~ 38.59%
G 154 of 583 ~ 26.42%
B 204 of 583 ~ 34.99'%
#E19ACC color CMYK value is (0,32,9,12).
CMYK: (0,32,9,12)
C0M32Y9K12 (0%, 32%, 9%, 12%)
(0.00 / 0.32 / 0.09 / 0.12)
Color #E19ACC in popluar color models
E1 | 9A | CC | |
---|---|---|---|
RGB | 225 | 154 | 204 |
HSL | 318° | 54.20% | 74.31% |
HSB/HSV | 318° | 31.56% | 88.24% |
CMYK | 0.00% | 31.56% | 9.33% |
11.76% |
Color #E19ACC in popluar number systems.
HEX | E1 | 9A | CC |
Decimal | 225 | 154 | 204 |
Binary | 11100001 | 10011010 | 11001100 |
Octal | 341 | 232 | 314 |
Shades of #E19ACC
Tints of #E19ACC
Examples of css and html codes for elements with #E19ACC color. Also use rgb(225,154,204) instead hex code.
.myTextColor { color: #E19ACC; }
<p style="color:#E19ACC">This sample text font color is #E19ACC.</p>
This text font color is #E19ACC.
.myBgColor { background-color: #E19ACC; }
<div style="background-color:#E19ACC">Inner text</div>
This div background color is #E19ACC.
.myBorderColor { border: 1px solid #E19ACC; }
<div style="border:3px solid #E19ACC">Div</div>
This div border color is #E19ACC.
.myOpacity80 { color: #E19ACC; opacity: 0.8; }
<p style="color:#E19ACC;opacity:0.8;">80%</p>
Text with #E19ACC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E19ACC;}
<p style="text-shadow: 3px 3px 1px #E19ACC">Text here.</p>
This text has shadow with #E19ACC color.
.textShadow {text-shadow: 3px 3px 1px #E19ACC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E19ACC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E19ACC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E19ACC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E19ACC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E19ACC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E19ACC;
-webkit-box-shadow: 1px 1px 3px 2px #E19ACC;
box-shadow: 1px 1px 3px 2px #E19ACC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E19ACC; -webkit-box-shadow: 1px 1px 3px 2px #E19ACC; box-shadow:1px 1px 3px 2px #E19ACC;">
Div content here
</div>
This text has color #E19ACC on black background.
This text has color #E19ACC on white background.
This text has black color on #E19ACC background.
This text has white color on #E19ACC background.
Complementary color for #hex is #1E6533.