COLOR #ECC2E9

HEX: #ECC2E9
RGB: (236,194,233)

Color info

#ECC2E9 contains red, green and blue colors in about the same proportion. Web safe color of #ECC2E9 is #FFCCFF (or #FCF).

RGB color model

#ECC2E9 color RGB value is (236,194,233).

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

RGB channels and saturation

R 236 of 255 = 93%
G 194 of 255 = 76%
B 233 of 255 = 91%

236
194
233

R + G + B ~ 87%. #ECC2E9 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 194 + 233 = 663 (100%)
R 236 of 663 ~ 35.6%
G 194 of 663 ~ 29.26%
B 233 of 663 ~ 35.14%

%35.6
%29.26
%35.14

CMYK color model

#ECC2E9 color CMYK value is (0,18,1,7).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 1.27%
  • key color value is 7.45%
CMYK:
(0,18,1,7)
C0M18Y1K7 
(0%,18%,1%,7%)
(0.00/0.18/0.01/0.07)	

CMYK percentages

%0
%17.8
%1.27
%7.45

Codes

Color #ECC2E9 in popluar color models

ECC2E9
RGB236194233
HSL304°52.50%84.31%
HSB/HSV304°17.80%92.55%
CMYK0.00%17.80%1.27%
7.45%

Color #ECC2E9 in popluar number systems.

HEXECC2E9
Decimal236194233
Binary111011001100001011101001
Octal354302351

Shades and tints

Shades of #ECC2E9

#ECC2E9
(236,194,233)
#D7B1D4
(215,177,212)
#C2A0BF
(194,160,191)
#AD8FAA
(173,143,170)
#987E95
(152,126,149)
#836D80
(131,109,128)
#6E5C6B
(110,92,107)
#594B56
(89,75,86)
#443A41
(68,58,65)
#2F292C
(47,41,44)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #ECC2E9

#ECC2E9
(236,194,233)
#EDC7EB
(237,199,235)
#EECCED
(238,204,237)
#EFD1EF
(239,209,239)
#F0D6F1
(240,214,241)
#F1DBF3
(241,219,243)
#F2E0F5
(242,224,245)
#F3E5F7
(243,229,247)
#F4EAF9
(244,234,249)
#F5EFFB
(245,239,251)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC2E9; }

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

This text font color is #ECC2E9.


Background Color

.myBgColor { background-color: #ECC2E9; }

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

This div background color is #ECC2E9.


Border color

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

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

This div border color is #ECC2E9.


Opacity

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

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

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

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

This text has shadow with #ECC2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC2E9 on black background.


Color preview on white background

This text has color #ECC2E9 on white background.



Black color preview on #ECC2E9 background

This text has black color on #ECC2E9 background.


White color preview on #ECC2E9 background

This text has white color on #ECC2E9 background.