COLOR #EC8ABA

HEX: #EC8ABA
RGB: (236,138,186)

Color info

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

RGB color model

#EC8ABA color RGB value is (236,138,186).

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

RGB channels and saturation

R 236 of 255 = 93%
G 138 of 255 = 54%
B 186 of 255 = 73%

236
138
186

R + G + B ~ 73%. #EC8ABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 138 + 186 = 560 (100%)
R 236 of 560 ~ 42.14%
G 138 of 560 ~ 24.64%
B 186 of 560 ~ 33.21%

%42.14
%24.64
%33.21

CMYK color model

#EC8ABA color CMYK value is (0,42,21,7).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 21.19%
  • key color value is 7.45%
CMYK:
(0,42,21,7)
C0M42Y21K7 
(0%,42%,21%,7%)
(0.00/0.42/0.21/0.07)	

CMYK percentages

%0
%41.53
%21.19
%7.45

Codes

Color #EC8ABA in popluar color models

EC8ABA
RGB236138186
HSL331°72.06%73.33%
HSB/HSV331°41.53%92.55%
CMYK0.00%41.53%21.19%
7.45%

Color #EC8ABA in popluar number systems.

HEXEC8ABA
Decimal236138186
Binary111011001000101010111010
Octal354212272

Shades and tints

Shades of #EC8ABA

#EC8ABA
(236,138,186)
#D77EAA
(215,126,170)
#C2729A
(194,114,154)
#AD668A
(173,102,138)
#985A7A
(152,90,122)
#834E6A
(131,78,106)
#6E425A
(110,66,90)
#59364A
(89,54,74)
#442A3A
(68,42,58)
#2F1E2A
(47,30,42)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #EC8ABA

#EC8ABA
(236,138,186)
#ED94C0
(237,148,192)
#EE9EC6
(238,158,198)
#EFA8CC
(239,168,204)
#F0B2D2
(240,178,210)
#F1BCD8
(241,188,216)
#F2C6DE
(242,198,222)
#F3D0E4
(243,208,228)
#F4DAEA
(244,218,234)
#F5E4F0
(245,228,240)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC8ABA; }

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

This text font color is #EC8ABA.


Background Color

.myBgColor { background-color: #EC8ABA; }

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

This div background color is #EC8ABA.


Border color

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

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

This div border color is #EC8ABA.


Opacity

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

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

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

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

This text has shadow with #EC8ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8ABA on black background.


Color preview on white background

This text has color #EC8ABA on white background.



Black color preview on #EC8ABA background

This text has black color on #EC8ABA background.


White color preview on #EC8ABA background

This text has white color on #EC8ABA background.