COLOR #E6A9E0

HEX: #E6A9E0 RGB: (230,169,224)

Color info

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

RGB color model

#E6A9E0 color RGB value is (230,169,224).

RGB: (230,169,224) (90%, 66%, 88%)

RGB channels and saturation

R 230 of 255 = 90%
G 169 of 255 = 66%
B 224 of 255 = 88%

230
169
224

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

Portions of RGB colors in percentages

R + G + B = 230 + 169 + 224 = 623 (100%)
R 230 of 623 ~ 36.92%
G 169 of 623 ~ 27.13%
B 224 of 623 ~ 35.96'%

%36.92
%27.13
%35.96

CMYK color model

#E6A9E0 color CMYK value is (0,27,3,10).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 2.61%
  • key color value is 9.80%

CMYK: (0,27,3,10)
C0M27Y3K10 (0%, 27%, 3%, 10%)
(0.00 / 0.27 / 0.03 / 0.10)

CMYK percentages

%0
%26.52
%2.61
%9.8

Codes

Color #E6A9E0 in popluar color models

E6 A9 E0
RGB 230 169 224
HSL 306° 54.95% 78.24%
HSB/HSV 306° 26.52% 90.20%
CMYK 0.00% 26.52% 2.61%
9.80%

Color #E6A9E0 in popluar number systems.

HEX E6 A9 E0
Decimal 230 169 224
Binary 11100110 10101001 11100000
Octal 346 251 340

Shades and tints

Shades of #E6A9E0

#E6A9E0
(230,169,224)
#D29ACC
(210,154,204)
#BE8BB8
(190,139,184)
#AA7CA4
(170,124,164)
#966D90
(150,109,144)
#825E7C
(130,94,124)
#6E4F68
(110,79,104)
#5A4054
(90,64,84)
#463140
(70,49,64)
#32222C
(50,34,44)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #E6A9E0

#E6A9E0
(230,169,224)
#E8B0E2
(232,176,226)
#EAB7E4
(234,183,228)
#ECBEE6
(236,190,230)
#EEC5E8
(238,197,232)
#F0CCEA
(240,204,234)
#F2D3EC
(242,211,236)
#F4DAEE
(244,218,238)
#F6E1F0
(246,225,240)
#F8E8F2
(248,232,242)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A9E0 color. Also use rgb(230,169,224) instead hex code.

Text Font Color

.myTextColor { color: #E6A9E0; }

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

This text font color is #E6A9E0.

Background Color

.myBgColor { background-color: #E6A9E0; }

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

This div background color is #E6A9E0.

Border color

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

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

This div border color is #E6A9E0.

Opacity

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

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

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

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

This text has shadow with #E6A9E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A9E0.

Preview

Color preview on black background

This text has color #E6A9E0 on black background.


Color preview on white background

This text has color #E6A9E0 on white background.


Black color preview on #E6A9E0 background

This text has black color on #E6A9E0 background.


White color preview on #E6A9E0 background

This text has white color on #E6A9E0 background.


Related colors

Complementary color

Complementary color for #hex is #19561F.


I love getcolorcode.com

Triadic colors

1 #E0E6A9 and #A9E0E6 with #E6A9E0 are triadic colors.

2 #E0A9E6 and #A9E6E0 with #E6A9E0 are triadic colors.