COLOR #EC5F82

HEX: #EC5F82
RGB: (236,95,130)

Color info

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

RGB color model

#EC5F82 color RGB value is (236,95,130).

  • red value is 236;
  • green value is 95;
  • blue value is 130.
RGB:
(236,95,130)
(93%,37%,51%)

RGB channels and saturation

R 236 of 255 = 93%
G 95 of 255 = 37%
B 130 of 255 = 51%

236
95
130

R + G + B ~ 60%. #EC5F82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
236 + 95 + 130 = 461 (100%)
R 236 of 461 ~ 51.19%
G 95 of 461 ~ 20.61%
B 130 of 461 ~ 28.2%

%51.19
%20.61
%28.2

CMYK color model

#EC5F82 color CMYK value is (0,60,45,7).

  • cyan value is 0.00%
  • magenta value is 59.75%
  • yellow value is 44.92%
  • key color value is 7.45%
CMYK:
(0,60,45,7)
C0M60Y45K7 
(0%,60%,45%,7%)
(0.00/0.60/0.45/0.07)	

CMYK percentages

%0
%59.75
%44.92
%7.45

Codes

Color #EC5F82 in popluar color models

EC5F82
RGB23695130
HSL345°78.77%64.90%
HSB/HSV345°59.75%92.55%
CMYK0.00%59.75%44.92%
7.45%

Color #EC5F82 in popluar number systems.

HEXEC5F82
Decimal23695130
Binary11101100101111110000010
Octal354137202

Shades and tints

Shades of #EC5F82

#EC5F82
(236,95,130)
#D75777
(215,87,119)
#C24F6C
(194,79,108)
#AD4761
(173,71,97)
#983F56
(152,63,86)
#83374B
(131,55,75)
#6E2F40
(110,47,64)
#592735
(89,39,53)
#441F2A
(68,31,42)
#2F171F
(47,23,31)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #EC5F82

#EC5F82
(236,95,130)
#ED6D8D
(237,109,141)
#EE7B98
(238,123,152)
#EF89A3
(239,137,163)
#F097AE
(240,151,174)
#F1A5B9
(241,165,185)
#F2B3C4
(242,179,196)
#F3C1CF
(243,193,207)
#F4CFDA
(244,207,218)
#F5DDE5
(245,221,229)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5F82 color. Also use rgb(236,95,130) instead hex code.

Text Font Color

.myTextColor { color: #EC5F82; }

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

This text font color is #EC5F82.


Background Color

.myBgColor { background-color: #EC5F82; }

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

This div background color is #EC5F82.


Border color

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

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

This div border color is #EC5F82.


Opacity

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

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

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

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

This text has shadow with #EC5F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5F82 on black background.


Color preview on white background

This text has color #EC5F82 on white background.



Black color preview on #EC5F82 background

This text has black color on #EC5F82 background.


White color preview on #EC5F82 background

This text has white color on #EC5F82 background.