COLOR #ED56A6

HEX: #ED56A6
RGB: (237,86,166)

Color info

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

RGB color model

#ED56A6 color RGB value is (237,86,166).

  • red value is 237;
  • green value is 86;
  • blue value is 166.
RGB:
(237,86,166)
(93%,34%,65%)

RGB channels and saturation

R 237 of 255 = 93%
G 86 of 255 = 34%
B 166 of 255 = 65%

237
86
166

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

Portions of RGB colors in percentages

R + G + B =
237 + 86 + 166 = 489 (100%)
R 237 of 489 ~ 48.47%
G 86 of 489 ~ 17.59%
B 166 of 489 ~ 33.95%

%48.47
%17.59
%33.95

CMYK color model

#ED56A6 color CMYK value is (0,64,30,7).

  • cyan value is 0.00%
  • magenta value is 63.71%
  • yellow value is 29.96%
  • key color value is 7.06%
CMYK:
(0,64,30,7)
C0M64Y30K7 
(0%,64%,30%,7%)
(0.00/0.64/0.30/0.07)	

CMYK percentages

%0
%63.71
%29.96
%7.06

Codes

Color #ED56A6 in popluar color models

ED56A6
RGB23786166
HSL328°80.75%63.33%
HSB/HSV328°63.71%92.94%
CMYK0.00%63.71%29.96%
7.06%

Color #ED56A6 in popluar number systems.

HEXED56A6
Decimal23786166
Binary11101101101011010100110
Octal355126246

Shades and tints

Shades of #ED56A6

#ED56A6
(237,86,166)
#D84F97
(216,79,151)
#C34888
(195,72,136)
#AE4179
(174,65,121)
#993A6A
(153,58,106)
#84335B
(132,51,91)
#6F2C4C
(111,44,76)
#5A253D
(90,37,61)
#451E2E
(69,30,46)
#30171F
(48,23,31)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #ED56A6

#ED56A6
(237,86,166)
#EE65AE
(238,101,174)
#EF74B6
(239,116,182)
#F083BE
(240,131,190)
#F192C6
(241,146,198)
#F2A1CE
(242,161,206)
#F3B0D6
(243,176,214)
#F4BFDE
(244,191,222)
#F5CEE6
(245,206,230)
#F6DDEE
(246,221,238)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED56A6 color. Also use rgb(237,86,166) instead hex code.

Text Font Color

.myTextColor { color: #ED56A6; }

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

This text font color is #ED56A6.


Background Color

.myBgColor { background-color: #ED56A6; }

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

This div background color is #ED56A6.


Border color

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

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

This div border color is #ED56A6.


Opacity

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

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

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

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

This text has shadow with #ED56A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED56A6 on black background.


Color preview on white background

This text has color #ED56A6 on white background.



Black color preview on #ED56A6 background

This text has black color on #ED56A6 background.


White color preview on #ED56A6 background

This text has white color on #ED56A6 background.