COLOR #E9A3CD

HEX: #E9A3CD
RGB: (233,163,205)

Color info

#E9A3CD contains mainly red and blue colors. Web safe color of #E9A3CD is #FF99CC (or #F9C).

RGB color model

#E9A3CD color RGB value is (233,163,205).

  • red value is 233;
  • green value is 163;
  • blue value is 205.
RGB:
(233,163,205)
(91%,64%,80%)

RGB channels and saturation

R 233 of 255 = 91%
G 163 of 255 = 64%
B 205 of 255 = 80%

233
163
205

R + G + B ~ 78%. #E9A3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 163 + 205 = 601 (100%)
R 233 of 601 ~ 38.77%
G 163 of 601 ~ 27.12%
B 205 of 601 ~ 34.11%

%38.77
%27.12
%34.11

CMYK color model

#E9A3CD color CMYK value is (0,30,12,9).

  • cyan value is 0.00%
  • magenta value is 30.04%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK:
(0,30,12,9)
C0M30Y12K9 
(0%,30%,12%,9%)
(0.00/0.30/0.12/0.09)	

CMYK percentages

%0
%30.04
%12.02
%8.63

Codes

Color #E9A3CD in popluar color models

E9A3CD
RGB233163205
HSL324°61.40%77.65%
HSB/HSV324°30.04%91.37%
CMYK0.00%30.04%12.02%
8.63%

Color #E9A3CD in popluar number systems.

HEXE9A3CD
Decimal233163205
Binary111010011010001111001101
Octal351243315

Shades and tints

Shades of #E9A3CD

#E9A3CD
(233,163,205)
#D495BB
(212,149,187)
#BF87A9
(191,135,169)
#AA7997
(170,121,151)
#956B85
(149,107,133)
#805D73
(128,93,115)
#6B4F61
(107,79,97)
#56414F
(86,65,79)
#41333D
(65,51,61)
#2C252B
(44,37,43)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #E9A3CD

#E9A3CD
(233,163,205)
#EBABD1
(235,171,209)
#EDB3D5
(237,179,213)
#EFBBD9
(239,187,217)
#F1C3DD
(241,195,221)
#F3CBE1
(243,203,225)
#F5D3E5
(245,211,229)
#F7DBE9
(247,219,233)
#F9E3ED
(249,227,237)
#FBEBF1
(251,235,241)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A3CD color. Also use rgb(233,163,205) instead hex code.

Text Font Color

.myTextColor { color: #E9A3CD; }

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

This text font color is #E9A3CD.


Background Color

.myBgColor { background-color: #E9A3CD; }

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

This div background color is #E9A3CD.


Border color

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

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

This div border color is #E9A3CD.


Opacity

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

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

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

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

This text has shadow with #E9A3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A3CD on black background.


Color preview on white background

This text has color #E9A3CD on white background.



Black color preview on #E9A3CD background

This text has black color on #E9A3CD background.


White color preview on #E9A3CD background

This text has white color on #E9A3CD background.