COLOR #EC9AC0

HEX: #EC9AC0
RGB: (236,154,192)

Color info

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

RGB color model

#EC9AC0 color RGB value is (236,154,192).

  • red value is 236;
  • green value is 154;
  • blue value is 192.
RGB:
(236,154,192)
(93%,60%,75%)

RGB channels and saturation

R 236 of 255 = 93%
G 154 of 255 = 60%
B 192 of 255 = 75%

236
154
192

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

Portions of RGB colors in percentages

R + G + B =
236 + 154 + 192 = 582 (100%)
R 236 of 582 ~ 40.55%
G 154 of 582 ~ 26.46%
B 192 of 582 ~ 32.99%

%40.55
%26.46
%32.99

CMYK color model

#EC9AC0 color CMYK value is (0,35,19,7).

  • cyan value is 0.00%
  • magenta value is 34.75%
  • yellow value is 18.64%
  • key color value is 7.45%
CMYK:
(0,35,19,7)
C0M35Y19K7 
(0%,35%,19%,7%)
(0.00/0.35/0.19/0.07)	

CMYK percentages

%0
%34.75
%18.64
%7.45

Codes

Color #EC9AC0 in popluar color models

EC9AC0
RGB236154192
HSL332°68.33%76.47%
HSB/HSV332°34.75%92.55%
CMYK0.00%34.75%18.64%
7.45%

Color #EC9AC0 in popluar number systems.

HEXEC9AC0
Decimal236154192
Binary111011001001101011000000
Octal354232300

Shades and tints

Shades of #EC9AC0

#EC9AC0
(236,154,192)
#D78CAF
(215,140,175)
#C27E9E
(194,126,158)
#AD708D
(173,112,141)
#98627C
(152,98,124)
#83546B
(131,84,107)
#6E465A
(110,70,90)
#593849
(89,56,73)
#442A38
(68,42,56)
#2F1C27
(47,28,39)
#1A0E16
(26,14,22)
#000000
(0,0,0)

Tints of #EC9AC0

#EC9AC0
(236,154,192)
#EDA3C5
(237,163,197)
#EEACCA
(238,172,202)
#EFB5CF
(239,181,207)
#F0BED4
(240,190,212)
#F1C7D9
(241,199,217)
#F2D0DE
(242,208,222)
#F3D9E3
(243,217,227)
#F4E2E8
(244,226,232)
#F5EBED
(245,235,237)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9AC0 color. Also use rgb(236,154,192) instead hex code.

Text Font Color

.myTextColor { color: #EC9AC0; }

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

This text font color is #EC9AC0.


Background Color

.myBgColor { background-color: #EC9AC0; }

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

This div background color is #EC9AC0.


Border color

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

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

This div border color is #EC9AC0.


Opacity

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

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

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

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

This text has shadow with #EC9AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9AC0 on black background.


Color preview on white background

This text has color #EC9AC0 on white background.



Black color preview on #EC9AC0 background

This text has black color on #EC9AC0 background.


White color preview on #EC9AC0 background

This text has white color on #EC9AC0 background.