COLOR #E4C1EF

HEX: #E4C1EF
RGB: (228,193,239)

Color info

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

RGB color model

#E4C1EF color RGB value is (228,193,239).

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

RGB channels and saturation

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

228
193
239

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

Portions of RGB colors in percentages

R + G + B =
228 + 193 + 239 = 660 (100%)
R 228 of 660 ~ 34.55%
G 193 of 660 ~ 29.24%
B 239 of 660 ~ 36.21%

%34.55
%29.24
%36.21

CMYK color model

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

  • cyan value is 4.60%
  • 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

%4.6
%19.25
%0
%6.27

Codes

Color #E4C1EF in popluar color models

E4C1EF
RGB228193239
HSL286°58.97%84.71%
HSB/HSV286°19.25%93.73%
CMYK4.60%19.25%0.00%
6.27%

Color #E4C1EF in popluar number systems.

HEXE4C1EF
Decimal228193239
Binary111001001100000111101111
Octal344301357

Shades and tints

Shades of #E4C1EF

#E4C1EF
(228,193,239)
#D0B0DA
(208,176,218)
#BC9FC5
(188,159,197)
#A88EB0
(168,142,176)
#947D9B
(148,125,155)
#806C86
(128,108,134)
#6C5B71
(108,91,113)
#584A5C
(88,74,92)
#443947
(68,57,71)
#302832
(48,40,50)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #E4C1EF

#E4C1EF
(228,193,239)
#E6C6F0
(230,198,240)
#E8CBF1
(232,203,241)
#EAD0F2
(234,208,242)
#ECD5F3
(236,213,243)
#EEDAF4
(238,218,244)
#F0DFF5
(240,223,245)
#F2E4F6
(242,228,246)
#F4E9F7
(244,233,247)
#F6EEF8
(246,238,248)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C1EF; }

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

This text font color is #E4C1EF.


Background Color

.myBgColor { background-color: #E4C1EF; }

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

This div background color is #E4C1EF.


Border color

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

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

This div border color is #E4C1EF.


Opacity

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

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

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

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

This text has shadow with #E4C1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C1EF on black background.


Color preview on white background

This text has color #E4C1EF on white background.



Black color preview on #E4C1EF background

This text has black color on #E4C1EF background.


White color preview on #E4C1EF background

This text has white color on #E4C1EF background.