COLOR #E2C1FD

HEX: #E2C1FD
RGB: (226,193,253)

Color info

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

RGB color model

#E2C1FD color RGB value is (226,193,253).

  • red value is 226;
  • green value is 193;
  • blue value is 253.
RGB:
(226,193,253)
(89%,76%,99%)

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 253 of 255 = 99%

226
193
253

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

Portions of RGB colors in percentages

R + G + B =
226 + 193 + 253 = 672 (100%)
R 226 of 672 ~ 33.63%
G 193 of 672 ~ 28.72%
B 253 of 672 ~ 37.65%

%33.63
%28.72
%37.65

CMYK color model

#E2C1FD color CMYK value is (11,24,0,1).

  • cyan value is 10.67%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,24,0,1)
C11M24Y0K1 
(11%,24%,0%,1%)
(0.11/0.24/0.00/0.01)	

CMYK percentages

%10.67
%23.72
%0
%0.78

Codes

Color #E2C1FD in popluar color models

E2C1FD
RGB226193253
HSL273°93.75%87.45%
HSB/HSV273°23.72%99.22%
CMYK10.67%23.72%0.00%
0.78%

Color #E2C1FD in popluar number systems.

HEXE2C1FD
Decimal226193253
Binary111000101100000111111101
Octal342301375

Shades and tints

Shades of #E2C1FD

#E2C1FD
(226,193,253)
#CEB0E6
(206,176,230)
#BA9FCF
(186,159,207)
#A68EB8
(166,142,184)
#927DA1
(146,125,161)
#7E6C8A
(126,108,138)
#6A5B73
(106,91,115)
#564A5C
(86,74,92)
#423945
(66,57,69)
#2E282E
(46,40,46)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #E2C1FD

#E2C1FD
(226,193,253)
#E4C6FD
(228,198,253)
#E6CBFD
(230,203,253)
#E8D0FD
(232,208,253)
#EAD5FD
(234,213,253)
#ECDAFD
(236,218,253)
#EEDFFD
(238,223,253)
#F0E4FD
(240,228,253)
#F2E9FD
(242,233,253)
#F4EEFD
(244,238,253)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C1FD color. Also use rgb(226,193,253) instead hex code.

Text Font Color

.myTextColor { color: #E2C1FD; }

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

This text font color is #E2C1FD.


Background Color

.myBgColor { background-color: #E2C1FD; }

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

This div background color is #E2C1FD.


Border color

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

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

This div border color is #E2C1FD.


Opacity

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

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

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

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

This text has shadow with #E2C1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C1FD on black background.


Color preview on white background

This text has color #E2C1FD on white background.



Black color preview on #E2C1FD background

This text has black color on #E2C1FD background.


White color preview on #E2C1FD background

This text has white color on #E2C1FD background.