COLOR #E2C0CB

HEX: #E2C0CB RGB: (226,192,203)

Color info

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

RGB color model

#E2C0CB color RGB value is (226,192,203).

RGB: (226,192,203) (89%, 75%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 192 of 255 = 75%
B 203 of 255 = 80%

226
192
203

R + G + B ~ 81%. #E2C0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 192 + 203 = 621 (100%)
R 226 of 621 ~ 36.39%
G 192 of 621 ~ 30.92%
B 203 of 621 ~ 32.69'%

%36.39
%30.92
%32.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 10.18%
  • 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
%15.04
%10.18
%11.37

Codes

Color #E2C0CB in popluar color models

E2 C0 CB
RGB 226 192 203
HSL 341° 36.96% 81.96%
HSB/HSV 341° 15.04% 88.63%
CMYK 0.00% 15.04% 10.18%
11.37%

Color #E2C0CB in popluar number systems.

HEX E2 C0 CB
Decimal 226 192 203
Binary 11100010 11000000 11001011
Octal 342 300 313

Shades and tints

Shades of #E2C0CB

#E2C0CB
(226,192,203)
#CEAFB9
(206,175,185)
#BA9EA7
(186,158,167)
#A68D95
(166,141,149)
#927C83
(146,124,131)
#7E6B71
(126,107,113)
#6A5A5F
(106,90,95)
#56494D
(86,73,77)
#42383B
(66,56,59)
#2E2729
(46,39,41)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #E2C0CB

#E2C0CB
(226,192,203)
#E4C5CF
(228,197,207)
#E6CAD3
(230,202,211)
#E8CFD7
(232,207,215)
#EAD4DB
(234,212,219)
#ECD9DF
(236,217,223)
#EEDEE3
(238,222,227)
#F0E3E7
(240,227,231)
#F2E8EB
(242,232,235)
#F4EDEF
(244,237,239)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C0CB; }

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

This text font color is #E2C0CB.

Background Color

.myBgColor { background-color: #E2C0CB; }

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

This div background color is #E2C0CB.

Border color

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

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

This div border color is #E2C0CB.

Opacity

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

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

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

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

This text has shadow with #E2C0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C0CB.

Preview

Color preview on black background

This text has color #E2C0CB on black background.


Color preview on white background

This text has color #E2C0CB on white background.


Black color preview on #E2C0CB background

This text has black color on #E2C0CB background.


White color preview on #E2C0CB background

This text has white color on #E2C0CB background.


Related colors

Complementary color

Complementary color for #hex is #1D3F34.


I love getcolorcode.com

Triadic colors

1 #CBE2C0 and #C0CBE2 with #E2C0CB are triadic colors.

2 #CBC0E2 and #C0E2CB with #E2C0CB are triadic colors.