COLOR #EC85D6

HEX: #EC85D6 RGB: (236,133,214)

Color info

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

RGB color model

#EC85D6 color RGB value is (236,133,214).

RGB: (236,133,214) (93%, 52%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 133 of 255 = 52%
B 214 of 255 = 84%

236
133
214

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

Portions of RGB colors in percentages

R + G + B = 236 + 133 + 214 = 583 (100%)
R 236 of 583 ~ 40.48%
G 133 of 583 ~ 22.81%
B 214 of 583 ~ 36.71'%

%40.48
%22.81
%36.71

CMYK color model

#EC85D6 color CMYK value is (0,44,9,7).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 9.32%
  • key color value is 7.45%

CMYK: (0,44,9,7)
C0M44Y9K7 (0%, 44%, 9%, 7%)
(0.00 / 0.44 / 0.09 / 0.07)

CMYK percentages

%0
%43.64
%9.32
%7.45

Codes

Color #EC85D6 in popluar color models

EC 85 D6
RGB 236 133 214
HSL 313° 73.05% 72.35%
HSB/HSV 313° 43.64% 92.55%
CMYK 0.00% 43.64% 9.32%
7.45%

Color #EC85D6 in popluar number systems.

HEX EC 85 D6
Decimal 236 133 214
Binary 11101100 10000101 11010110
Octal 354 205 326

Shades and tints

Shades of #EC85D6

#EC85D6
(236,133,214)
#D779C3
(215,121,195)
#C26DB0
(194,109,176)
#AD619D
(173,97,157)
#98558A
(152,85,138)
#834977
(131,73,119)
#6E3D64
(110,61,100)
#593151
(89,49,81)
#44253E
(68,37,62)
#2F192B
(47,25,43)
#1A0D18
(26,13,24)
#000000
(0,0,0)

Tints of #EC85D6

#EC85D6
(236,133,214)
#ED90D9
(237,144,217)
#EE9BDC
(238,155,220)
#EFA6DF
(239,166,223)
#F0B1E2
(240,177,226)
#F1BCE5
(241,188,229)
#F2C7E8
(242,199,232)
#F3D2EB
(243,210,235)
#F4DDEE
(244,221,238)
#F5E8F1
(245,232,241)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC85D6 color. Also use rgb(236,133,214) instead hex code.

Text Font Color

.myTextColor { color: #EC85D6; }

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

This text font color is #EC85D6.

Background Color

.myBgColor { background-color: #EC85D6; }

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

This div background color is #EC85D6.

Border color

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

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

This div border color is #EC85D6.

Opacity

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

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

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

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

This text has shadow with #EC85D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC85D6.

Preview

Color preview on black background

This text has color #EC85D6 on black background.


Color preview on white background

This text has color #EC85D6 on white background.


Black color preview on #EC85D6 background

This text has black color on #EC85D6 background.


White color preview on #EC85D6 background

This text has white color on #EC85D6 background.


Related colors

Complementary color

Complementary color for #hex is #137A29.


I love getcolorcode.com

Triadic colors

1 #D6EC85 and #85D6EC with #EC85D6 are triadic colors.

2 #D685EC and #85ECD6 with #EC85D6 are triadic colors.