COLOR #EC8BD9

HEX: #EC8BD9 RGB: (236,139,217)

Color info

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

RGB color model

#EC8BD9 color RGB value is (236,139,217).

RGB: (236,139,217) (93%, 55%, 85%)

RGB channels and saturation

R 236 of 255 = 93%
G 139 of 255 = 55%
B 217 of 255 = 85%

236
139
217

R + G + B ~ 78%. #EC8BD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 139 + 217 = 592 (100%)
R 236 of 592 ~ 39.86%
G 139 of 592 ~ 23.48%
B 217 of 592 ~ 36.66'%

%39.86
%23.48
%36.66

CMYK color model

#EC8BD9 color CMYK value is (0,41,8,7).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 8.05%
  • key color value is 7.45%

CMYK: (0,41,8,7)
C0M41Y8K7 (0%, 41%, 8%, 7%)
(0.00 / 0.41 / 0.08 / 0.07)

CMYK percentages

%0
%41.1
%8.05
%7.45

Codes

Color #EC8BD9 in popluar color models

EC 8B D9
RGB 236 139 217
HSL 312° 71.85% 73.53%
HSB/HSV 312° 41.10% 92.55%
CMYK 0.00% 41.10% 8.05%
7.45%

Color #EC8BD9 in popluar number systems.

HEX EC 8B D9
Decimal 236 139 217
Binary 11101100 10001011 11011001
Octal 354 213 331

Shades and tints

Shades of #EC8BD9

#EC8BD9
(236,139,217)
#D77FC6
(215,127,198)
#C273B3
(194,115,179)
#AD67A0
(173,103,160)
#985B8D
(152,91,141)
#834F7A
(131,79,122)
#6E4367
(110,67,103)
#593754
(89,55,84)
#442B41
(68,43,65)
#2F1F2E
(47,31,46)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #EC8BD9

#EC8BD9
(236,139,217)
#ED95DC
(237,149,220)
#EE9FDF
(238,159,223)
#EFA9E2
(239,169,226)
#F0B3E5
(240,179,229)
#F1BDE8
(241,189,232)
#F2C7EB
(242,199,235)
#F3D1EE
(243,209,238)
#F4DBF1
(244,219,241)
#F5E5F4
(245,229,244)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8BD9 color. Also use rgb(236,139,217) instead hex code.

Text Font Color

.myTextColor { color: #EC8BD9; }

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

This text font color is #EC8BD9.

Background Color

.myBgColor { background-color: #EC8BD9; }

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

This div background color is #EC8BD9.

Border color

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

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

This div border color is #EC8BD9.

Opacity

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

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

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

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

This text has shadow with #EC8BD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC8BD9.

Preview

Color preview on black background

This text has color #EC8BD9 on black background.


Color preview on white background

This text has color #EC8BD9 on white background.


Black color preview on #EC8BD9 background

This text has black color on #EC8BD9 background.


White color preview on #EC8BD9 background

This text has white color on #EC8BD9 background.


Related colors

Complementary color

Complementary color for #hex is #137426.


I love getcolorcode.com

Triadic colors

1 #D9EC8B and #8BD9EC with #EC8BD9 are triadic colors.

2 #D98BEC and #8BECD9 with #EC8BD9 are triadic colors.