COLOR #E2C0C3

HEX: #E2C0C3
RGB: (226,192,195)

Color info

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

RGB color model

#E2C0C3 color RGB value is (226,192,195).

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

RGB channels and saturation

R 226 of 255 = 89%
G 192 of 255 = 75%
B 195 of 255 = 76%

226
192
195

R + G + B ~ 80%. #E2C0C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 192 + 195 = 613 (100%)
R 226 of 613 ~ 36.87%
G 192 of 613 ~ 31.32%
B 195 of 613 ~ 31.81%

%36.87
%31.32
%31.81

CMYK color model

#E2C0C3 color CMYK value is (0,15,14,11).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 13.72%
  • key color value is 11.37%
CMYK:
(0,15,14,11)
C0M15Y14K11 
(0%,15%,14%,11%)
(0.00/0.15/0.14/0.11)	

CMYK percentages

%0
%15.04
%13.72
%11.37

Codes

Color #E2C0C3 in popluar color models

E2C0C3
RGB226192195
HSL355°36.96%81.96%
HSB/HSV355°15.04%88.63%
CMYK0.00%15.04%13.72%
11.37%

Color #E2C0C3 in popluar number systems.

HEXE2C0C3
Decimal226192195
Binary111000101100000011000011
Octal342300303

Shades and tints

Shades of #E2C0C3

#E2C0C3
(226,192,195)
#CEAFB2
(206,175,178)
#BA9EA1
(186,158,161)
#A68D90
(166,141,144)
#927C7F
(146,124,127)
#7E6B6E
(126,107,110)
#6A5A5D
(106,90,93)
#56494C
(86,73,76)
#42383B
(66,56,59)
#2E272A
(46,39,42)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2C0C3

#E2C0C3
(226,192,195)
#E4C5C8
(228,197,200)
#E6CACD
(230,202,205)
#E8CFD2
(232,207,210)
#EAD4D7
(234,212,215)
#ECD9DC
(236,217,220)
#EEDEE1
(238,222,225)
#F0E3E6
(240,227,230)
#F2E8EB
(242,232,235)
#F4EDF0
(244,237,240)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C0C3; }

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

This text font color is #E2C0C3.


Background Color

.myBgColor { background-color: #E2C0C3; }

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

This div background color is #E2C0C3.


Border color

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

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

This div border color is #E2C0C3.


Opacity

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

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

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

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

This text has shadow with #E2C0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C0C3 on black background.


Color preview on white background

This text has color #E2C0C3 on white background.



Black color preview on #E2C0C3 background

This text has black color on #E2C0C3 background.


White color preview on #E2C0C3 background

This text has white color on #E2C0C3 background.