COLOR #E2C1EF

HEX: #E2C1EF
RGB: (226,193,239)

Color info

#E2C1EF contains red, green and blue colors in about the same proportion. Web safe color of #E2C1EF is #CCCCFF (or #CCF).

RGB color model

#E2C1EF color RGB value is (226,193,239).

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

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 239 of 255 = 94%

226
193
239

R + G + B ~ 86%. #E2C1EF is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 193 + 239 = 658 (100%)
R 226 of 658 ~ 34.35%
G 193 of 658 ~ 29.33%
B 239 of 658 ~ 36.32%

%34.35
%29.33
%36.32

CMYK color model

#E2C1EF color CMYK value is (5,19,0,6).

  • cyan value is 5.44%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,19,0,6)
C5M19Y0K6 
(5%,19%,0%,6%)
(0.05/0.19/0.00/0.06)	

CMYK percentages

%5.44
%19.25
%0
%6.27

Codes

Color #E2C1EF in popluar color models

E2C1EF
RGB226193239
HSL283°58.97%84.71%
HSB/HSV283°19.25%93.73%
CMYK5.44%19.25%0.00%
6.27%

Color #E2C1EF in popluar number systems.

HEXE2C1EF
Decimal226193239
Binary111000101100000111101111
Octal342301357

Shades and tints

Shades of #E2C1EF

#E2C1EF
(226,193,239)
#CEB0DA
(206,176,218)
#BA9FC5
(186,159,197)
#A68EB0
(166,142,176)
#927D9B
(146,125,155)
#7E6C86
(126,108,134)
#6A5B71
(106,91,113)
#564A5C
(86,74,92)
#423947
(66,57,71)
#2E2832
(46,40,50)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #E2C1EF

#E2C1EF
(226,193,239)
#E4C6F0
(228,198,240)
#E6CBF1
(230,203,241)
#E8D0F2
(232,208,242)
#EAD5F3
(234,213,243)
#ECDAF4
(236,218,244)
#EEDFF5
(238,223,245)
#F0E4F6
(240,228,246)
#F2E9F7
(242,233,247)
#F4EEF8
(244,238,248)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C1EF; }

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

This text font color is #E2C1EF.


Background Color

.myBgColor { background-color: #E2C1EF; }

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

This div background color is #E2C1EF.


Border color

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

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

This div border color is #E2C1EF.


Opacity

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

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

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

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

This text has shadow with #E2C1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C1EF on black background.


Color preview on white background

This text has color #E2C1EF on white background.



Black color preview on #E2C1EF background

This text has black color on #E2C1EF background.


White color preview on #E2C1EF background

This text has white color on #E2C1EF background.