COLOR #E2C1CC

HEX: #E2C1CC RGB: (226,193,204)

Color info

#E2C1CC contains red, green and blue colors in about the same proportion. Web safe color of #E2C1CC is #CCCCCC (or #CCC).

RGB color model

#E2C1CC color RGB value is (226,193,204).

RGB: (226,193,204) (89%, 76%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 204 of 255 = 80%

226
193
204

R + G + B ~ 82%. #E2C1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 193 + 204 = 623 (100%)
R 226 of 623 ~ 36.28%
G 193 of 623 ~ 30.98%
B 204 of 623 ~ 32.74'%

%36.28
%30.98
%32.74

CMYK color model

#E2C1CC color CMYK value is (0,15,10,11).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 9.73%
  • key color value is 11.37%

CMYK: (0,15,10,11)
C0M15Y10K11 (0%, 15%, 10%, 11%)
(0.00 / 0.15 / 0.10 / 0.11)

CMYK percentages

%0
%14.6
%9.73
%11.37

Codes

Color #E2C1CC in popluar color models

E2 C1 CC
RGB 226 193 204
HSL 340° 36.26% 82.16%
HSB/HSV 340° 14.60% 88.63%
CMYK 0.00% 14.60% 9.73%
11.37%

Color #E2C1CC in popluar number systems.

HEX E2 C1 CC
Decimal 226 193 204
Binary 11100010 11000001 11001100
Octal 342 301 314

Shades and tints

Shades of #E2C1CC

#E2C1CC
(226,193,204)
#CEB0BA
(206,176,186)
#BA9FA8
(186,159,168)
#A68E96
(166,142,150)
#927D84
(146,125,132)
#7E6C72
(126,108,114)
#6A5B60
(106,91,96)
#564A4E
(86,74,78)
#42393C
(66,57,60)
#2E282A
(46,40,42)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #E2C1CC

#E2C1CC
(226,193,204)
#E4C6D0
(228,198,208)
#E6CBD4
(230,203,212)
#E8D0D8
(232,208,216)
#EAD5DC
(234,213,220)
#ECDAE0
(236,218,224)
#EEDFE4
(238,223,228)
#F0E4E8
(240,228,232)
#F2E9EC
(242,233,236)
#F4EEF0
(244,238,240)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C1CC; }

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

This text font color is #E2C1CC.

Background Color

.myBgColor { background-color: #E2C1CC; }

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

This div background color is #E2C1CC.

Border color

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

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

This div border color is #E2C1CC.

Opacity

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

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

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

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

This text has shadow with #E2C1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C1CC.

Preview

Color preview on black background

This text has color #E2C1CC on black background.


Color preview on white background

This text has color #E2C1CC on white background.


Black color preview on #E2C1CC background

This text has black color on #E2C1CC background.


White color preview on #E2C1CC background

This text has white color on #E2C1CC background.


Related colors

Complementary color

Complementary color for #hex is #1D3E33.


I love getcolorcode.com

Triadic colors

1 #CCE2C1 and #C1CCE2 with #E2C1CC are triadic colors.

2 #CCC1E2 and #C1E2CC with #E2C1CC are triadic colors.