COLOR #EC788E

HEX: #EC788E RGB: (236,120,142)

Color info

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

RGB color model

#EC788E color RGB value is (236,120,142).

RGB: (236,120,142) (93%, 47%, 56%)

RGB channels and saturation

R 236 of 255 = 93%
G 120 of 255 = 47%
B 142 of 255 = 56%

236
120
142

R + G + B ~ 65%. #EC788E is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 120 + 142 = 498 (100%)
R 236 of 498 ~ 47.39%
G 120 of 498 ~ 24.1%
B 142 of 498 ~ 28.51'%

%47.39
%24.1
%28.51

CMYK color model

#EC788E color CMYK value is (0,49,40,7).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 39.83%
  • key color value is 7.45%

CMYK: (0,49,40,7)
C0M49Y40K7 (0%, 49%, 40%, 7%)
(0.00 / 0.49 / 0.40 / 0.07)

CMYK percentages

%0
%49.15
%39.83
%7.45

Codes

Color #EC788E in popluar color models

EC 78 8E
RGB 236 120 142
HSL 349° 75.32% 69.80%
HSB/HSV 349° 49.15% 92.55%
CMYK 0.00% 49.15% 39.83%
7.45%

Color #EC788E in popluar number systems.

HEX EC 78 8E
Decimal 236 120 142
Binary 11101100 1111000 10001110
Octal 354 170 216

Shades and tints

Shades of #EC788E

#EC788E
(236,120,142)
#D76E82
(215,110,130)
#C26476
(194,100,118)
#AD5A6A
(173,90,106)
#98505E
(152,80,94)
#834652
(131,70,82)
#6E3C46
(110,60,70)
#59323A
(89,50,58)
#44282E
(68,40,46)
#2F1E22
(47,30,34)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #EC788E

#EC788E
(236,120,142)
#ED8498
(237,132,152)
#EE90A2
(238,144,162)
#EF9CAC
(239,156,172)
#F0A8B6
(240,168,182)
#F1B4C0
(241,180,192)
#F2C0CA
(242,192,202)
#F3CCD4
(243,204,212)
#F4D8DE
(244,216,222)
#F5E4E8
(245,228,232)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC788E; }

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

This text font color is #EC788E.

Background Color

.myBgColor { background-color: #EC788E; }

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

This div background color is #EC788E.

Border color

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

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

This div border color is #EC788E.

Opacity

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

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

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

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

This text has shadow with #EC788E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC788E.

Preview

Color preview on black background

This text has color #EC788E on black background.


Color preview on white background

This text has color #EC788E on white background.


Black color preview on #EC788E background

This text has black color on #EC788E background.


White color preview on #EC788E background

This text has white color on #EC788E background.


Related colors

Complementary color

Complementary color for #hex is #138771.


I love getcolorcode.com

Triadic colors

1 #8EEC78 and #788EEC with #EC788E are triadic colors.

2 #8E78EC and #78EC8E with #EC788E are triadic colors.