COLOR #E8A1CC

HEX: #E8A1CC
RGB: (232,161,204)

Color info

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

RGB color model

#E8A1CC color RGB value is (232,161,204).

  • red value is 232;
  • green value is 161;
  • blue value is 204.
RGB:
(232,161,204)
(91%,63%,80%)

RGB channels and saturation

R 232 of 255 = 91%
G 161 of 255 = 63%
B 204 of 255 = 80%

232
161
204

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

Portions of RGB colors in percentages

R + G + B =
232 + 161 + 204 = 597 (100%)
R 232 of 597 ~ 38.86%
G 161 of 597 ~ 26.97%
B 204 of 597 ~ 34.17%

%38.86
%26.97
%34.17

CMYK color model

#E8A1CC color CMYK value is (0,31,12,9).

  • cyan value is 0.00%
  • magenta value is 30.60%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK:
(0,31,12,9)
C0M31Y12K9 
(0%,31%,12%,9%)
(0.00/0.31/0.12/0.09)	

CMYK percentages

%0
%30.6
%12.07
%9.02

Codes

Color #E8A1CC in popluar color models

E8A1CC
RGB232161204
HSL324°60.68%77.06%
HSB/HSV324°30.60%90.98%
CMYK0.00%30.60%12.07%
9.02%

Color #E8A1CC in popluar number systems.

HEXE8A1CC
Decimal232161204
Binary111010001010000111001100
Octal350241314

Shades and tints

Shades of #E8A1CC

#E8A1CC
(232,161,204)
#D393BA
(211,147,186)
#BE85A8
(190,133,168)
#A97796
(169,119,150)
#946984
(148,105,132)
#7F5B72
(127,91,114)
#6A4D60
(106,77,96)
#553F4E
(85,63,78)
#40313C
(64,49,60)
#2B232A
(43,35,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #E8A1CC

#E8A1CC
(232,161,204)
#EAA9D0
(234,169,208)
#ECB1D4
(236,177,212)
#EEB9D8
(238,185,216)
#F0C1DC
(240,193,220)
#F2C9E0
(242,201,224)
#F4D1E4
(244,209,228)
#F6D9E8
(246,217,232)
#F8E1EC
(248,225,236)
#FAE9F0
(250,233,240)
#FCF1F4
(252,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A1CC color. Also use rgb(232,161,204) instead hex code.

Text Font Color

.myTextColor { color: #E8A1CC; }

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

This text font color is #E8A1CC.


Background Color

.myBgColor { background-color: #E8A1CC; }

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

This div background color is #E8A1CC.


Border color

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

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

This div border color is #E8A1CC.


Opacity

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

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

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

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

This text has shadow with #E8A1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A1CC on black background.


Color preview on white background

This text has color #E8A1CC on white background.



Black color preview on #E8A1CC background

This text has black color on #E8A1CC background.


White color preview on #E8A1CC background

This text has white color on #E8A1CC background.