COLOR #EC6187

HEX: #EC6187
RGB: (236,97,135)

Color info

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

RGB color model

#EC6187 color RGB value is (236,97,135).

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

RGB channels and saturation

R 236 of 255 = 93%
G 97 of 255 = 38%
B 135 of 255 = 53%

236
97
135

R + G + B ~ 61%. #EC6187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 97 + 135 = 468 (100%)
R 236 of 468 ~ 50.43%
G 97 of 468 ~ 20.73%
B 135 of 468 ~ 28.85%

%50.43
%20.73
%28.85

CMYK color model

#EC6187 color CMYK value is (0,59,43,7).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 42.80%
  • key color value is 7.45%
CMYK:
(0,59,43,7)
C0M59Y43K7 
(0%,59%,43%,7%)
(0.00/0.59/0.43/0.07)	

CMYK percentages

%0
%58.9
%42.8
%7.45

Codes

Color #EC6187 in popluar color models

EC6187
RGB23697135
HSL344°78.53%65.29%
HSB/HSV344°58.90%92.55%
CMYK0.00%58.90%42.80%
7.45%

Color #EC6187 in popluar number systems.

HEXEC6187
Decimal23697135
Binary11101100110000110000111
Octal354141207

Shades and tints

Shades of #EC6187

#EC6187
(236,97,135)
#D7597B
(215,89,123)
#C2516F
(194,81,111)
#AD4963
(173,73,99)
#984157
(152,65,87)
#83394B
(131,57,75)
#6E313F
(110,49,63)
#592933
(89,41,51)
#442127
(68,33,39)
#2F191B
(47,25,27)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #EC6187

#EC6187
(236,97,135)
#ED6F91
(237,111,145)
#EE7D9B
(238,125,155)
#EF8BA5
(239,139,165)
#F099AF
(240,153,175)
#F1A7B9
(241,167,185)
#F2B5C3
(242,181,195)
#F3C3CD
(243,195,205)
#F4D1D7
(244,209,215)
#F5DFE1
(245,223,225)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC6187; }

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

This text font color is #EC6187.


Background Color

.myBgColor { background-color: #EC6187; }

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

This div background color is #EC6187.


Border color

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

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

This div border color is #EC6187.


Opacity

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

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

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

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

This text has shadow with #EC6187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6187 on black background.


Color preview on white background

This text has color #EC6187 on white background.



Black color preview on #EC6187 background

This text has black color on #EC6187 background.


White color preview on #EC6187 background

This text has white color on #EC6187 background.