COLOR #EC8788

HEX: #EC8788 RGB: (236,135,136)

Color info

#EC8788 contains mainly red color. Web safe color of #EC8788 is #FF9999 (or #F99).

RGB color model

#EC8788 color RGB value is (236,135,136).

RGB: (236,135,136) (93%, 53%, 53%)

RGB channels and saturation

R 236 of 255 = 93%
G 135 of 255 = 53%
B 136 of 255 = 53%

236
135
136

R + G + B ~ 66%. #EC8788 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 135 + 136 = 507 (100%)
R 236 of 507 ~ 46.55%
G 135 of 507 ~ 26.63%
B 136 of 507 ~ 26.82'%

%46.55
%26.63
%26.82

CMYK color model

#EC8788 color CMYK value is (0,43,42,7).

  • cyan value is 0.00%
  • magenta value is 42.80%
  • yellow value is 42.37%
  • key color value is 7.45%

CMYK: (0,43,42,7)
C0M43Y42K7 (0%, 43%, 42%, 7%)
(0.00 / 0.43 / 0.42 / 0.07)

CMYK percentages

%0
%42.8
%42.37
%7.45

Codes

Color #EC8788 in popluar color models

EC 87 88
RGB 236 135 136
HSL 359° 72.66% 72.75%
HSB/HSV 359° 42.80% 92.55%
CMYK 0.00% 42.80% 42.37%
7.45%

Color #EC8788 in popluar number systems.

HEX EC 87 88
Decimal 236 135 136
Binary 11101100 10000111 10001000
Octal 354 207 210

Shades and tints

Shades of #EC8788

#EC8788
(236,135,136)
#D77B7C
(215,123,124)
#C26F70
(194,111,112)
#AD6364
(173,99,100)
#985758
(152,87,88)
#834B4C
(131,75,76)
#6E3F40
(110,63,64)
#593334
(89,51,52)
#442728
(68,39,40)
#2F1B1C
(47,27,28)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #EC8788

#EC8788
(236,135,136)
#ED9192
(237,145,146)
#EE9B9C
(238,155,156)
#EFA5A6
(239,165,166)
#F0AFB0
(240,175,176)
#F1B9BA
(241,185,186)
#F2C3C4
(242,195,196)
#F3CDCE
(243,205,206)
#F4D7D8
(244,215,216)
#F5E1E2
(245,225,226)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8788 color. Also use rgb(236,135,136) instead hex code.

Text Font Color

.myTextColor { color: #EC8788; }

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

This text font color is #EC8788.

Background Color

.myBgColor { background-color: #EC8788; }

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

This div background color is #EC8788.

Border color

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

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

This div border color is #EC8788.

Opacity

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

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

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

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

This text has shadow with #EC8788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC8788.

Preview

Color preview on black background

This text has color #EC8788 on black background.


Color preview on white background

This text has color #EC8788 on white background.


Black color preview on #EC8788 background

This text has black color on #EC8788 background.


White color preview on #EC8788 background

This text has white color on #EC8788 background.


Related colors

Complementary color

Complementary color for #hex is #137877.


I love getcolorcode.com

Triadic colors

1 #88EC87 and #8788EC with #EC8788 are triadic colors.

2 #8887EC and #87EC88 with #EC8788 are triadic colors.