COLOR #EC7487

HEX: #EC7487
RGB: (236,116,135)

Color info

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

RGB color model

#EC7487 color RGB value is (236,116,135).

  • red value is 236;
  • green value is 116;
  • blue value is 135.
RGB:
(236,116,135)
(93%,45%,53%)

RGB channels and saturation

R 236 of 255 = 93%
G 116 of 255 = 45%
B 135 of 255 = 53%

236
116
135

R + G + B ~ 64%. #EC7487 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 116 + 135 = 487 (100%)
R 236 of 487 ~ 48.46%
G 116 of 487 ~ 23.82%
B 135 of 487 ~ 27.72%

%48.46
%23.82
%27.72

CMYK color model

#EC7487 color CMYK value is (0,51,43,7).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 42.80%
  • key color value is 7.45%
CMYK:
(0,51,43,7)
C0M51Y43K7 
(0%,51%,43%,7%)
(0.00/0.51/0.43/0.07)	

CMYK percentages

%0
%50.85
%42.8
%7.45

Codes

Color #EC7487 in popluar color models

EC7487
RGB236116135
HSL351°75.95%69.02%
HSB/HSV351°50.85%92.55%
CMYK0.00%50.85%42.80%
7.45%

Color #EC7487 in popluar number systems.

HEXEC7487
Decimal236116135
Binary11101100111010010000111
Octal354164207

Shades and tints

Shades of #EC7487

#EC7487
(236,116,135)
#D76A7B
(215,106,123)
#C2606F
(194,96,111)
#AD5663
(173,86,99)
#984C57
(152,76,87)
#83424B
(131,66,75)
#6E383F
(110,56,63)
#592E33
(89,46,51)
#442427
(68,36,39)
#2F1A1B
(47,26,27)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #EC7487

#EC7487
(236,116,135)
#ED8091
(237,128,145)
#EE8C9B
(238,140,155)
#EF98A5
(239,152,165)
#F0A4AF
(240,164,175)
#F1B0B9
(241,176,185)
#F2BCC3
(242,188,195)
#F3C8CD
(243,200,205)
#F4D4D7
(244,212,215)
#F5E0E1
(245,224,225)
#F6ECEB
(246,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC7487; }

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

This text font color is #EC7487.


Background Color

.myBgColor { background-color: #EC7487; }

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

This div background color is #EC7487.


Border color

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

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

This div border color is #EC7487.


Opacity

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

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

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

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

This text has shadow with #EC7487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7487 on black background.


Color preview on white background

This text has color #EC7487 on white background.



Black color preview on #EC7487 background

This text has black color on #EC7487 background.


White color preview on #EC7487 background

This text has white color on #EC7487 background.