COLOR #ED89C4

HEX: #ED89C4 RGB: (237,137,196)

Color info

#ED89C4 contains mainly red and blue colors. Web safe color of #ED89C4 is #FF99CC (or #F9C).

RGB color model

#ED89C4 color RGB value is (237,137,196).

RGB: (237,137,196) (93%, 54%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 137 of 255 = 54%
B 196 of 255 = 77%

237
137
196

R + G + B ~ 75%. #ED89C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 137 + 196 = 570 (100%)
R 237 of 570 ~ 41.58%
G 137 of 570 ~ 24.04%
B 196 of 570 ~ 34.39'%

%41.58
%24.04
%34.39

CMYK color model

#ED89C4 color CMYK value is (0,42,17,7).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 17.30%
  • key color value is 7.06%

CMYK: (0,42,17,7)
C0M42Y17K7 (0%, 42%, 17%, 7%)
(0.00 / 0.42 / 0.17 / 0.07)

CMYK percentages

%0
%42.19
%17.3
%7.06

Codes

Color #ED89C4 in popluar color models

ED 89 C4
RGB 237 137 196
HSL 325° 73.53% 73.33%
HSB/HSV 325° 42.19% 92.94%
CMYK 0.00% 42.19% 17.30%
7.06%

Color #ED89C4 in popluar number systems.

HEX ED 89 C4
Decimal 237 137 196
Binary 11101101 10001001 11000100
Octal 355 211 304

Shades and tints

Shades of #ED89C4

#ED89C4
(237,137,196)
#D87DB3
(216,125,179)
#C371A2
(195,113,162)
#AE6591
(174,101,145)
#995980
(153,89,128)
#844D6F
(132,77,111)
#6F415E
(111,65,94)
#5A354D
(90,53,77)
#45293C
(69,41,60)
#301D2B
(48,29,43)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #ED89C4

#ED89C4
(237,137,196)
#EE93C9
(238,147,201)
#EF9DCE
(239,157,206)
#F0A7D3
(240,167,211)
#F1B1D8
(241,177,216)
#F2BBDD
(242,187,221)
#F3C5E2
(243,197,226)
#F4CFE7
(244,207,231)
#F5D9EC
(245,217,236)
#F6E3F1
(246,227,241)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED89C4 color. Also use rgb(237,137,196) instead hex code.

Text Font Color

.myTextColor { color: #ED89C4; }

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

This text font color is #ED89C4.

Background Color

.myBgColor { background-color: #ED89C4; }

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

This div background color is #ED89C4.

Border color

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

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

This div border color is #ED89C4.

Opacity

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

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

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

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

This text has shadow with #ED89C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED89C4.

Preview

Color preview on black background

This text has color #ED89C4 on black background.


Color preview on white background

This text has color #ED89C4 on white background.


Black color preview on #ED89C4 background

This text has black color on #ED89C4 background.


White color preview on #ED89C4 background

This text has white color on #ED89C4 background.


Related colors

Complementary color

Complementary color for #hex is #12763B.


I love getcolorcode.com

Triadic colors

1 #C4ED89 and #89C4ED with #ED89C4 are triadic colors.

2 #C489ED and #89EDC4 with #ED89C4 are triadic colors.