COLOR #E6A3DD

HEX: #E6A3DD RGB: (230,163,221)

Color info

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

RGB color model

#E6A3DD color RGB value is (230,163,221).

RGB: (230,163,221) (90%, 64%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 163 of 255 = 64%
B 221 of 255 = 87%

230
163
221

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

Portions of RGB colors in percentages

R + G + B = 230 + 163 + 221 = 614 (100%)
R 230 of 614 ~ 37.46%
G 163 of 614 ~ 26.55%
B 221 of 614 ~ 35.99'%

%37.46
%26.55
%35.99

CMYK color model

#E6A3DD color CMYK value is (0,29,4,10).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 3.91%
  • key color value is 9.80%

CMYK: (0,29,4,10)
C0M29Y4K10 (0%, 29%, 4%, 10%)
(0.00 / 0.29 / 0.04 / 0.10)

CMYK percentages

%0
%29.13
%3.91
%9.8

Codes

Color #E6A3DD in popluar color models

E6 A3 DD
RGB 230 163 221
HSL 308° 57.26% 77.06%
HSB/HSV 308° 29.13% 90.20%
CMYK 0.00% 29.13% 3.91%
9.80%

Color #E6A3DD in popluar number systems.

HEX E6 A3 DD
Decimal 230 163 221
Binary 11100110 10100011 11011101
Octal 346 243 335

Shades and tints

Shades of #E6A3DD

#E6A3DD
(230,163,221)
#D295C9
(210,149,201)
#BE87B5
(190,135,181)
#AA79A1
(170,121,161)
#966B8D
(150,107,141)
#825D79
(130,93,121)
#6E4F65
(110,79,101)
#5A4151
(90,65,81)
#46333D
(70,51,61)
#322529
(50,37,41)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #E6A3DD

#E6A3DD
(230,163,221)
#E8ABE0
(232,171,224)
#EAB3E3
(234,179,227)
#ECBBE6
(236,187,230)
#EEC3E9
(238,195,233)
#F0CBEC
(240,203,236)
#F2D3EF
(242,211,239)
#F4DBF2
(244,219,242)
#F6E3F5
(246,227,245)
#F8EBF8
(248,235,248)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A3DD color. Also use rgb(230,163,221) instead hex code.

Text Font Color

.myTextColor { color: #E6A3DD; }

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

This text font color is #E6A3DD.

Background Color

.myBgColor { background-color: #E6A3DD; }

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

This div background color is #E6A3DD.

Border color

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

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

This div border color is #E6A3DD.

Opacity

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

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

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

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

This text has shadow with #E6A3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A3DD.

Preview

Color preview on black background

This text has color #E6A3DD on black background.


Color preview on white background

This text has color #E6A3DD on white background.


Black color preview on #E6A3DD background

This text has black color on #E6A3DD background.


White color preview on #E6A3DD background

This text has white color on #E6A3DD background.


Related colors

Complementary color

Complementary color for #hex is #195C22.


I love getcolorcode.com

Triadic colors

1 #DDE6A3 and #A3DDE6 with #E6A3DD are triadic colors.

2 #DDA3E6 and #A3E6DD with #E6A3DD are triadic colors.