COLOR #EC789F

HEX: #EC789F
RGB: (236,120,159)

Color info

#EC789F contains mainly red color. Web safe color of #EC789F is #FF6699 (or #F69).

RGB color model

#EC789F color RGB value is (236,120,159).

  • red value is 236;
  • green value is 120;
  • blue value is 159.
RGB:
(236,120,159)
(93%,47%,62%)

RGB channels and saturation

R 236 of 255 = 93%
G 120 of 255 = 47%
B 159 of 255 = 62%

236
120
159

R + G + B ~ 67%. #EC789F is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 120 + 159 = 515 (100%)
R 236 of 515 ~ 45.83%
G 120 of 515 ~ 23.3%
B 159 of 515 ~ 30.87%

%45.83
%23.3
%30.87

CMYK color model

#EC789F color CMYK value is (0,49,33,7).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 32.63%
  • key color value is 7.45%
CMYK:
(0,49,33,7)
C0M49Y33K7 
(0%,49%,33%,7%)
(0.00/0.49/0.33/0.07)	

CMYK percentages

%0
%49.15
%32.63
%7.45

Codes

Color #EC789F in popluar color models

EC789F
RGB236120159
HSL340°75.32%69.80%
HSB/HSV340°49.15%92.55%
CMYK0.00%49.15%32.63%
7.45%

Color #EC789F in popluar number systems.

HEXEC789F
Decimal236120159
Binary11101100111100010011111
Octal354170237

Shades and tints

Shades of #EC789F

#EC789F
(236,120,159)
#D76E91
(215,110,145)
#C26483
(194,100,131)
#AD5A75
(173,90,117)
#985067
(152,80,103)
#834659
(131,70,89)
#6E3C4B
(110,60,75)
#59323D
(89,50,61)
#44282F
(68,40,47)
#2F1E21
(47,30,33)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #EC789F

#EC789F
(236,120,159)
#ED84A7
(237,132,167)
#EE90AF
(238,144,175)
#EF9CB7
(239,156,183)
#F0A8BF
(240,168,191)
#F1B4C7
(241,180,199)
#F2C0CF
(242,192,207)
#F3CCD7
(243,204,215)
#F4D8DF
(244,216,223)
#F5E4E7
(245,228,231)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC789F color. Also use rgb(236,120,159) instead hex code.

Text Font Color

.myTextColor { color: #EC789F; }

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

This text font color is #EC789F.


Background Color

.myBgColor { background-color: #EC789F; }

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

This div background color is #EC789F.


Border color

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

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

This div border color is #EC789F.


Opacity

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

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

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

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

This text has shadow with #EC789F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC789F on black background.


Color preview on white background

This text has color #EC789F on white background.



Black color preview on #EC789F background

This text has black color on #EC789F background.


White color preview on #EC789F background

This text has white color on #EC789F background.