COLOR #EC8ACA

HEX: #EC8ACA
RGB: (236,138,202)

Color info

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

RGB color model

#EC8ACA color RGB value is (236,138,202).

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

RGB channels and saturation

R 236 of 255 = 93%
G 138 of 255 = 54%
B 202 of 255 = 79%

236
138
202

R + G + B ~ 75%. #EC8ACA is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 138 + 202 = 576 (100%)
R 236 of 576 ~ 40.97%
G 138 of 576 ~ 23.96%
B 202 of 576 ~ 35.07%

%40.97
%23.96
%35.07

CMYK color model

#EC8ACA color CMYK value is (0,42,14,7).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 14.41%
  • key color value is 7.45%
CMYK:
(0,42,14,7)
C0M42Y14K7 
(0%,42%,14%,7%)
(0.00/0.42/0.14/0.07)	

CMYK percentages

%0
%41.53
%14.41
%7.45

Codes

Color #EC8ACA in popluar color models

EC8ACA
RGB236138202
HSL321°72.06%73.33%
HSB/HSV321°41.53%92.55%
CMYK0.00%41.53%14.41%
7.45%

Color #EC8ACA in popluar number systems.

HEXEC8ACA
Decimal236138202
Binary111011001000101011001010
Octal354212312

Shades and tints

Shades of #EC8ACA

#EC8ACA
(236,138,202)
#D77EB8
(215,126,184)
#C272A6
(194,114,166)
#AD6694
(173,102,148)
#985A82
(152,90,130)
#834E70
(131,78,112)
#6E425E
(110,66,94)
#59364C
(89,54,76)
#442A3A
(68,42,58)
#2F1E28
(47,30,40)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #EC8ACA

#EC8ACA
(236,138,202)
#ED94CE
(237,148,206)
#EE9ED2
(238,158,210)
#EFA8D6
(239,168,214)
#F0B2DA
(240,178,218)
#F1BCDE
(241,188,222)
#F2C6E2
(242,198,226)
#F3D0E6
(243,208,230)
#F4DAEA
(244,218,234)
#F5E4EE
(245,228,238)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC8ACA; }

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

This text font color is #EC8ACA.


Background Color

.myBgColor { background-color: #EC8ACA; }

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

This div background color is #EC8ACA.


Border color

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

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

This div border color is #EC8ACA.


Opacity

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

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

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

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

This text has shadow with #EC8ACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8ACA on black background.


Color preview on white background

This text has color #EC8ACA on white background.



Black color preview on #EC8ACA background

This text has black color on #EC8ACA background.


White color preview on #EC8ACA background

This text has white color on #EC8ACA background.