HEX: #E6AEFF
RGB: (230,174,255)
#E6AEFF contains mainly red and blue colors. Web safe color of #E6AEFF is #CC99FF (or #C9F).
#E6AEFF color RGB value is (230,174,255).
RGB: (230,174,255)
(90%, 68%, 100%)
R 230 of 255 = 90%
G 174 of 255 = 68%
B 255 of 255 = 100%
R + G + B ~ 86%. #E6AEFF is light color.
R + G + B = 230 + 174 + 255 = 659 (100%)
R 230 of 659 ~ 34.9%
G 174 of 659 ~ 26.4%
B 255 of 659 ~ 38.69'%
#E6AEFF color CMYK value is (10,32,0,0).
CMYK: (10,32,0,0) C10M32Y0K0 (10%,32%,0%,0%) (0.10/0.32/0.00/0.00)
Color #E6AEFF in popluar color models
E6 | AE | FF | |
---|---|---|---|
RGB | 230 | 174 | 255 |
HSL | 281° | 100.00% | 84.12% |
HSB/HSV | 281° | 31.76% | 100.00% |
CMYK | 9.80% | 31.76% | 0.00% |
0.00% |
Color #E6AEFF in popluar number systems.
HEX | E6 | AE | FF |
Decimal | 230 | 174 | 255 |
Binary | 11100110 | 10101110 | 11111111 |
Octal | 346 | 256 | 377 |
Shades of #E6AEFF
Tints of #E6AEFF
Examples of css and html codes for elements with #E6AEFF color. Also use rgb(230,174,255) instead hex code.
.myTextColor { color: #E6AEFF; }
<p style="color:#E6AEFF">This sample text font color is #E6AEFF.</p>
This text font color is #E6AEFF.
.myBgColor { background-color: #E6AEFF; }
<div style="background-color:#E6AEFF">Inner text</div>
This div background color is #E6AEFF.
.myBorderColor { border: 1px solid #E6AEFF; }
<div style="border:3px solid #E6AEFF">Div</div>
This div border color is #E6AEFF.
.myOpacity80 { color: #E6AEFF; opacity: 0.8; }
<p style="color:#E6AEFF;opacity:0.8;">80%</p>
Text with #E6AEFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6AEFF;}
<p style="text-shadow: 3px 3px 1px #E6AEFF">Text here.</p>
This text has shadow with #E6AEFF color.
.textShadow {text-shadow: 3px 3px 1px #E6AEFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6AEFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6AEFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6AEFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6AEFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6AEFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6AEFF;
-webkit-box-shadow: 1px 1px 3px 2px #E6AEFF;
box-shadow: 1px 1px 3px 2px #E6AEFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6AEFF; -webkit-box-shadow: 1px 1px 3px 2px #E6AEFF; box-shadow:1px 1px 3px 2px #E6AEFF;">
Div content here
</div>
This text has color #E6AEFF on black background.
This text has color #E6AEFF on white background.
This text has black color on #E6AEFF background.
This text has white color on #E6AEFF background.
Complementary color for #hex is #195100.