COLOR #E8C5FA

HEX: #E8C5FA RGB: (232,197,250)

Color info

#E8C5FA contains red, green and blue colors in about the same proportion. Web safe color of #E8C5FA is #FFCCFF (or #FCF).

RGB color model

#E8C5FA color RGB value is (232,197,250).

RGB: (232,197,250) (91%, 77%, 98%)

RGB channels and saturation

R 232 of 255 = 91%
G 197 of 255 = 77%
B 250 of 255 = 98%

232
197
250

R + G + B ~ 89%. #E8C5FA is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 197 + 250 = 679 (100%)
R 232 of 679 ~ 34.17%
G 197 of 679 ~ 29.01%
B 250 of 679 ~ 36.82'%

%34.17
%29.01
%36.82

CMYK color model

#E8C5FA color CMYK value is (7,21,0,2).

  • cyan value is 7.20%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (7,21,0,2)
C7M21Y0K2 (7%, 21%, 0%, 2%)
(0.07 / 0.21 / 0.00 / 0.02)

CMYK percentages

%7.2
%21.2
%0
%1.96

Codes

Color #E8C5FA in popluar color models

E8 C5 FA
RGB 232 197 250
HSL 280° 84.13% 87.65%
HSB/HSV 280° 21.20% 98.04%
CMYK 7.20% 21.20% 0.00%
1.96%

Color #E8C5FA in popluar number systems.

HEX E8 C5 FA
Decimal 232 197 250
Binary 11101000 11000101 11111010
Octal 350 305 372

Shades and tints

Shades of #E8C5FA

#E8C5FA
(232,197,250)
#D3B4E4
(211,180,228)
#BEA3CE
(190,163,206)
#A992B8
(169,146,184)
#9481A2
(148,129,162)
#7F708C
(127,112,140)
#6A5F76
(106,95,118)
#554E60
(85,78,96)
#403D4A
(64,61,74)
#2B2C34
(43,44,52)
#161B1E
(22,27,30)
#000000
(0,0,0)

Tints of #E8C5FA

#E8C5FA
(232,197,250)
#EACAFA
(234,202,250)
#ECCFFA
(236,207,250)
#EED4FA
(238,212,250)
#F0D9FA
(240,217,250)
#F2DEFA
(242,222,250)
#F4E3FA
(244,227,250)
#F6E8FA
(246,232,250)
#F8EDFA
(248,237,250)
#FAF2FA
(250,242,250)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C5FA; }

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

This text font color is #E8C5FA.

Background Color

.myBgColor { background-color: #E8C5FA; }

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

This div background color is #E8C5FA.

Border color

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

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

This div border color is #E8C5FA.

Opacity

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

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

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

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

This text has shadow with #E8C5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C5FA.

Preview

Color preview on black background

This text has color #E8C5FA on black background.


Color preview on white background

This text has color #E8C5FA on white background.


Black color preview on #E8C5FA background

This text has black color on #E8C5FA background.


White color preview on #E8C5FA background

This text has white color on #E8C5FA background.


Related colors

Complementary color

Complementary color for #hex is #173A05.


I love getcolorcode.com

Triadic colors

1 #FAE8C5 and #C5FAE8 with #E8C5FA are triadic colors.

2 #FAC5E8 and #C5E8FA with #E8C5FA are triadic colors.