HEX: #E1A6DD
RGB: (225,166,221)
#E1A6DD contains red, green and blue colors in about the same proportion. Web safe color of #E1A6DD is #CC99CC (or #C9C).
#E1A6DD color RGB value is (225,166,221).
RGB: (225,166,221)
(88%, 65%, 87%)
R 225 of 255 = 88%
G 166 of 255 = 65%
B 221 of 255 = 87%
R + G + B ~ 80%. #E1A6DD is quite light color.
R + G + B = 225 + 166 + 221 = 612 (100%)
R 225 of 612 ~ 36.76%
G 166 of 612 ~ 27.12%
B 221 of 612 ~ 36.11'%
#E1A6DD color CMYK value is (0,26,2,12).
CMYK: (0,26,2,12) C0M26Y2K12 (0%,26%,2%,12%) (0.00/0.26/0.02/0.12)
Color #E1A6DD in popluar color models
E1 | A6 | DD | |
---|---|---|---|
RGB | 225 | 166 | 221 |
HSL | 304° | 49.58% | 76.67% |
HSB/HSV | 304° | 26.22% | 88.24% |
CMYK | 0.00% | 26.22% | 1.78% |
11.76% |
Color #E1A6DD in popluar number systems.
HEX | E1 | A6 | DD |
Decimal | 225 | 166 | 221 |
Binary | 11100001 | 10100110 | 11011101 |
Octal | 341 | 246 | 335 |
Shades of #E1A6DD
Tints of #E1A6DD
Examples of css and html codes for elements with #E1A6DD color. Also use rgb(225,166,221) instead hex code.
.myTextColor { color: #E1A6DD; }
<p style="color:#E1A6DD">This sample text font color is #E1A6DD.</p>
This text font color is #E1A6DD.
.myBgColor { background-color: #E1A6DD; }
<div style="background-color:#E1A6DD">Inner text</div>
This div background color is #E1A6DD.
.myBorderColor { border: 1px solid #E1A6DD; }
<div style="border:3px solid #E1A6DD">Div</div>
This div border color is #E1A6DD.
.myOpacity80 { color: #E1A6DD; opacity: 0.8; }
<p style="color:#E1A6DD;opacity:0.8;">80%</p>
Text with #E1A6DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1A6DD;}
<p style="text-shadow: 3px 3px 1px #E1A6DD">Text here.</p>
This text has shadow with #E1A6DD color.
.textShadow {text-shadow: 3px 3px 1px #E1A6DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1A6DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1A6DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1A6DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1A6DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1A6DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1A6DD;
-webkit-box-shadow: 1px 1px 3px 2px #E1A6DD;
box-shadow: 1px 1px 3px 2px #E1A6DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1A6DD; -webkit-box-shadow: 1px 1px 3px 2px #E1A6DD; box-shadow:1px 1px 3px 2px #E1A6DD;">
Div content here
</div>
This text has color #E1A6DD on black background.
This text has color #E1A6DD on white background.
This text has black color on #E1A6DD background.
This text has white color on #E1A6DD background.
Complementary color for #hex is #1E5922.