COLOR #E8A3C5

HEX: #E8A3C5 RGB: (232,163,197)

Color info

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

RGB color model

#E8A3C5 color RGB value is (232,163,197).

RGB: (232,163,197) (91%, 64%, 77%)

RGB channels and saturation

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

232
163
197

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

Portions of RGB colors in percentages

R + G + B = 232 + 163 + 197 = 592 (100%)
R 232 of 592 ~ 39.19%
G 163 of 592 ~ 27.53%
B 197 of 592 ~ 33.28'%

%39.19
%27.53
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.74%
  • 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
%29.74
%15.09
%9.02

Codes

Color #E8A3C5 in popluar color models

E8 A3 C5
RGB 232 163 197
HSL 330° 60.00% 77.45%
HSB/HSV 330° 29.74% 90.98%
CMYK 0.00% 29.74% 15.09%
9.02%

Color #E8A3C5 in popluar number systems.

HEX E8 A3 C5
Decimal 232 163 197
Binary 11101000 10100011 11000101
Octal 350 243 305

Shades and tints

Shades of #E8A3C5

#E8A3C5
(232,163,197)
#D395B4
(211,149,180)
#BE87A3
(190,135,163)
#A97992
(169,121,146)
#946B81
(148,107,129)
#7F5D70
(127,93,112)
#6A4F5F
(106,79,95)
#55414E
(85,65,78)
#40333D
(64,51,61)
#2B252C
(43,37,44)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #E8A3C5

#E8A3C5
(232,163,197)
#EAABCA
(234,171,202)
#ECB3CF
(236,179,207)
#EEBBD4
(238,187,212)
#F0C3D9
(240,195,217)
#F2CBDE
(242,203,222)
#F4D3E3
(244,211,227)
#F6DBE8
(246,219,232)
#F8E3ED
(248,227,237)
#FAEBF2
(250,235,242)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A3C5; }

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

This text font color is #E8A3C5.

Background Color

.myBgColor { background-color: #E8A3C5; }

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

This div background color is #E8A3C5.

Border color

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

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

This div border color is #E8A3C5.

Opacity

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

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

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

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

This text has shadow with #E8A3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A3C5.

Preview

Color preview on black background

This text has color #E8A3C5 on black background.


Color preview on white background

This text has color #E8A3C5 on white background.


Black color preview on #E8A3C5 background

This text has black color on #E8A3C5 background.


White color preview on #E8A3C5 background

This text has white color on #E8A3C5 background.


Related colors

Complementary color

Complementary color for #hex is #175C3A.


I love getcolorcode.com

Triadic colors

1 #C5E8A3 and #A3C5E8 with #E8A3C5 are triadic colors.

2 #C5A3E8 and #A3E8C5 with #E8A3C5 are triadic colors.