COLOR #EC8DC5

HEX: #EC8DC5
RGB: (236,141,197)

Color info

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

RGB color model

#EC8DC5 color RGB value is (236,141,197).

  • red value is 236;
  • green value is 141;
  • blue value is 197.
RGB:
(236,141,197)
(93%,55%,77%)

RGB channels and saturation

R 236 of 255 = 93%
G 141 of 255 = 55%
B 197 of 255 = 77%

236
141
197

R + G + B ~ 75%. #EC8DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 141 + 197 = 574 (100%)
R 236 of 574 ~ 41.11%
G 141 of 574 ~ 24.56%
B 197 of 574 ~ 34.32%

%41.11
%24.56
%34.32

CMYK color model

#EC8DC5 color CMYK value is (0,40,17,7).

  • cyan value is 0.00%
  • magenta value is 40.25%
  • yellow value is 16.53%
  • key color value is 7.45%
CMYK:
(0,40,17,7)
C0M40Y17K7 
(0%,40%,17%,7%)
(0.00/0.40/0.17/0.07)	

CMYK percentages

%0
%40.25
%16.53
%7.45

Codes

Color #EC8DC5 in popluar color models

EC8DC5
RGB236141197
HSL325°71.43%73.92%
HSB/HSV325°40.25%92.55%
CMYK0.00%40.25%16.53%
7.45%

Color #EC8DC5 in popluar number systems.

HEXEC8DC5
Decimal236141197
Binary111011001000110111000101
Octal354215305

Shades and tints

Shades of #EC8DC5

#EC8DC5
(236,141,197)
#D781B4
(215,129,180)
#C275A3
(194,117,163)
#AD6992
(173,105,146)
#985D81
(152,93,129)
#835170
(131,81,112)
#6E455F
(110,69,95)
#59394E
(89,57,78)
#442D3D
(68,45,61)
#2F212C
(47,33,44)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #EC8DC5

#EC8DC5
(236,141,197)
#ED97CA
(237,151,202)
#EEA1CF
(238,161,207)
#EFABD4
(239,171,212)
#F0B5D9
(240,181,217)
#F1BFDE
(241,191,222)
#F2C9E3
(242,201,227)
#F3D3E8
(243,211,232)
#F4DDED
(244,221,237)
#F5E7F2
(245,231,242)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8DC5 color. Also use rgb(236,141,197) instead hex code.

Text Font Color

.myTextColor { color: #EC8DC5; }

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

This text font color is #EC8DC5.


Background Color

.myBgColor { background-color: #EC8DC5; }

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

This div background color is #EC8DC5.


Border color

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

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

This div border color is #EC8DC5.


Opacity

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

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

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

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

This text has shadow with #EC8DC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8DC5 on black background.


Color preview on white background

This text has color #EC8DC5 on white background.



Black color preview on #EC8DC5 background

This text has black color on #EC8DC5 background.


White color preview on #EC8DC5 background

This text has white color on #EC8DC5 background.