COLOR #E2C1EE

HEX: #E2C1EE RGB: (226,193,238)

Color info

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

RGB color model

#E2C1EE color RGB value is (226,193,238).

RGB: (226,193,238) (89%, 76%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 238 of 255 = 93%

226
193
238

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

Portions of RGB colors in percentages

R + G + B = 226 + 193 + 238 = 657 (100%)
R 226 of 657 ~ 34.4%
G 193 of 657 ~ 29.38%
B 238 of 657 ~ 36.23'%

%34.4
%29.38
%36.23

CMYK color model

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

  • cyan value is 5.04%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (5,19,0,7)
C5M19Y0K7 (5%, 19%, 0%, 7%)
(0.05 / 0.19 / 0.00 / 0.07)

CMYK percentages

%5.04
%18.91
%0
%6.67

Codes

Color #E2C1EE in popluar color models

E2 C1 EE
RGB 226 193 238
HSL 284° 56.96% 84.51%
HSB/HSV 284° 18.91% 93.33%
CMYK 5.04% 18.91% 0.00%
6.67%

Color #E2C1EE in popluar number systems.

HEX E2 C1 EE
Decimal 226 193 238
Binary 11100010 11000001 11101110
Octal 342 301 356

Shades and tints

Shades of #E2C1EE

#E2C1EE
(226,193,238)
#CEB0D9
(206,176,217)
#BA9FC4
(186,159,196)
#A68EAF
(166,142,175)
#927D9A
(146,125,154)
#7E6C85
(126,108,133)
#6A5B70
(106,91,112)
#564A5B
(86,74,91)
#423946
(66,57,70)
#2E2831
(46,40,49)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #E2C1EE

#E2C1EE
(226,193,238)
#E4C6EF
(228,198,239)
#E6CBF0
(230,203,240)
#E8D0F1
(232,208,241)
#EAD5F2
(234,213,242)
#ECDAF3
(236,218,243)
#EEDFF4
(238,223,244)
#F0E4F5
(240,228,245)
#F2E9F6
(242,233,246)
#F4EEF7
(244,238,247)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C1EE color. Also use rgb(226,193,238) instead hex code.

Text Font Color

.myTextColor { color: #E2C1EE; }

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

This text font color is #E2C1EE.

Background Color

.myBgColor { background-color: #E2C1EE; }

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

This div background color is #E2C1EE.

Border color

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

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

This div border color is #E2C1EE.

Opacity

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

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

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

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

This text has shadow with #E2C1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C1EE.

Preview

Color preview on black background

This text has color #E2C1EE on black background.


Color preview on white background

This text has color #E2C1EE on white background.


Black color preview on #E2C1EE background

This text has black color on #E2C1EE background.


White color preview on #E2C1EE background

This text has white color on #E2C1EE background.


Related colors

Complementary color

Complementary color for #hex is #1D3E11.


I love getcolorcode.com

Triadic colors

1 #EEE2C1 and #C1EEE2 with #E2C1EE are triadic colors.

2 #EEC1E2 and #C1E2EE with #E2C1EE are triadic colors.