COLOR #E0AEED

HEX: #E0AEED RGB: (224,174,237)

Color info

#E0AEED contains mainly red and blue colors. Web safe color of #E0AEED is #CC99FF (or #C9F).

RGB color model

#E0AEED color RGB value is (224,174,237).

RGB: (224,174,237) (88%, 68%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 174 of 255 = 68%
B 237 of 255 = 93%

224
174
237

R + G + B ~ 83%. #E0AEED is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 174 + 237 = 635 (100%)
R 224 of 635 ~ 35.28%
G 174 of 635 ~ 27.4%
B 237 of 635 ~ 37.32'%

%35.28
%27.4
%37.32

CMYK color model

#E0AEED color CMYK value is (5,27,0,7).

  • cyan value is 5.49%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,27,0,7)
C5M27Y0K7 (5%, 27%, 0%, 7%)
(0.05 / 0.27 / 0.00 / 0.07)

CMYK percentages

%5.49
%26.58
%0
%7.06

Codes

Color #E0AEED in popluar color models

E0 AE ED
RGB 224 174 237
HSL 288° 63.64% 80.59%
HSB/HSV 288° 26.58% 92.94%
CMYK 5.49% 26.58% 0.00%
7.06%

Color #E0AEED in popluar number systems.

HEX E0 AE ED
Decimal 224 174 237
Binary 11100000 10101110 11101101
Octal 340 256 355

Shades and tints

Shades of #E0AEED

#E0AEED
(224,174,237)
#CC9FD8
(204,159,216)
#B890C3
(184,144,195)
#A481AE
(164,129,174)
#907299
(144,114,153)
#7C6384
(124,99,132)
#68546F
(104,84,111)
#54455A
(84,69,90)
#403645
(64,54,69)
#2C2730
(44,39,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #E0AEED

#E0AEED
(224,174,237)
#E2B5EE
(226,181,238)
#E4BCEF
(228,188,239)
#E6C3F0
(230,195,240)
#E8CAF1
(232,202,241)
#EAD1F2
(234,209,242)
#ECD8F3
(236,216,243)
#EEDFF4
(238,223,244)
#F0E6F5
(240,230,245)
#F2EDF6
(242,237,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AEED color. Also use rgb(224,174,237) instead hex code.

Text Font Color

.myTextColor { color: #E0AEED; }

<p style="color:#E0AEED">This sample text font color is #E0AEED.</p>

This text font color is #E0AEED.

Background Color

.myBgColor { background-color: #E0AEED; }

<div style="background-color:#E0AEED">Inner text</div>

This div background color is #E0AEED.

Border color

.myBorderColor { border: 1px solid #E0AEED; }

<div style="border:3px solid #E0AEED">Div</div>

This div border color is #E0AEED.

Opacity

.myOpacity80 { color: #E0AEED; opacity: 0.8; }

<p style="color:#E0AEED;opacity:0.8;">80%</p>

Text with #E0AEED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E0AEED;}

<p style="text-shadow: 3px 3px 1px #E0AEED">Text here.</p>

This text has shadow with #E0AEED color.


.textShadow {text-shadow: 3px 3px 1px #E0AEED', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E0AEED, 5px 5px 20px red">Text here.</p>

This text has shadow with #E0AEED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0AEED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E0AEED, Direction=45, Strength=4)">Text</p>

This text has shadow with #E0AEED and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E0AEED;
-webkit-box-shadow: 1px 1px 3px 2px #E0AEED;
box-shadow: 1px 1px 3px 2px #E0AEED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0AEED; -webkit-box-shadow: 1px 1px 3px 2px #E0AEED; box-shadow:1px 1px 3px 2px #E0AEED;">
Div content here
</div>

This div box has shadow with color #E0AEED.

Preview

Color preview on black background

This text has color #E0AEED on black background.


Color preview on white background

This text has color #E0AEED on white background.


Black color preview on #E0AEED background

This text has black color on #E0AEED background.


White color preview on #E0AEED background

This text has white color on #E0AEED background.


Related colors

Complementary color

Complementary color for #hex is #1F5112.


I love getcolorcode.com

Triadic colors

1 #EDE0AE and #AEEDE0 with #E0AEED are triadic colors.

2 #EDAEE0 and #AEE0ED with #E0AEED are triadic colors.