COLOR #ECC1E2

HEX: #ECC1E2
RGB: (236,193,226)

Color info

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

RGB color model

#ECC1E2 color RGB value is (236,193,226).

  • red value is 236;
  • green value is 193;
  • blue value is 226.
RGB:
(236,193,226)
(93%,76%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 193 of 255 = 76%
B 226 of 255 = 89%

236
193
226

R + G + B ~ 86%. #ECC1E2 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 193 + 226 = 655 (100%)
R 236 of 655 ~ 36.03%
G 193 of 655 ~ 29.47%
B 226 of 655 ~ 34.5%

%36.03
%29.47
%34.5

CMYK color model

#ECC1E2 color CMYK value is (0,18,4,7).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 4.24%
  • key color value is 7.45%
CMYK:
(0,18,4,7)
C0M18Y4K7 
(0%,18%,4%,7%)
(0.00/0.18/0.04/0.07)	

CMYK percentages

%0
%18.22
%4.24
%7.45

Codes

Color #ECC1E2 in popluar color models

ECC1E2
RGB236193226
HSL314°53.09%84.12%
HSB/HSV314°18.22%92.55%
CMYK0.00%18.22%4.24%
7.45%

Color #ECC1E2 in popluar number systems.

HEXECC1E2
Decimal236193226
Binary111011001100000111100010
Octal354301342

Shades and tints

Shades of #ECC1E2

#ECC1E2
(236,193,226)
#D7B0CE
(215,176,206)
#C29FBA
(194,159,186)
#AD8EA6
(173,142,166)
#987D92
(152,125,146)
#836C7E
(131,108,126)
#6E5B6A
(110,91,106)
#594A56
(89,74,86)
#443942
(68,57,66)
#2F282E
(47,40,46)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #ECC1E2

#ECC1E2
(236,193,226)
#EDC6E4
(237,198,228)
#EECBE6
(238,203,230)
#EFD0E8
(239,208,232)
#F0D5EA
(240,213,234)
#F1DAEC
(241,218,236)
#F2DFEE
(242,223,238)
#F3E4F0
(243,228,240)
#F4E9F2
(244,233,242)
#F5EEF4
(245,238,244)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC1E2; }

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

This text font color is #ECC1E2.


Background Color

.myBgColor { background-color: #ECC1E2; }

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

This div background color is #ECC1E2.


Border color

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

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

This div border color is #ECC1E2.


Opacity

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

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

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

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

This text has shadow with #ECC1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC1E2 on black background.


Color preview on white background

This text has color #ECC1E2 on white background.



Black color preview on #ECC1E2 background

This text has black color on #ECC1E2 background.


White color preview on #ECC1E2 background

This text has white color on #ECC1E2 background.