COLOR #ED5DBD

HEX: #ED5DBD RGB: (237,93,189)

Color info

#ED5DBD contains mainly red and blue colors. Web safe color of #ED5DBD is #FF66CC (or #F6C).

RGB color model

#ED5DBD color RGB value is (237,93,189).

RGB: (237,93,189) (93%, 36%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 93 of 255 = 36%
B 189 of 255 = 74%

237
93
189

R + G + B ~ 68%. #ED5DBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 93 + 189 = 519 (100%)
R 237 of 519 ~ 45.66%
G 93 of 519 ~ 17.92%
B 189 of 519 ~ 36.42'%

%45.66
%17.92
%36.42

CMYK color model

#ED5DBD color CMYK value is (0,61,20,7).

  • cyan value is 0.00%
  • magenta value is 60.76%
  • yellow value is 20.25%
  • key color value is 7.06%
CMYK: (0,61,20,7) C0M61Y20K7 (0%,61%,20%,7%) (0.00/0.61/0.20/0.07) 

CMYK percentages

%0
%60.76
%20.25
%7.06

Codes

Color #ED5DBD in popluar color models

ED 5D BD
RGB 237 93 189
HSL 320° 80.00% 64.71%
HSB/HSV 320° 60.76% 92.94%
CMYK 0.00% 60.76% 20.25%
7.06%

Color #ED5DBD in popluar number systems.

HEX ED 5D BD
Decimal 237 93 189
Binary 11101101 1011101 10111101
Octal 355 135 275

Shades and tints

Shades of #ED5DBD

#ED5DBD
(237,93,189)
#D855AC
(216,85,172)
#C34D9B
(195,77,155)
#AE458A
(174,69,138)
#993D79
(153,61,121)
#843568
(132,53,104)
#6F2D57
(111,45,87)
#5A2546
(90,37,70)
#451D35
(69,29,53)
#301524
(48,21,36)
#1B0D13
(27,13,19)
#000000
(0,0,0)

Tints of #ED5DBD

#ED5DBD
(237,93,189)
#EE6BC3
(238,107,195)
#EF79C9
(239,121,201)
#F087CF
(240,135,207)
#F195D5
(241,149,213)
#F2A3DB
(242,163,219)
#F3B1E1
(243,177,225)
#F4BFE7
(244,191,231)
#F5CDED
(245,205,237)
#F6DBF3
(246,219,243)
#F7E9F9
(247,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5DBD color. Also use rgb(237,93,189) instead hex code.

Text Font Color

.myTextColor { color: #ED5DBD; }

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

This text font color is #ED5DBD.

Background Color

.myBgColor { background-color: #ED5DBD; }

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

This div background color is #ED5DBD.

Border color

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

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

This div border color is #ED5DBD.

Opacity

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

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

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

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

This text has shadow with #ED5DBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED5DBD.

Preview

Color preview on black background

This text has color #ED5DBD on black background.


Color preview on white background

This text has color #ED5DBD on white background.


Black color preview on #ED5DBD background

This text has black color on #ED5DBD background.


White color preview on #ED5DBD background

This text has white color on #ED5DBD background.


Related colors

Complementary color

Complementary color for #hex is #12A242.


I love getcolorcode.com

Triadic colors

1 #BDED5D and #5DBDED with #ED5DBD are triadic colors.

2 #BD5DED and #5DEDBD with #ED5DBD are triadic colors.