COLOR #E0C1FC

HEX: #E0C1FC RGB: (224,193,252)

Color info

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

RGB color model

#E0C1FC color RGB value is (224,193,252).

RGB: (224,193,252) (88%, 76%, 99%)

RGB channels and saturation

R 224 of 255 = 88%
G 193 of 255 = 76%
B 252 of 255 = 99%

224
193
252

R + G + B ~ 88%. #E0C1FC is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 193 + 252 = 669 (100%)
R 224 of 669 ~ 33.48%
G 193 of 669 ~ 28.85%
B 252 of 669 ~ 37.67'%

%33.48
%28.85
%37.67

CMYK color model

#E0C1FC color CMYK value is (11,23,0,1).

  • cyan value is 11.11%
  • magenta value is 23.41%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (11,23,0,1)
C11M23Y0K1 (11%, 23%, 0%, 1%)
(0.11 / 0.23 / 0.00 / 0.01)

CMYK percentages

%11.11
%23.41
%0
%1.18

Codes

Color #E0C1FC in popluar color models

E0 C1 FC
RGB 224 193 252
HSL 272° 90.77% 87.25%
HSB/HSV 272° 23.41% 98.82%
CMYK 11.11% 23.41% 0.00%
1.18%

Color #E0C1FC in popluar number systems.

HEX E0 C1 FC
Decimal 224 193 252
Binary 11100000 11000001 11111100
Octal 340 301 374

Shades and tints

Shades of #E0C1FC

#E0C1FC
(224,193,252)
#CCB0E6
(204,176,230)
#B89FD0
(184,159,208)
#A48EBA
(164,142,186)
#907DA4
(144,125,164)
#7C6C8E
(124,108,142)
#685B78
(104,91,120)
#544A62
(84,74,98)
#40394C
(64,57,76)
#2C2836
(44,40,54)
#181720
(24,23,32)
#000000
(0,0,0)

Tints of #E0C1FC

#E0C1FC
(224,193,252)
#E2C6FC
(226,198,252)
#E4CBFC
(228,203,252)
#E6D0FC
(230,208,252)
#E8D5FC
(232,213,252)
#EADAFC
(234,218,252)
#ECDFFC
(236,223,252)
#EEE4FC
(238,228,252)
#F0E9FC
(240,233,252)
#F2EEFC
(242,238,252)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C1FC; }

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

This text font color is #E0C1FC.

Background Color

.myBgColor { background-color: #E0C1FC; }

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

This div background color is #E0C1FC.

Border color

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

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

This div border color is #E0C1FC.

Opacity

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

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

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

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

This text has shadow with #E0C1FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C1FC.

Preview

Color preview on black background

This text has color #E0C1FC on black background.


Color preview on white background

This text has color #E0C1FC on white background.


Black color preview on #E0C1FC background

This text has black color on #E0C1FC background.


White color preview on #E0C1FC background

This text has white color on #E0C1FC background.


Related colors

Complementary color

Complementary color for #hex is #1F3E03.


I love getcolorcode.com

Triadic colors

1 #FCE0C1 and #C1FCE0 with #E0C1FC are triadic colors.

2 #FCC1E0 and #C1E0FC with #E0C1FC are triadic colors.