COLOR #E8C1FF

HEX: #E8C1FF
RGB: (232,193,255)

Color info

#E8C1FF contains mainly red and blue colors. Web safe color of #E8C1FF is #FFCCFF (or #FCF).

RGB color model

#E8C1FF color RGB value is (232,193,255).

  • red value is 232;
  • green value is 193;
  • blue value is 255.
RGB:
(232,193,255)
(91%,76%,100%)

RGB channels and saturation

R 232 of 255 = 91%
G 193 of 255 = 76%
B 255 of 255 = 100%

232
193
255

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

Portions of RGB colors in percentages

R + G + B =
232 + 193 + 255 = 680 (100%)
R 232 of 680 ~ 34.12%
G 193 of 680 ~ 28.38%
B 255 of 680 ~ 37.5%

%34.12
%28.38
%37.5

CMYK color model

#E8C1FF color CMYK value is (9,24,0,0).

  • cyan value is 9.02%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,24,0,0)
C9M24Y0K0 
(9%,24%,0%,0%)
(0.09/0.24/0.00/0.00)	

CMYK percentages

%9.02
%24.31
%0
%0

Codes

Color #E8C1FF in popluar color models

E8C1FF
RGB232193255
HSL278°100.00%87.84%
HSB/HSV278°24.31%100.00%
CMYK9.02%24.31%0.00%
0.00%

Color #E8C1FF in popluar number systems.

HEXE8C1FF
Decimal232193255
Binary111010001100000111111111
Octal350301377

Shades and tints

Shades of #E8C1FF

#E8C1FF
(232,193,255)
#D3B0E8
(211,176,232)
#BE9FD1
(190,159,209)
#A98EBA
(169,142,186)
#947DA3
(148,125,163)
#7F6C8C
(127,108,140)
#6A5B75
(106,91,117)
#554A5E
(85,74,94)
#403947
(64,57,71)
#2B2830
(43,40,48)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #E8C1FF

#E8C1FF
(232,193,255)
#EAC6FF
(234,198,255)
#ECCBFF
(236,203,255)
#EED0FF
(238,208,255)
#F0D5FF
(240,213,255)
#F2DAFF
(242,218,255)
#F4DFFF
(244,223,255)
#F6E4FF
(246,228,255)
#F8E9FF
(248,233,255)
#FAEEFF
(250,238,255)
#FCF3FF
(252,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C1FF color. Also use rgb(232,193,255) instead hex code.

Text Font Color

.myTextColor { color: #E8C1FF; }

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

This text font color is #E8C1FF.


Background Color

.myBgColor { background-color: #E8C1FF; }

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

This div background color is #E8C1FF.


Border color

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

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

This div border color is #E8C1FF.


Opacity

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

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

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

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

This text has shadow with #E8C1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C1FF on black background.


Color preview on white background

This text has color #E8C1FF on white background.



Black color preview on #E8C1FF background

This text has black color on #E8C1FF background.


White color preview on #E8C1FF background

This text has white color on #E8C1FF background.