COLOR #EC9DE1

HEX: #EC9DE1
RGB: (236,157,225)

Color info

#EC9DE1 contains mainly red and blue colors. Web safe color of #EC9DE1 is #FF99CC (or #F9C).

RGB color model

#EC9DE1 color RGB value is (236,157,225).

  • red value is 236;
  • green value is 157;
  • blue value is 225.
RGB:
(236,157,225)
(93%,62%,88%)

RGB channels and saturation

R 236 of 255 = 93%
G 157 of 255 = 62%
B 225 of 255 = 88%

236
157
225

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

Portions of RGB colors in percentages

R + G + B =
236 + 157 + 225 = 618 (100%)
R 236 of 618 ~ 38.19%
G 157 of 618 ~ 25.4%
B 225 of 618 ~ 36.41%

%38.19
%25.4
%36.41

CMYK color model

#EC9DE1 color CMYK value is (0,33,5,7).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 4.66%
  • key color value is 7.45%
CMYK:
(0,33,5,7)
C0M33Y5K7 
(0%,33%,5%,7%)
(0.00/0.33/0.05/0.07)	

CMYK percentages

%0
%33.47
%4.66
%7.45

Codes

Color #EC9DE1 in popluar color models

EC9DE1
RGB236157225
HSL308°67.52%77.06%
HSB/HSV308°33.47%92.55%
CMYK0.00%33.47%4.66%
7.45%

Color #EC9DE1 in popluar number systems.

HEXEC9DE1
Decimal236157225
Binary111011001001110111100001
Octal354235341

Shades and tints

Shades of #EC9DE1

#EC9DE1
(236,157,225)
#D78FCD
(215,143,205)
#C281B9
(194,129,185)
#AD73A5
(173,115,165)
#986591
(152,101,145)
#83577D
(131,87,125)
#6E4969
(110,73,105)
#593B55
(89,59,85)
#442D41
(68,45,65)
#2F1F2D
(47,31,45)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #EC9DE1

#EC9DE1
(236,157,225)
#EDA5E3
(237,165,227)
#EEADE5
(238,173,229)
#EFB5E7
(239,181,231)
#F0BDE9
(240,189,233)
#F1C5EB
(241,197,235)
#F2CDED
(242,205,237)
#F3D5EF
(243,213,239)
#F4DDF1
(244,221,241)
#F5E5F3
(245,229,243)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9DE1 color. Also use rgb(236,157,225) instead hex code.

Text Font Color

.myTextColor { color: #EC9DE1; }

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

This text font color is #EC9DE1.


Background Color

.myBgColor { background-color: #EC9DE1; }

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

This div background color is #EC9DE1.


Border color

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

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

This div border color is #EC9DE1.


Opacity

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

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

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

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

This text has shadow with #EC9DE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9DE1 on black background.


Color preview on white background

This text has color #EC9DE1 on white background.



Black color preview on #EC9DE1 background

This text has black color on #EC9DE1 background.


White color preview on #EC9DE1 background

This text has white color on #EC9DE1 background.