COLOR #E8AADA

HEX: #E8AADA RGB: (232,170,218)

Color info

#E8AADA contains mainly red and blue colors. Web safe color of #E8AADA is #FF99CC (or #F9C).

RGB color model

#E8AADA color RGB value is (232,170,218).

RGB: (232,170,218) (91%, 67%, 85%)

RGB channels and saturation

R 232 of 255 = 91%
G 170 of 255 = 67%
B 218 of 255 = 85%

232
170
218

R + G + B ~ 81%. #E8AADA is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 170 + 218 = 620 (100%)
R 232 of 620 ~ 37.42%
G 170 of 620 ~ 27.42%
B 218 of 620 ~ 35.16'%

%37.42
%27.42
%35.16

CMYK color model

#E8AADA color CMYK value is (0,27,6,9).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 6.03%
  • key color value is 9.02%

CMYK: (0,27,6,9)
C0M27Y6K9 (0%, 27%, 6%, 9%)
(0.00 / 0.27 / 0.06 / 0.09)

CMYK percentages

%0
%26.72
%6.03
%9.02

Codes

Color #E8AADA in popluar color models

E8 AA DA
RGB 232 170 218
HSL 314° 57.41% 78.82%
HSB/HSV 314° 26.72% 90.98%
CMYK 0.00% 26.72% 6.03%
9.02%

Color #E8AADA in popluar number systems.

HEX E8 AA DA
Decimal 232 170 218
Binary 11101000 10101010 11011010
Octal 350 252 332

Shades and tints

Shades of #E8AADA

#E8AADA
(232,170,218)
#D39BC7
(211,155,199)
#BE8CB4
(190,140,180)
#A97DA1
(169,125,161)
#946E8E
(148,110,142)
#7F5F7B
(127,95,123)
#6A5068
(106,80,104)
#554155
(85,65,85)
#403242
(64,50,66)
#2B232F
(43,35,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #E8AADA

#E8AADA
(232,170,218)
#EAB1DD
(234,177,221)
#ECB8E0
(236,184,224)
#EEBFE3
(238,191,227)
#F0C6E6
(240,198,230)
#F2CDE9
(242,205,233)
#F4D4EC
(244,212,236)
#F6DBEF
(246,219,239)
#F8E2F2
(248,226,242)
#FAE9F5
(250,233,245)
#FCF0F8
(252,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AADA color. Also use rgb(232,170,218) instead hex code.

Text Font Color

.myTextColor { color: #E8AADA; }

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

This text font color is #E8AADA.

Background Color

.myBgColor { background-color: #E8AADA; }

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

This div background color is #E8AADA.

Border color

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

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

This div border color is #E8AADA.

Opacity

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

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

Text with #E8AADA 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 #E8AADA;}

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

This text has shadow with #E8AADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8AADA.

Preview

Color preview on black background

This text has color #E8AADA on black background.


Color preview on white background

This text has color #E8AADA on white background.


Black color preview on #E8AADA background

This text has black color on #E8AADA background.


White color preview on #E8AADA background

This text has white color on #E8AADA background.


Related colors

Complementary color

Complementary color for #hex is #175525.


I love getcolorcode.com

Triadic colors

1 #DAE8AA and #AADAE8 with #E8AADA are triadic colors.

2 #DAAAE8 and #AAE8DA with #E8AADA are triadic colors.