COLOR #E5A3CC

HEX: #E5A3CC
RGB: (229,163,204)

Color info

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

RGB color model

#E5A3CC color RGB value is (229,163,204).

  • red value is 229;
  • green value is 163;
  • blue value is 204.
RGB:
(229,163,204)
(90%,64%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 163 of 255 = 64%
B 204 of 255 = 80%

229
163
204

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

Portions of RGB colors in percentages

R + G + B =
229 + 163 + 204 = 596 (100%)
R 229 of 596 ~ 38.42%
G 163 of 596 ~ 27.35%
B 204 of 596 ~ 34.23%

%38.42
%27.35
%34.23

CMYK color model

#E5A3CC color CMYK value is (0,29,11,10).

  • cyan value is 0.00%
  • magenta value is 28.82%
  • yellow value is 10.92%
  • key color value is 10.20%
CMYK:
(0,29,11,10)
C0M29Y11K10 
(0%,29%,11%,10%)
(0.00/0.29/0.11/0.10)	

CMYK percentages

%0
%28.82
%10.92
%10.2

Codes

Color #E5A3CC in popluar color models

E5A3CC
RGB229163204
HSL323°55.93%76.86%
HSB/HSV323°28.82%89.80%
CMYK0.00%28.82%10.92%
10.20%

Color #E5A3CC in popluar number systems.

HEXE5A3CC
Decimal229163204
Binary111001011010001111001100
Octal345243314

Shades and tints

Shades of #E5A3CC

#E5A3CC
(229,163,204)
#D195BA
(209,149,186)
#BD87A8
(189,135,168)
#A97996
(169,121,150)
#956B84
(149,107,132)
#815D72
(129,93,114)
#6D4F60
(109,79,96)
#59414E
(89,65,78)
#45333C
(69,51,60)
#31252A
(49,37,42)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #E5A3CC

#E5A3CC
(229,163,204)
#E7ABD0
(231,171,208)
#E9B3D4
(233,179,212)
#EBBBD8
(235,187,216)
#EDC3DC
(237,195,220)
#EFCBE0
(239,203,224)
#F1D3E4
(241,211,228)
#F3DBE8
(243,219,232)
#F5E3EC
(245,227,236)
#F7EBF0
(247,235,240)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A3CC color. Also use rgb(229,163,204) instead hex code.

Text Font Color

.myTextColor { color: #E5A3CC; }

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

This text font color is #E5A3CC.


Background Color

.myBgColor { background-color: #E5A3CC; }

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

This div background color is #E5A3CC.


Border color

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

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

This div border color is #E5A3CC.


Opacity

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

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

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

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

This text has shadow with #E5A3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A3CC on black background.


Color preview on white background

This text has color #E5A3CC on white background.



Black color preview on #E5A3CC background

This text has black color on #E5A3CC background.


White color preview on #E5A3CC background

This text has white color on #E5A3CC background.