COLOR #ED4DC9

HEX: #ED4DC9 RGB: (237,77,201)

Color info

#ED4DC9 contains mainly red and blue colors. Web safe color of #ED4DC9 is #FF33CC (or #F3C).

RGB color model

#ED4DC9 color RGB value is (237,77,201).

RGB: (237,77,201) (93%, 30%, 79%)

RGB channels and saturation

R 237 of 255 = 93%
G 77 of 255 = 30%
B 201 of 255 = 79%

237
77
201

R + G + B ~ 67%. #ED4DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 77 + 201 = 515 (100%)
R 237 of 515 ~ 46.02%
G 77 of 515 ~ 14.95%
B 201 of 515 ~ 39.03'%

%46.02
%14.95
%39.03

CMYK color model

#ED4DC9 color CMYK value is (0,68,15,7).

  • cyan value is 0.00%
  • magenta value is 67.51%
  • yellow value is 15.19%
  • key color value is 7.06%

CMYK: (0,68,15,7)
C0M68Y15K7 (0%, 68%, 15%, 7%)
(0.00 / 0.68 / 0.15 / 0.07)

CMYK percentages

%0
%67.51
%15.19
%7.06

Codes

Color #ED4DC9 in popluar color models

ED 4D C9
RGB 237 77 201
HSL 314° 81.63% 61.57%
HSB/HSV 314° 67.51% 92.94%
CMYK 0.00% 67.51% 15.19%
7.06%

Color #ED4DC9 in popluar number systems.

HEX ED 4D C9
Decimal 237 77 201
Binary 11101101 1001101 11001001
Octal 355 115 311

Shades and tints

Shades of #ED4DC9

#ED4DC9
(237,77,201)
#D846B7
(216,70,183)
#C33FA5
(195,63,165)
#AE3893
(174,56,147)
#993181
(153,49,129)
#842A6F
(132,42,111)
#6F235D
(111,35,93)
#5A1C4B
(90,28,75)
#451539
(69,21,57)
#300E27
(48,14,39)
#1B0715
(27,7,21)
#000000
(0,0,0)

Tints of #ED4DC9

#ED4DC9
(237,77,201)
#EE5DCD
(238,93,205)
#EF6DD1
(239,109,209)
#F07DD5
(240,125,213)
#F18DD9
(241,141,217)
#F29DDD
(242,157,221)
#F3ADE1
(243,173,225)
#F4BDE5
(244,189,229)
#F5CDE9
(245,205,233)
#F6DDED
(246,221,237)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED4DC9 color. Also use rgb(237,77,201) instead hex code.

Text Font Color

.myTextColor { color: #ED4DC9; }

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

This text font color is #ED4DC9.

Background Color

.myBgColor { background-color: #ED4DC9; }

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

This div background color is #ED4DC9.

Border color

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

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

This div border color is #ED4DC9.

Opacity

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

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

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

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

This text has shadow with #ED4DC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED4DC9.

Preview

Color preview on black background

This text has color #ED4DC9 on black background.


Color preview on white background

This text has color #ED4DC9 on white background.


Black color preview on #ED4DC9 background

This text has black color on #ED4DC9 background.


White color preview on #ED4DC9 background

This text has white color on #ED4DC9 background.


Related colors

Complementary color

Complementary color for #hex is #12B236.


I love getcolorcode.com

Triadic colors

1 #C9ED4D and #4DC9ED with #ED4DC9 are triadic colors.

2 #C94DED and #4DEDC9 with #ED4DC9 are triadic colors.