COLOR #ED89CB

HEX: #ED89CB
RGB: (237,137,203)

Color info

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

RGB color model

#ED89CB color RGB value is (237,137,203).

  • red value is 237;
  • green value is 137;
  • blue value is 203.
RGB:
(237,137,203)
(93%,54%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 137 of 255 = 54%
B 203 of 255 = 80%

237
137
203

R + G + B ~ 76%. #ED89CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 137 + 203 = 577 (100%)
R 237 of 577 ~ 41.07%
G 137 of 577 ~ 23.74%
B 203 of 577 ~ 35.18%

%41.07
%23.74
%35.18

CMYK color model

#ED89CB color CMYK value is (0,42,14,7).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(0,42,14,7)
C0M42Y14K7 
(0%,42%,14%,7%)
(0.00/0.42/0.14/0.07)	

CMYK percentages

%0
%42.19
%14.35
%7.06

Codes

Color #ED89CB in popluar color models

ED89CB
RGB237137203
HSL320°73.53%73.33%
HSB/HSV320°42.19%92.94%
CMYK0.00%42.19%14.35%
7.06%

Color #ED89CB in popluar number systems.

HEXED89CB
Decimal237137203
Binary111011011000100111001011
Octal355211313

Shades and tints

Shades of #ED89CB

#ED89CB
(237,137,203)
#D87DB9
(216,125,185)
#C371A7
(195,113,167)
#AE6595
(174,101,149)
#995983
(153,89,131)
#844D71
(132,77,113)
#6F415F
(111,65,95)
#5A354D
(90,53,77)
#45293B
(69,41,59)
#301D29
(48,29,41)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #ED89CB

#ED89CB
(237,137,203)
#EE93CF
(238,147,207)
#EF9DD3
(239,157,211)
#F0A7D7
(240,167,215)
#F1B1DB
(241,177,219)
#F2BBDF
(242,187,223)
#F3C5E3
(243,197,227)
#F4CFE7
(244,207,231)
#F5D9EB
(245,217,235)
#F6E3EF
(246,227,239)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED89CB; }

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

This text font color is #ED89CB.


Background Color

.myBgColor { background-color: #ED89CB; }

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

This div background color is #ED89CB.


Border color

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

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

This div border color is #ED89CB.


Opacity

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

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

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

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

This text has shadow with #ED89CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED89CB on black background.


Color preview on white background

This text has color #ED89CB on white background.



Black color preview on #ED89CB background

This text has black color on #ED89CB background.


White color preview on #ED89CB background

This text has white color on #ED89CB background.