COLOR #EC85AB

HEX: #EC85AB
RGB: (236,133,171)

Color info

#EC85AB contains mainly red color. Web safe color of #EC85AB is #FF9999 (or #F99).

RGB color model

#EC85AB color RGB value is (236,133,171).

  • red value is 236;
  • green value is 133;
  • blue value is 171.
RGB:
(236,133,171)
(93%,52%,67%)

RGB channels and saturation

R 236 of 255 = 93%
G 133 of 255 = 52%
B 171 of 255 = 67%

236
133
171

R + G + B ~ 71%. #EC85AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 133 + 171 = 540 (100%)
R 236 of 540 ~ 43.7%
G 133 of 540 ~ 24.63%
B 171 of 540 ~ 31.67%

%43.7
%24.63
%31.67

CMYK color model

#EC85AB color CMYK value is (0,44,28,7).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 27.54%
  • key color value is 7.45%
CMYK:
(0,44,28,7)
C0M44Y28K7 
(0%,44%,28%,7%)
(0.00/0.44/0.28/0.07)	

CMYK percentages

%0
%43.64
%27.54
%7.45

Codes

Color #EC85AB in popluar color models

EC85AB
RGB236133171
HSL338°73.05%72.35%
HSB/HSV338°43.64%92.55%
CMYK0.00%43.64%27.54%
7.45%

Color #EC85AB in popluar number systems.

HEXEC85AB
Decimal236133171
Binary111011001000010110101011
Octal354205253

Shades and tints

Shades of #EC85AB

#EC85AB
(236,133,171)
#D7799C
(215,121,156)
#C26D8D
(194,109,141)
#AD617E
(173,97,126)
#98556F
(152,85,111)
#834960
(131,73,96)
#6E3D51
(110,61,81)
#593142
(89,49,66)
#442533
(68,37,51)
#2F1924
(47,25,36)
#1A0D15
(26,13,21)
#000000
(0,0,0)

Tints of #EC85AB

#EC85AB
(236,133,171)
#ED90B2
(237,144,178)
#EE9BB9
(238,155,185)
#EFA6C0
(239,166,192)
#F0B1C7
(240,177,199)
#F1BCCE
(241,188,206)
#F2C7D5
(242,199,213)
#F3D2DC
(243,210,220)
#F4DDE3
(244,221,227)
#F5E8EA
(245,232,234)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC85AB; }

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

This text font color is #EC85AB.


Background Color

.myBgColor { background-color: #EC85AB; }

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

This div background color is #EC85AB.


Border color

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

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

This div border color is #EC85AB.


Opacity

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

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

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

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

This text has shadow with #EC85AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC85AB on black background.


Color preview on white background

This text has color #EC85AB on white background.



Black color preview on #EC85AB background

This text has black color on #EC85AB background.


White color preview on #EC85AB background

This text has white color on #EC85AB background.