COLOR #E2C0ED

HEX: #E2C0ED
RGB: (226,192,237)

Color info

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

RGB color model

#E2C0ED color RGB value is (226,192,237).

  • red value is 226;
  • green value is 192;
  • blue value is 237.
RGB:
(226,192,237)
(89%,75%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 192 of 255 = 75%
B 237 of 255 = 93%

226
192
237

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

Portions of RGB colors in percentages

R + G + B =
226 + 192 + 237 = 655 (100%)
R 226 of 655 ~ 34.5%
G 192 of 655 ~ 29.31%
B 237 of 655 ~ 36.18%

%34.5
%29.31
%36.18

CMYK color model

#E2C0ED color CMYK value is (5,19,0,7).

  • cyan value is 4.64%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(5,19,0,7)
C5M19Y0K7 
(5%,19%,0%,7%)
(0.05/0.19/0.00/0.07)	

CMYK percentages

%4.64
%18.99
%0
%7.06

Codes

Color #E2C0ED in popluar color models

E2C0ED
RGB226192237
HSL285°55.56%84.12%
HSB/HSV285°18.99%92.94%
CMYK4.64%18.99%0.00%
7.06%

Color #E2C0ED in popluar number systems.

HEXE2C0ED
Decimal226192237
Binary111000101100000011101101
Octal342300355

Shades and tints

Shades of #E2C0ED

#E2C0ED
(226,192,237)
#CEAFD8
(206,175,216)
#BA9EC3
(186,158,195)
#A68DAE
(166,141,174)
#927C99
(146,124,153)
#7E6B84
(126,107,132)
#6A5A6F
(106,90,111)
#56495A
(86,73,90)
#423845
(66,56,69)
#2E2730
(46,39,48)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #E2C0ED

#E2C0ED
(226,192,237)
#E4C5EE
(228,197,238)
#E6CAEF
(230,202,239)
#E8CFF0
(232,207,240)
#EAD4F1
(234,212,241)
#ECD9F2
(236,217,242)
#EEDEF3
(238,222,243)
#F0E3F4
(240,227,244)
#F2E8F5
(242,232,245)
#F4EDF6
(244,237,246)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C0ED color. Also use rgb(226,192,237) instead hex code.

Text Font Color

.myTextColor { color: #E2C0ED; }

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

This text font color is #E2C0ED.


Background Color

.myBgColor { background-color: #E2C0ED; }

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

This div background color is #E2C0ED.


Border color

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

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

This div border color is #E2C0ED.


Opacity

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

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

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

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

This text has shadow with #E2C0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C0ED on black background.


Color preview on white background

This text has color #E2C0ED on white background.



Black color preview on #E2C0ED background

This text has black color on #E2C0ED background.


White color preview on #E2C0ED background

This text has white color on #E2C0ED background.