COLOR #ED5586

HEX: #ED5586
RGB: (237,85,134)

Color info

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

RGB color model

#ED5586 color RGB value is (237,85,134).

  • red value is 237;
  • green value is 85;
  • blue value is 134.
RGB:
(237,85,134)
(93%,33%,53%)

RGB channels and saturation

R 237 of 255 = 93%
G 85 of 255 = 33%
B 134 of 255 = 53%

237
85
134

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

Portions of RGB colors in percentages

R + G + B =
237 + 85 + 134 = 456 (100%)
R 237 of 456 ~ 51.97%
G 85 of 456 ~ 18.64%
B 134 of 456 ~ 29.39%

%51.97
%18.64
%29.39

CMYK color model

#ED5586 color CMYK value is (0,64,43,7).

  • cyan value is 0.00%
  • magenta value is 64.14%
  • yellow value is 43.46%
  • key color value is 7.06%
CMYK:
(0,64,43,7)
C0M64Y43K7 
(0%,64%,43%,7%)
(0.00/0.64/0.43/0.07)	

CMYK percentages

%0
%64.14
%43.46
%7.06

Codes

Color #ED5586 in popluar color models

ED5586
RGB23785134
HSL341°80.85%63.14%
HSB/HSV341°64.14%92.94%
CMYK0.00%64.14%43.46%
7.06%

Color #ED5586 in popluar number systems.

HEXED5586
Decimal23785134
Binary11101101101010110000110
Octal355125206

Shades and tints

Shades of #ED5586

#ED5586
(237,85,134)
#D84E7A
(216,78,122)
#C3476E
(195,71,110)
#AE4062
(174,64,98)
#993956
(153,57,86)
#84324A
(132,50,74)
#6F2B3E
(111,43,62)
#5A2432
(90,36,50)
#451D26
(69,29,38)
#30161A
(48,22,26)
#1B0F0E
(27,15,14)
#000000
(0,0,0)

Tints of #ED5586

#ED5586
(237,85,134)
#EE6491
(238,100,145)
#EF739C
(239,115,156)
#F082A7
(240,130,167)
#F191B2
(241,145,178)
#F2A0BD
(242,160,189)
#F3AFC8
(243,175,200)
#F4BED3
(244,190,211)
#F5CDDE
(245,205,222)
#F6DCE9
(246,220,233)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5586 color. Also use rgb(237,85,134) instead hex code.

Text Font Color

.myTextColor { color: #ED5586; }

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

This text font color is #ED5586.


Background Color

.myBgColor { background-color: #ED5586; }

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

This div background color is #ED5586.


Border color

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

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

This div border color is #ED5586.


Opacity

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

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

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

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

This text has shadow with #ED5586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5586 on black background.


Color preview on white background

This text has color #ED5586 on white background.



Black color preview on #ED5586 background

This text has black color on #ED5586 background.


White color preview on #ED5586 background

This text has white color on #ED5586 background.