COLOR #E1AFDA

HEX: #E1AFDA RGB: (225,175,218)

Color info

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

RGB color model

#E1AFDA color RGB value is (225,175,218).

RGB: (225,175,218) (88%, 69%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 175 of 255 = 69%
B 218 of 255 = 85%

225
175
218

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

Portions of RGB colors in percentages

R + G + B = 225 + 175 + 218 = 618 (100%)
R 225 of 618 ~ 36.41%
G 175 of 618 ~ 28.32%
B 218 of 618 ~ 35.28'%

%36.41
%28.32
%35.28

CMYK color model

#E1AFDA color CMYK value is (0,22,3,12).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 3.11%
  • key color value is 11.76%

CMYK: (0,22,3,12)
C0M22Y3K12 (0%, 22%, 3%, 12%)
(0.00 / 0.22 / 0.03 / 0.12)

CMYK percentages

%0
%22.22
%3.11
%11.76

Codes

Color #E1AFDA in popluar color models

E1 AF DA
RGB 225 175 218
HSL 308° 45.45% 78.43%
HSB/HSV 308° 22.22% 88.24%
CMYK 0.00% 22.22% 3.11%
11.76%

Color #E1AFDA in popluar number systems.

HEX E1 AF DA
Decimal 225 175 218
Binary 11100001 10101111 11011010
Octal 341 257 332

Shades and tints

Shades of #E1AFDA

#E1AFDA
(225,175,218)
#CDA0C7
(205,160,199)
#B991B4
(185,145,180)
#A582A1
(165,130,161)
#91738E
(145,115,142)
#7D647B
(125,100,123)
#695568
(105,85,104)
#554655
(85,70,85)
#413742
(65,55,66)
#2D282F
(45,40,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #E1AFDA

#E1AFDA
(225,175,218)
#E3B6DD
(227,182,221)
#E5BDE0
(229,189,224)
#E7C4E3
(231,196,227)
#E9CBE6
(233,203,230)
#EBD2E9
(235,210,233)
#EDD9EC
(237,217,236)
#EFE0EF
(239,224,239)
#F1E7F2
(241,231,242)
#F3EEF5
(243,238,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AFDA color. Also use rgb(225,175,218) instead hex code.

Text Font Color

.myTextColor { color: #E1AFDA; }

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

This text font color is #E1AFDA.

Background Color

.myBgColor { background-color: #E1AFDA; }

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

This div background color is #E1AFDA.

Border color

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

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

This div border color is #E1AFDA.

Opacity

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

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

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

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

This text has shadow with #E1AFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1AFDA.

Preview

Color preview on black background

This text has color #E1AFDA on black background.


Color preview on white background

This text has color #E1AFDA on white background.


Black color preview on #E1AFDA background

This text has black color on #E1AFDA background.


White color preview on #E1AFDA background

This text has white color on #E1AFDA background.


Related colors

Complementary color

Complementary color for #hex is #1E5025.


I love getcolorcode.com

Triadic colors

1 #DAE1AF and #AFDAE1 with #E1AFDA are triadic colors.

2 #DAAFE1 and #AFE1DA with #E1AFDA are triadic colors.