COLOR #E0C2EB

HEX: #E0C2EB
RGB: (224,194,235)

Color info

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

RGB color model

#E0C2EB color RGB value is (224,194,235).

  • red value is 224;
  • green value is 194;
  • blue value is 235.
RGB:
(224,194,235)
(88%,76%,92%)

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 235 of 255 = 92%

224
194
235

R + G + B ~ 85%. #E0C2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 194 + 235 = 653 (100%)
R 224 of 653 ~ 34.3%
G 194 of 653 ~ 29.71%
B 235 of 653 ~ 35.99%

%34.3
%29.71
%35.99

CMYK color model

#E0C2EB color CMYK value is (5,17,0,8).

  • cyan value is 4.68%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,17,0,8)
C5M17Y0K8 
(5%,17%,0%,8%)
(0.05/0.17/0.00/0.08)	

CMYK percentages

%4.68
%17.45
%0
%7.84

Codes

Color #E0C2EB in popluar color models

E0C2EB
RGB224194235
HSL284°50.62%84.12%
HSB/HSV284°17.45%92.16%
CMYK4.68%17.45%0.00%
7.84%

Color #E0C2EB in popluar number systems.

HEXE0C2EB
Decimal224194235
Binary111000001100001011101011
Octal340302353

Shades and tints

Shades of #E0C2EB

#E0C2EB
(224,194,235)
#CCB1D6
(204,177,214)
#B8A0C1
(184,160,193)
#A48FAC
(164,143,172)
#907E97
(144,126,151)
#7C6D82
(124,109,130)
#685C6D
(104,92,109)
#544B58
(84,75,88)
#403A43
(64,58,67)
#2C292E
(44,41,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #E0C2EB

#E0C2EB
(224,194,235)
#E2C7EC
(226,199,236)
#E4CCED
(228,204,237)
#E6D1EE
(230,209,238)
#E8D6EF
(232,214,239)
#EADBF0
(234,219,240)
#ECE0F1
(236,224,241)
#EEE5F2
(238,229,242)
#F0EAF3
(240,234,243)
#F2EFF4
(242,239,244)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C2EB color. Also use rgb(224,194,235) instead hex code.

Text Font Color

.myTextColor { color: #E0C2EB; }

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

This text font color is #E0C2EB.


Background Color

.myBgColor { background-color: #E0C2EB; }

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

This div background color is #E0C2EB.


Border color

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

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

This div border color is #E0C2EB.


Opacity

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

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

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

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

This text has shadow with #E0C2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C2EB on black background.


Color preview on white background

This text has color #E0C2EB on white background.



Black color preview on #E0C2EB background

This text has black color on #E0C2EB background.


White color preview on #E0C2EB background

This text has white color on #E0C2EB background.