COLOR #E1AADB

HEX: #E1AADB RGB: (225,170,219)

Color info

#E1AADB contains red, green and blue colors in about the same proportion. Web safe color of #E1AADB is #CC99CC (or #C9C).

RGB color model

#E1AADB color RGB value is (225,170,219).

RGB: (225,170,219) (88%, 67%, 86%)

RGB channels and saturation

R 225 of 255 = 88%
G 170 of 255 = 67%
B 219 of 255 = 86%

225
170
219

R + G + B ~ 80%. #E1AADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 170 + 219 = 614 (100%)
R 225 of 614 ~ 36.64%
G 170 of 614 ~ 27.69%
B 219 of 614 ~ 35.67'%

%36.64
%27.69
%35.67

CMYK color model

#E1AADB color CMYK value is (0,24,3,12).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 2.67%
  • key color value is 11.76%

CMYK: (0,24,3,12)
C0M24Y3K12 (0%, 24%, 3%, 12%)
(0.00 / 0.24 / 0.03 / 0.12)

CMYK percentages

%0
%24.44
%2.67
%11.76

Codes

Color #E1AADB in popluar color models

E1 AA DB
RGB 225 170 219
HSL 307° 47.83% 77.45%
HSB/HSV 307° 24.44% 88.24%
CMYK 0.00% 24.44% 2.67%
11.76%

Color #E1AADB in popluar number systems.

HEX E1 AA DB
Decimal 225 170 219
Binary 11100001 10101010 11011011
Octal 341 252 333

Shades and tints

Shades of #E1AADB

#E1AADB
(225,170,219)
#CD9BC8
(205,155,200)
#B98CB5
(185,140,181)
#A57DA2
(165,125,162)
#916E8F
(145,110,143)
#7D5F7C
(125,95,124)
#695069
(105,80,105)
#554156
(85,65,86)
#413243
(65,50,67)
#2D2330
(45,35,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #E1AADB

#E1AADB
(225,170,219)
#E3B1DE
(227,177,222)
#E5B8E1
(229,184,225)
#E7BFE4
(231,191,228)
#E9C6E7
(233,198,231)
#EBCDEA
(235,205,234)
#EDD4ED
(237,212,237)
#EFDBF0
(239,219,240)
#F1E2F3
(241,226,243)
#F3E9F6
(243,233,246)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AADB color. Also use rgb(225,170,219) instead hex code.

Text Font Color

.myTextColor { color: #E1AADB; }

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

This text font color is #E1AADB.

Background Color

.myBgColor { background-color: #E1AADB; }

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

This div background color is #E1AADB.

Border color

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

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

This div border color is #E1AADB.

Opacity

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

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

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

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

This text has shadow with #E1AADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1AADB.

Preview

Color preview on black background

This text has color #E1AADB on black background.


Color preview on white background

This text has color #E1AADB on white background.


Black color preview on #E1AADB background

This text has black color on #E1AADB background.


White color preview on #E1AADB background

This text has white color on #E1AADB background.


Related colors

Complementary color

Complementary color for #hex is #1E5524.


I love getcolorcode.com

Triadic colors

1 #DBE1AA and #AADBE1 with #E1AADB are triadic colors.

2 #DBAAE1 and #AAE1DB with #E1AADB are triadic colors.