COLOR #E1C3FF

HEX: #E1C3FF
RGB: (225,195,255)

Color info

#E1C3FF contains mainly red and blue colors. Web safe color of #E1C3FF is #CCCCFF (or #CCF).

RGB color model

#E1C3FF color RGB value is (225,195,255).

  • red value is 225;
  • green value is 195;
  • blue value is 255.
RGB:
(225,195,255)
(88%,76%,100%)

RGB channels and saturation

R 225 of 255 = 88%
G 195 of 255 = 76%
B 255 of 255 = 100%

225
195
255

R + G + B ~ 88%. #E1C3FF is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 195 + 255 = 675 (100%)
R 225 of 675 ~ 33.33%
G 195 of 675 ~ 28.89%
B 255 of 675 ~ 37.78%

%33.33
%28.89
%37.78

CMYK color model

#E1C3FF color CMYK value is (12,24,0,0).

  • cyan value is 11.76%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,24,0,0)
C12M24Y0K0 
(12%,24%,0%,0%)
(0.12/0.24/0.00/0.00)	

CMYK percentages

%11.76
%23.53
%0
%0

Codes

Color #E1C3FF in popluar color models

E1C3FF
RGB225195255
HSL270°100.00%88.24%
HSB/HSV270°23.53%100.00%
CMYK11.76%23.53%0.00%
0.00%

Color #E1C3FF in popluar number systems.

HEXE1C3FF
Decimal225195255
Binary111000011100001111111111
Octal341303377

Shades and tints

Shades of #E1C3FF

#E1C3FF
(225,195,255)
#CDB2E8
(205,178,232)
#B9A1D1
(185,161,209)
#A590BA
(165,144,186)
#917FA3
(145,127,163)
#7D6E8C
(125,110,140)
#695D75
(105,93,117)
#554C5E
(85,76,94)
#413B47
(65,59,71)
#2D2A30
(45,42,48)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #E1C3FF

#E1C3FF
(225,195,255)
#E3C8FF
(227,200,255)
#E5CDFF
(229,205,255)
#E7D2FF
(231,210,255)
#E9D7FF
(233,215,255)
#EBDCFF
(235,220,255)
#EDE1FF
(237,225,255)
#EFE6FF
(239,230,255)
#F1EBFF
(241,235,255)
#F3F0FF
(243,240,255)
#F5F5FF
(245,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C3FF color. Also use rgb(225,195,255) instead hex code.

Text Font Color

.myTextColor { color: #E1C3FF; }

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

This text font color is #E1C3FF.


Background Color

.myBgColor { background-color: #E1C3FF; }

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

This div background color is #E1C3FF.


Border color

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

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

This div border color is #E1C3FF.


Opacity

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

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

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

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

This text has shadow with #E1C3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C3FF on black background.


Color preview on white background

This text has color #E1C3FF on white background.



Black color preview on #E1C3FF background

This text has black color on #E1C3FF background.


White color preview on #E1C3FF background

This text has white color on #E1C3FF background.