COLOR #ED59A2

HEX: #ED59A2 RGB: (237,89,162)

Color info

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

RGB color model

#ED59A2 color RGB value is (237,89,162).

RGB: (237,89,162) (93%, 35%, 64%)

RGB channels and saturation

R 237 of 255 = 93%
G 89 of 255 = 35%
B 162 of 255 = 64%

237
89
162

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

Portions of RGB colors in percentages

R + G + B = 237 + 89 + 162 = 488 (100%)
R 237 of 488 ~ 48.57%
G 89 of 488 ~ 18.24%
B 162 of 488 ~ 33.2'%

%48.57
%18.24
%33.2

CMYK color model

#ED59A2 color CMYK value is (0,62,32,7).

  • cyan value is 0.00%
  • magenta value is 62.45%
  • yellow value is 31.65%
  • key color value is 7.06%

CMYK: (0,62,32,7)
C0M62Y32K7 (0%, 62%, 32%, 7%)
(0.00 / 0.62 / 0.32 / 0.07)

CMYK percentages

%0
%62.45
%31.65
%7.06

Codes

Color #ED59A2 in popluar color models

ED 59 A2
RGB 237 89 162
HSL 330° 80.43% 63.92%
HSB/HSV 330° 62.45% 92.94%
CMYK 0.00% 62.45% 31.65%
7.06%

Color #ED59A2 in popluar number systems.

HEX ED 59 A2
Decimal 237 89 162
Binary 11101101 1011001 10100010
Octal 355 131 242

Shades and tints

Shades of #ED59A2

#ED59A2
(237,89,162)
#D85194
(216,81,148)
#C34986
(195,73,134)
#AE4178
(174,65,120)
#99396A
(153,57,106)
#84315C
(132,49,92)
#6F294E
(111,41,78)
#5A2140
(90,33,64)
#451932
(69,25,50)
#301124
(48,17,36)
#1B0916
(27,9,22)
#000000
(0,0,0)

Tints of #ED59A2

#ED59A2
(237,89,162)
#EE68AA
(238,104,170)
#EF77B2
(239,119,178)
#F086BA
(240,134,186)
#F195C2
(241,149,194)
#F2A4CA
(242,164,202)
#F3B3D2
(243,179,210)
#F4C2DA
(244,194,218)
#F5D1E2
(245,209,226)
#F6E0EA
(246,224,234)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED59A2 color. Also use rgb(237,89,162) instead hex code.

Text Font Color

.myTextColor { color: #ED59A2; }

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

This text font color is #ED59A2.

Background Color

.myBgColor { background-color: #ED59A2; }

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

This div background color is #ED59A2.

Border color

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

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

This div border color is #ED59A2.

Opacity

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

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

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

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

This text has shadow with #ED59A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED59A2.

Preview

Color preview on black background

This text has color #ED59A2 on black background.


Color preview on white background

This text has color #ED59A2 on white background.


Black color preview on #ED59A2 background

This text has black color on #ED59A2 background.


White color preview on #ED59A2 background

This text has white color on #ED59A2 background.


Related colors

Complementary color

Complementary color for #hex is #12A65D.


I love getcolorcode.com

Triadic colors

1 #A2ED59 and #59A2ED with #ED59A2 are triadic colors.

2 #A259ED and #59EDA2 with #ED59A2 are triadic colors.