COLOR #EC89DB

HEX: #EC89DB RGB: (236,137,219)

Color info

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

RGB color model

#EC89DB color RGB value is (236,137,219).

RGB: (236,137,219) (93%, 54%, 86%)

RGB channels and saturation

R 236 of 255 = 93%
G 137 of 255 = 54%
B 219 of 255 = 86%

236
137
219

R + G + B ~ 78%. #EC89DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 137 + 219 = 592 (100%)
R 236 of 592 ~ 39.86%
G 137 of 592 ~ 23.14%
B 219 of 592 ~ 36.99'%

%39.86
%23.14
%36.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.95%
  • yellow value is 7.20%
  • key color value is 7.45%

CMYK: (0,42,7,7)
C0M42Y7K7 (0%, 42%, 7%, 7%)
(0.00 / 0.42 / 0.07 / 0.07)

CMYK percentages

%0
%41.95
%7.2
%7.45

Codes

Color #EC89DB in popluar color models

EC 89 DB
RGB 236 137 219
HSL 310° 72.26% 73.14%
HSB/HSV 310° 41.95% 92.55%
CMYK 0.00% 41.95% 7.20%
7.45%

Color #EC89DB in popluar number systems.

HEX EC 89 DB
Decimal 236 137 219
Binary 11101100 10001001 11011011
Octal 354 211 333

Shades and tints

Shades of #EC89DB

#EC89DB
(236,137,219)
#D77DC8
(215,125,200)
#C271B5
(194,113,181)
#AD65A2
(173,101,162)
#98598F
(152,89,143)
#834D7C
(131,77,124)
#6E4169
(110,65,105)
#593556
(89,53,86)
#442943
(68,41,67)
#2F1D30
(47,29,48)
#1A111D
(26,17,29)
#000000
(0,0,0)

Tints of #EC89DB

#EC89DB
(236,137,219)
#ED93DE
(237,147,222)
#EE9DE1
(238,157,225)
#EFA7E4
(239,167,228)
#F0B1E7
(240,177,231)
#F1BBEA
(241,187,234)
#F2C5ED
(242,197,237)
#F3CFF0
(243,207,240)
#F4D9F3
(244,217,243)
#F5E3F6
(245,227,246)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC89DB color. Also use rgb(236,137,219) instead hex code.

Text Font Color

.myTextColor { color: #EC89DB; }

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

This text font color is #EC89DB.

Background Color

.myBgColor { background-color: #EC89DB; }

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

This div background color is #EC89DB.

Border color

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

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

This div border color is #EC89DB.

Opacity

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

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

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

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

This text has shadow with #EC89DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC89DB.

Preview

Color preview on black background

This text has color #EC89DB on black background.


Color preview on white background

This text has color #EC89DB on white background.


Black color preview on #EC89DB background

This text has black color on #EC89DB background.


White color preview on #EC89DB background

This text has white color on #EC89DB background.


Related colors

Complementary color

Complementary color for #hex is #137624.


I love getcolorcode.com

Triadic colors

1 #DBEC89 and #89DBEC with #EC89DB are triadic colors.

2 #DB89EC and #89ECDB with #EC89DB are triadic colors.