COLOR #E4C1EE

HEX: #E4C1EE
RGB: (228,193,238)

Color info

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

RGB color model

#E4C1EE color RGB value is (228,193,238).

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

RGB channels and saturation

R 228 of 255 = 89%
G 193 of 255 = 76%
B 238 of 255 = 93%

228
193
238

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

Portions of RGB colors in percentages

R + G + B =
228 + 193 + 238 = 659 (100%)
R 228 of 659 ~ 34.6%
G 193 of 659 ~ 29.29%
B 238 of 659 ~ 36.12%

%34.6
%29.29
%36.12

CMYK color model

#E4C1EE color CMYK value is (4,19,0,7).

  • cyan value is 4.20%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(4,19,0,7)
C4M19Y0K7 
(4%,19%,0%,7%)
(0.04/0.19/0.00/0.07)	

CMYK percentages

%4.2
%18.91
%0
%6.67

Codes

Color #E4C1EE in popluar color models

E4C1EE
RGB228193238
HSL287°56.96%84.51%
HSB/HSV287°18.91%93.33%
CMYK4.20%18.91%0.00%
6.67%

Color #E4C1EE in popluar number systems.

HEXE4C1EE
Decimal228193238
Binary111001001100000111101110
Octal344301356

Shades and tints

Shades of #E4C1EE

#E4C1EE
(228,193,238)
#D0B0D9
(208,176,217)
#BC9FC4
(188,159,196)
#A88EAF
(168,142,175)
#947D9A
(148,125,154)
#806C85
(128,108,133)
#6C5B70
(108,91,112)
#584A5B
(88,74,91)
#443946
(68,57,70)
#302831
(48,40,49)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #E4C1EE

#E4C1EE
(228,193,238)
#E6C6EF
(230,198,239)
#E8CBF0
(232,203,240)
#EAD0F1
(234,208,241)
#ECD5F2
(236,213,242)
#EEDAF3
(238,218,243)
#F0DFF4
(240,223,244)
#F2E4F5
(242,228,245)
#F4E9F6
(244,233,246)
#F6EEF7
(246,238,247)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C1EE; }

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

This text font color is #E4C1EE.


Background Color

.myBgColor { background-color: #E4C1EE; }

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

This div background color is #E4C1EE.


Border color

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

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

This div border color is #E4C1EE.


Opacity

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

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

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

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

This text has shadow with #E4C1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C1EE on black background.


Color preview on white background

This text has color #E4C1EE on white background.



Black color preview on #E4C1EE background

This text has black color on #E4C1EE background.


White color preview on #E4C1EE background

This text has white color on #E4C1EE background.