COLOR #E8A2C5

HEX: #E8A2C5
RGB: (232,162,197)

Color info

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

RGB color model

#E8A2C5 color RGB value is (232,162,197).

  • red value is 232;
  • green value is 162;
  • blue value is 197.
RGB:
(232,162,197)
(91%,64%,77%)

RGB channels and saturation

R 232 of 255 = 91%
G 162 of 255 = 64%
B 197 of 255 = 77%

232
162
197

R + G + B ~ 77%. #E8A2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 162 + 197 = 591 (100%)
R 232 of 591 ~ 39.26%
G 162 of 591 ~ 27.41%
B 197 of 591 ~ 33.33%

%39.26
%27.41
%33.33

CMYK color model

#E8A2C5 color CMYK value is (0,30,15,9).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(0,30,15,9)
C0M30Y15K9 
(0%,30%,15%,9%)
(0.00/0.30/0.15/0.09)	

CMYK percentages

%0
%30.17
%15.09
%9.02

Codes

Color #E8A2C5 in popluar color models

E8A2C5
RGB232162197
HSL330°60.34%77.25%
HSB/HSV330°30.17%90.98%
CMYK0.00%30.17%15.09%
9.02%

Color #E8A2C5 in popluar number systems.

HEXE8A2C5
Decimal232162197
Binary111010001010001011000101
Octal350242305

Shades and tints

Shades of #E8A2C5

#E8A2C5
(232,162,197)
#D394B4
(211,148,180)
#BE86A3
(190,134,163)
#A97892
(169,120,146)
#946A81
(148,106,129)
#7F5C70
(127,92,112)
#6A4E5F
(106,78,95)
#55404E
(85,64,78)
#40323D
(64,50,61)
#2B242C
(43,36,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #E8A2C5

#E8A2C5
(232,162,197)
#EAAACA
(234,170,202)
#ECB2CF
(236,178,207)
#EEBAD4
(238,186,212)
#F0C2D9
(240,194,217)
#F2CADE
(242,202,222)
#F4D2E3
(244,210,227)
#F6DAE8
(246,218,232)
#F8E2ED
(248,226,237)
#FAEAF2
(250,234,242)
#FCF2F7
(252,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A2C5 color. Also use rgb(232,162,197) instead hex code.

Text Font Color

.myTextColor { color: #E8A2C5; }

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

This text font color is #E8A2C5.


Background Color

.myBgColor { background-color: #E8A2C5; }

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

This div background color is #E8A2C5.


Border color

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

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

This div border color is #E8A2C5.


Opacity

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

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

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

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

This text has shadow with #E8A2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A2C5 on black background.


Color preview on white background

This text has color #E8A2C5 on white background.



Black color preview on #E8A2C5 background

This text has black color on #E8A2C5 background.


White color preview on #E8A2C5 background

This text has white color on #E8A2C5 background.