COLOR #E3C0E1

HEX: #E3C0E1
RGB: (227,192,225)

Color info

#E3C0E1 contains red, green and blue colors in about the same proportion. Web safe color of #E3C0E1 is #CCCCCC (or #CCC).

RGB color model

#E3C0E1 color RGB value is (227,192,225).

  • red value is 227;
  • green value is 192;
  • blue value is 225.
RGB:
(227,192,225)
(89%,75%,88%)

RGB channels and saturation

R 227 of 255 = 89%
G 192 of 255 = 75%
B 225 of 255 = 88%

227
192
225

R + G + B ~ 84%. #E3C0E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 192 + 225 = 644 (100%)
R 227 of 644 ~ 35.25%
G 192 of 644 ~ 29.81%
B 225 of 644 ~ 34.94%

%35.25
%29.81
%34.94

CMYK color model

#E3C0E1 color CMYK value is (0,15,1,11).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(0,15,1,11)
C0M15Y1K11 
(0%,15%,1%,11%)
(0.00/0.15/0.01/0.11)	

CMYK percentages

%0
%15.42
%0.88
%10.98

Codes

Color #E3C0E1 in popluar color models

E3C0E1
RGB227192225
HSL303°38.46%82.16%
HSB/HSV303°15.42%89.02%
CMYK0.00%15.42%0.88%
10.98%

Color #E3C0E1 in popluar number systems.

HEXE3C0E1
Decimal227192225
Binary111000111100000011100001
Octal343300341

Shades and tints

Shades of #E3C0E1

#E3C0E1
(227,192,225)
#CFAFCD
(207,175,205)
#BB9EB9
(187,158,185)
#A78DA5
(167,141,165)
#937C91
(147,124,145)
#7F6B7D
(127,107,125)
#6B5A69
(107,90,105)
#574955
(87,73,85)
#433841
(67,56,65)
#2F272D
(47,39,45)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #E3C0E1

#E3C0E1
(227,192,225)
#E5C5E3
(229,197,227)
#E7CAE5
(231,202,229)
#E9CFE7
(233,207,231)
#EBD4E9
(235,212,233)
#EDD9EB
(237,217,235)
#EFDEED
(239,222,237)
#F1E3EF
(241,227,239)
#F3E8F1
(243,232,241)
#F5EDF3
(245,237,243)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C0E1 color. Also use rgb(227,192,225) instead hex code.

Text Font Color

.myTextColor { color: #E3C0E1; }

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

This text font color is #E3C0E1.


Background Color

.myBgColor { background-color: #E3C0E1; }

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

This div background color is #E3C0E1.


Border color

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

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

This div border color is #E3C0E1.


Opacity

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

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

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

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

This text has shadow with #E3C0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C0E1 on black background.


Color preview on white background

This text has color #E3C0E1 on white background.



Black color preview on #E3C0E1 background

This text has black color on #E3C0E1 background.


White color preview on #E3C0E1 background

This text has white color on #E3C0E1 background.