COLOR #EC8AD1

HEX: #EC8AD1
RGB: (236,138,209)

Color info

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

RGB color model

#EC8AD1 color RGB value is (236,138,209).

  • red value is 236;
  • green value is 138;
  • blue value is 209.
RGB:
(236,138,209)
(93%,54%,82%)

RGB channels and saturation

R 236 of 255 = 93%
G 138 of 255 = 54%
B 209 of 255 = 82%

236
138
209

R + G + B ~ 76%. #EC8AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 138 + 209 = 583 (100%)
R 236 of 583 ~ 40.48%
G 138 of 583 ~ 23.67%
B 209 of 583 ~ 35.85%

%40.48
%23.67
%35.85

CMYK color model

#EC8AD1 color CMYK value is (0,42,11,7).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 11.44%
  • key color value is 7.45%
CMYK:
(0,42,11,7)
C0M42Y11K7 
(0%,42%,11%,7%)
(0.00/0.42/0.11/0.07)	

CMYK percentages

%0
%41.53
%11.44
%7.45

Codes

Color #EC8AD1 in popluar color models

EC8AD1
RGB236138209
HSL317°72.06%73.33%
HSB/HSV317°41.53%92.55%
CMYK0.00%41.53%11.44%
7.45%

Color #EC8AD1 in popluar number systems.

HEXEC8AD1
Decimal236138209
Binary111011001000101011010001
Octal354212321

Shades and tints

Shades of #EC8AD1

#EC8AD1
(236,138,209)
#D77EBE
(215,126,190)
#C272AB
(194,114,171)
#AD6698
(173,102,152)
#985A85
(152,90,133)
#834E72
(131,78,114)
#6E425F
(110,66,95)
#59364C
(89,54,76)
#442A39
(68,42,57)
#2F1E26
(47,30,38)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #EC8AD1

#EC8AD1
(236,138,209)
#ED94D5
(237,148,213)
#EE9ED9
(238,158,217)
#EFA8DD
(239,168,221)
#F0B2E1
(240,178,225)
#F1BCE5
(241,188,229)
#F2C6E9
(242,198,233)
#F3D0ED
(243,208,237)
#F4DAF1
(244,218,241)
#F5E4F5
(245,228,245)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8AD1 color. Also use rgb(236,138,209) instead hex code.

Text Font Color

.myTextColor { color: #EC8AD1; }

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

This text font color is #EC8AD1.


Background Color

.myBgColor { background-color: #EC8AD1; }

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

This div background color is #EC8AD1.


Border color

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

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

This div border color is #EC8AD1.


Opacity

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

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

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

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

This text has shadow with #EC8AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8AD1 on black background.


Color preview on white background

This text has color #EC8AD1 on white background.



Black color preview on #EC8AD1 background

This text has black color on #EC8AD1 background.


White color preview on #EC8AD1 background

This text has white color on #EC8AD1 background.