COLOR #E2C0CF

HEX: #E2C0CF RGB: (226,192,207)

Color info

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

RGB color model

#E2C0CF color RGB value is (226,192,207).

RGB: (226,192,207) (89%, 75%, 81%)

RGB channels and saturation

R 226 of 255 = 89%
G 192 of 255 = 75%
B 207 of 255 = 81%

226
192
207

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

Portions of RGB colors in percentages

R + G + B = 226 + 192 + 207 = 625 (100%)
R 226 of 625 ~ 36.16%
G 192 of 625 ~ 30.72%
B 207 of 625 ~ 33.12'%

%36.16
%30.72
%33.12

CMYK color model

#E2C0CF color CMYK value is (0,15,8,11).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 8.41%
  • key color value is 11.37%
CMYK: (0,15,8,11) C0M15Y8K11 (0%,15%,8%,11%) (0.00/0.15/0.08/0.11) 

CMYK percentages

%0
%15.04
%8.41
%11.37

Codes

Color #E2C0CF in popluar color models

E2 C0 CF
RGB 226 192 207
HSL 334° 36.96% 81.96%
HSB/HSV 334° 15.04% 88.63%
CMYK 0.00% 15.04% 8.41%
11.37%

Color #E2C0CF in popluar number systems.

HEX E2 C0 CF
Decimal 226 192 207
Binary 11100010 11000000 11001111
Octal 342 300 317

Shades and tints

Shades of #E2C0CF

#E2C0CF
(226,192,207)
#CEAFBD
(206,175,189)
#BA9EAB
(186,158,171)
#A68D99
(166,141,153)
#927C87
(146,124,135)
#7E6B75
(126,107,117)
#6A5A63
(106,90,99)
#564951
(86,73,81)
#42383F
(66,56,63)
#2E272D
(46,39,45)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #E2C0CF

#E2C0CF
(226,192,207)
#E4C5D3
(228,197,211)
#E6CAD7
(230,202,215)
#E8CFDB
(232,207,219)
#EAD4DF
(234,212,223)
#ECD9E3
(236,217,227)
#EEDEE7
(238,222,231)
#F0E3EB
(240,227,235)
#F2E8EF
(242,232,239)
#F4EDF3
(244,237,243)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C0CF; }

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

This text font color is #E2C0CF.

Background Color

.myBgColor { background-color: #E2C0CF; }

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

This div background color is #E2C0CF.

Border color

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

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

This div border color is #E2C0CF.

Opacity

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

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

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

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

This text has shadow with #E2C0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C0CF.

Preview

Color preview on black background

This text has color #E2C0CF on black background.


Color preview on white background

This text has color #E2C0CF on white background.


Black color preview on #E2C0CF background

This text has black color on #E2C0CF background.


White color preview on #E2C0CF background

This text has white color on #E2C0CF background.


Related colors

Complementary color

Complementary color for #hex is #1D3F30.


I love getcolorcode.com

Triadic colors

1 #CFE2C0 and #C0CFE2 with #E2C0CF are triadic colors.

2 #CFC0E2 and #C0E2CF with #E2C0CF are triadic colors.