COLOR #E9C2E2

HEX: #E9C2E2
RGB: (233,194,226)

Color info

#E9C2E2 contains red, green and blue colors in about the same proportion. Web safe color of #E9C2E2 is #FFCCCC (or #FCC).

RGB color model

#E9C2E2 color RGB value is (233,194,226).

  • red value is 233;
  • green value is 194;
  • blue value is 226.
RGB:
(233,194,226)
(91%,76%,89%)

RGB channels and saturation

R 233 of 255 = 91%
G 194 of 255 = 76%
B 226 of 255 = 89%

233
194
226

R + G + B ~ 85%. #E9C2E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 194 + 226 = 653 (100%)
R 233 of 653 ~ 35.68%
G 194 of 653 ~ 29.71%
B 226 of 653 ~ 34.61%

%35.68
%29.71
%34.61

CMYK color model

#E9C2E2 color CMYK value is (0,17,3,9).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 3.00%
  • key color value is 8.63%
CMYK:
(0,17,3,9)
C0M17Y3K9 
(0%,17%,3%,9%)
(0.00/0.17/0.03/0.09)	

CMYK percentages

%0
%16.74
%3
%8.63

Codes

Color #E9C2E2 in popluar color models

E9C2E2
RGB233194226
HSL311°46.99%83.73%
HSB/HSV311°16.74%91.37%
CMYK0.00%16.74%3.00%
8.63%

Color #E9C2E2 in popluar number systems.

HEXE9C2E2
Decimal233194226
Binary111010011100001011100010
Octal351302342

Shades and tints

Shades of #E9C2E2

#E9C2E2
(233,194,226)
#D4B1CE
(212,177,206)
#BFA0BA
(191,160,186)
#AA8FA6
(170,143,166)
#957E92
(149,126,146)
#806D7E
(128,109,126)
#6B5C6A
(107,92,106)
#564B56
(86,75,86)
#413A42
(65,58,66)
#2C292E
(44,41,46)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #E9C2E2

#E9C2E2
(233,194,226)
#EBC7E4
(235,199,228)
#EDCCE6
(237,204,230)
#EFD1E8
(239,209,232)
#F1D6EA
(241,214,234)
#F3DBEC
(243,219,236)
#F5E0EE
(245,224,238)
#F7E5F0
(247,229,240)
#F9EAF2
(249,234,242)
#FBEFF4
(251,239,244)
#FDF4F6
(253,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C2E2 color. Also use rgb(233,194,226) instead hex code.

Text Font Color

.myTextColor { color: #E9C2E2; }

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

This text font color is #E9C2E2.


Background Color

.myBgColor { background-color: #E9C2E2; }

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

This div background color is #E9C2E2.


Border color

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

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

This div border color is #E9C2E2.


Opacity

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

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

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

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

This text has shadow with #E9C2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C2E2 on black background.


Color preview on white background

This text has color #E9C2E2 on white background.



Black color preview on #E9C2E2 background

This text has black color on #E9C2E2 background.


White color preview on #E9C2E2 background

This text has white color on #E9C2E2 background.