COLOR #E6A5D1

HEX: #E6A5D1
RGB: (230,165,209)

Color info

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

RGB color model

#E6A5D1 color RGB value is (230,165,209).

  • red value is 230;
  • green value is 165;
  • blue value is 209.
RGB:
(230,165,209)
(90%,65%,82%)

RGB channels and saturation

R 230 of 255 = 90%
G 165 of 255 = 65%
B 209 of 255 = 82%

230
165
209

R + G + B ~ 79%. #E6A5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 165 + 209 = 604 (100%)
R 230 of 604 ~ 38.08%
G 165 of 604 ~ 27.32%
B 209 of 604 ~ 34.6%

%38.08
%27.32
%34.6

CMYK color model

#E6A5D1 color CMYK value is (0,28,9,10).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 9.13%
  • key color value is 9.80%
CMYK:
(0,28,9,10)
C0M28Y9K10 
(0%,28%,9%,10%)
(0.00/0.28/0.09/0.10)	

CMYK percentages

%0
%28.26
%9.13
%9.8

Codes

Color #E6A5D1 in popluar color models

E6A5D1
RGB230165209
HSL319°56.52%77.45%
HSB/HSV319°28.26%90.20%
CMYK0.00%28.26%9.13%
9.80%

Color #E6A5D1 in popluar number systems.

HEXE6A5D1
Decimal230165209
Binary111001101010010111010001
Octal346245321

Shades and tints

Shades of #E6A5D1

#E6A5D1
(230,165,209)
#D296BE
(210,150,190)
#BE87AB
(190,135,171)
#AA7898
(170,120,152)
#966985
(150,105,133)
#825A72
(130,90,114)
#6E4B5F
(110,75,95)
#5A3C4C
(90,60,76)
#462D39
(70,45,57)
#321E26
(50,30,38)
#1E0F13
(30,15,19)
#000000
(0,0,0)

Tints of #E6A5D1

#E6A5D1
(230,165,209)
#E8ADD5
(232,173,213)
#EAB5D9
(234,181,217)
#ECBDDD
(236,189,221)
#EEC5E1
(238,197,225)
#F0CDE5
(240,205,229)
#F2D5E9
(242,213,233)
#F4DDED
(244,221,237)
#F6E5F1
(246,229,241)
#F8EDF5
(248,237,245)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A5D1 color. Also use rgb(230,165,209) instead hex code.

Text Font Color

.myTextColor { color: #E6A5D1; }

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

This text font color is #E6A5D1.


Background Color

.myBgColor { background-color: #E6A5D1; }

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

This div background color is #E6A5D1.


Border color

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

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

This div border color is #E6A5D1.


Opacity

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

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

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

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

This text has shadow with #E6A5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A5D1 on black background.


Color preview on white background

This text has color #E6A5D1 on white background.



Black color preview on #E6A5D1 background

This text has black color on #E6A5D1 background.


White color preview on #E6A5D1 background

This text has white color on #E6A5D1 background.