COLOR #EC8ED2

HEX: #EC8ED2
RGB: (236,142,210)

Color info

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

RGB color model

#EC8ED2 color RGB value is (236,142,210).

  • red value is 236;
  • green value is 142;
  • blue value is 210.
RGB:
(236,142,210)
(93%,56%,82%)

RGB channels and saturation

R 236 of 255 = 93%
G 142 of 255 = 56%
B 210 of 255 = 82%

236
142
210

R + G + B ~ 77%. #EC8ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 142 + 210 = 588 (100%)
R 236 of 588 ~ 40.14%
G 142 of 588 ~ 24.15%
B 210 of 588 ~ 35.71%

%40.14
%24.15
%35.71

CMYK color model

#EC8ED2 color CMYK value is (0,40,11,7).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 11.02%
  • key color value is 7.45%
CMYK:
(0,40,11,7)
C0M40Y11K7 
(0%,40%,11%,7%)
(0.00/0.40/0.11/0.07)	

CMYK percentages

%0
%39.83
%11.02
%7.45

Codes

Color #EC8ED2 in popluar color models

EC8ED2
RGB236142210
HSL317°71.21%74.12%
HSB/HSV317°39.83%92.55%
CMYK0.00%39.83%11.02%
7.45%

Color #EC8ED2 in popluar number systems.

HEXEC8ED2
Decimal236142210
Binary111011001000111011010010
Octal354216322

Shades and tints

Shades of #EC8ED2

#EC8ED2
(236,142,210)
#D782BF
(215,130,191)
#C276AC
(194,118,172)
#AD6A99
(173,106,153)
#985E86
(152,94,134)
#835273
(131,82,115)
#6E4660
(110,70,96)
#593A4D
(89,58,77)
#442E3A
(68,46,58)
#2F2227
(47,34,39)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #EC8ED2

#EC8ED2
(236,142,210)
#ED98D6
(237,152,214)
#EEA2DA
(238,162,218)
#EFACDE
(239,172,222)
#F0B6E2
(240,182,226)
#F1C0E6
(241,192,230)
#F2CAEA
(242,202,234)
#F3D4EE
(243,212,238)
#F4DEF2
(244,222,242)
#F5E8F6
(245,232,246)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8ED2 color. Also use rgb(236,142,210) instead hex code.

Text Font Color

.myTextColor { color: #EC8ED2; }

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

This text font color is #EC8ED2.


Background Color

.myBgColor { background-color: #EC8ED2; }

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

This div background color is #EC8ED2.


Border color

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

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

This div border color is #EC8ED2.


Opacity

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

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

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

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

This text has shadow with #EC8ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8ED2 on black background.


Color preview on white background

This text has color #EC8ED2 on white background.



Black color preview on #EC8ED2 background

This text has black color on #EC8ED2 background.


White color preview on #EC8ED2 background

This text has white color on #EC8ED2 background.