COLOR #E0C1EC

HEX: #E0C1EC RGB: (224,193,236)

Color info

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

RGB color model

#E0C1EC color RGB value is (224,193,236).

RGB: (224,193,236) (88%, 76%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 193 of 255 = 76%
B 236 of 255 = 93%

224
193
236

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

Portions of RGB colors in percentages

R + G + B = 224 + 193 + 236 = 653 (100%)
R 224 of 653 ~ 34.3%
G 193 of 653 ~ 29.56%
B 236 of 653 ~ 36.14'%

%34.3
%29.56
%36.14

CMYK color model

#E0C1EC color CMYK value is (5,18,0,7).

  • cyan value is 5.08%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (5,18,0,7) C5M18Y0K7 (5%,18%,0%,7%) (0.05/0.18/0.00/0.07) 

CMYK percentages

%5.08
%18.22
%0
%7.45

Codes

Color #E0C1EC in popluar color models

E0 C1 EC
RGB 224 193 236
HSL 283° 53.09% 84.12%
HSB/HSV 283° 18.22% 92.55%
CMYK 5.08% 18.22% 0.00%
7.45%

Color #E0C1EC in popluar number systems.

HEX E0 C1 EC
Decimal 224 193 236
Binary 11100000 11000001 11101100
Octal 340 301 354

Shades and tints

Shades of #E0C1EC

#E0C1EC
(224,193,236)
#CCB0D7
(204,176,215)
#B89FC2
(184,159,194)
#A48EAD
(164,142,173)
#907D98
(144,125,152)
#7C6C83
(124,108,131)
#685B6E
(104,91,110)
#544A59
(84,74,89)
#403944
(64,57,68)
#2C282F
(44,40,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0C1EC

#E0C1EC
(224,193,236)
#E2C6ED
(226,198,237)
#E4CBEE
(228,203,238)
#E6D0EF
(230,208,239)
#E8D5F0
(232,213,240)
#EADAF1
(234,218,241)
#ECDFF2
(236,223,242)
#EEE4F3
(238,228,243)
#F0E9F4
(240,233,244)
#F2EEF5
(242,238,245)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C1EC color. Also use rgb(224,193,236) instead hex code.

Text Font Color

.myTextColor { color: #E0C1EC; }

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

This text font color is #E0C1EC.

Background Color

.myBgColor { background-color: #E0C1EC; }

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

This div background color is #E0C1EC.

Border color

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

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

This div border color is #E0C1EC.

Opacity

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

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

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

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

This text has shadow with #E0C1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C1EC.

Preview

Color preview on black background

This text has color #E0C1EC on black background.


Color preview on white background

This text has color #E0C1EC on white background.


Black color preview on #E0C1EC background

This text has black color on #E0C1EC background.


White color preview on #E0C1EC background

This text has white color on #E0C1EC background.


Related colors

Complementary color

Complementary color for #hex is #1F3E13.


I love getcolorcode.com

Triadic colors

1 #ECE0C1 and #C1ECE0 with #E0C1EC are triadic colors.

2 #ECC1E0 and #C1E0EC with #E0C1EC are triadic colors.