COLOR #E3A1DE

HEX: #E3A1DE RGB: (227,161,222)

Color info

#E3A1DE contains mainly red and blue colors. Web safe color of #E3A1DE is #CC99CC (or #C9C).

RGB color model

#E3A1DE color RGB value is (227,161,222).

RGB: (227,161,222) (89%, 63%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 161 of 255 = 63%
B 222 of 255 = 87%

227
161
222

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

Portions of RGB colors in percentages

R + G + B = 227 + 161 + 222 = 610 (100%)
R 227 of 610 ~ 37.21%
G 161 of 610 ~ 26.39%
B 222 of 610 ~ 36.39'%

%37.21
%26.39
%36.39

CMYK color model

#E3A1DE color CMYK value is (0,29,2,11).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 2.20%
  • key color value is 10.98%

CMYK: (0,29,2,11)
C0M29Y2K11 (0%, 29%, 2%, 11%)
(0.00 / 0.29 / 0.02 / 0.11)

CMYK percentages

%0
%29.07
%2.2
%10.98

Codes

Color #E3A1DE in popluar color models

E3 A1 DE
RGB 227 161 222
HSL 305° 54.10% 76.08%
HSB/HSV 305° 29.07% 89.02%
CMYK 0.00% 29.07% 2.20%
10.98%

Color #E3A1DE in popluar number systems.

HEX E3 A1 DE
Decimal 227 161 222
Binary 11100011 10100001 11011110
Octal 343 241 336

Shades and tints

Shades of #E3A1DE

#E3A1DE
(227,161,222)
#CF93CA
(207,147,202)
#BB85B6
(187,133,182)
#A777A2
(167,119,162)
#93698E
(147,105,142)
#7F5B7A
(127,91,122)
#6B4D66
(107,77,102)
#573F52
(87,63,82)
#43313E
(67,49,62)
#2F232A
(47,35,42)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #E3A1DE

#E3A1DE
(227,161,222)
#E5A9E1
(229,169,225)
#E7B1E4
(231,177,228)
#E9B9E7
(233,185,231)
#EBC1EA
(235,193,234)
#EDC9ED
(237,201,237)
#EFD1F0
(239,209,240)
#F1D9F3
(241,217,243)
#F3E1F6
(243,225,246)
#F5E9F9
(245,233,249)
#F7F1FC
(247,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A1DE color. Also use rgb(227,161,222) instead hex code.

Text Font Color

.myTextColor { color: #E3A1DE; }

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

This text font color is #E3A1DE.

Background Color

.myBgColor { background-color: #E3A1DE; }

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

This div background color is #E3A1DE.

Border color

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

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

This div border color is #E3A1DE.

Opacity

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

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

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

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

This text has shadow with #E3A1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A1DE.

Preview

Color preview on black background

This text has color #E3A1DE on black background.


Color preview on white background

This text has color #E3A1DE on white background.


Black color preview on #E3A1DE background

This text has black color on #E3A1DE background.


White color preview on #E3A1DE background

This text has white color on #E3A1DE background.


Related colors

Complementary color

Complementary color for #hex is #1C5E21.


I love getcolorcode.com

Triadic colors

1 #DEE3A1 and #A1DEE3 with #E3A1DE are triadic colors.

2 #DEA1E3 and #A1E3DE with #E3A1DE are triadic colors.