COLOR #ED50CD

HEX: #ED50CD
RGB: (237,80,205)

Color info

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

RGB color model

#ED50CD color RGB value is (237,80,205).

  • red value is 237;
  • green value is 80;
  • blue value is 205.
RGB:
(237,80,205)
(93%,31%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 80 of 255 = 31%
B 205 of 255 = 80%

237
80
205

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

Portions of RGB colors in percentages

R + G + B =
237 + 80 + 205 = 522 (100%)
R 237 of 522 ~ 45.4%
G 80 of 522 ~ 15.33%
B 205 of 522 ~ 39.27%

%45.4
%15.33
%39.27

CMYK color model

#ED50CD color CMYK value is (0,66,14,7).

  • cyan value is 0.00%
  • magenta value is 66.24%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,66,14,7)
C0M66Y14K7 
(0%,66%,14%,7%)
(0.00/0.66/0.14/0.07)	

CMYK percentages

%0
%66.24
%13.5
%7.06

Codes

Color #ED50CD in popluar color models

ED50CD
RGB23780205
HSL312°81.35%62.16%
HSB/HSV312°66.24%92.94%
CMYK0.00%66.24%13.50%
7.06%

Color #ED50CD in popluar number systems.

HEXED50CD
Decimal23780205
Binary11101101101000011001101
Octal355120315

Shades and tints

Shades of #ED50CD

#ED50CD
(237,80,205)
#D849BB
(216,73,187)
#C342A9
(195,66,169)
#AE3B97
(174,59,151)
#993485
(153,52,133)
#842D73
(132,45,115)
#6F2661
(111,38,97)
#5A1F4F
(90,31,79)
#45183D
(69,24,61)
#30112B
(48,17,43)
#1B0A19
(27,10,25)
#000000
(0,0,0)

Tints of #ED50CD

#ED50CD
(237,80,205)
#EE5FD1
(238,95,209)
#EF6ED5
(239,110,213)
#F07DD9
(240,125,217)
#F18CDD
(241,140,221)
#F29BE1
(242,155,225)
#F3AAE5
(243,170,229)
#F4B9E9
(244,185,233)
#F5C8ED
(245,200,237)
#F6D7F1
(246,215,241)
#F7E6F5
(247,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED50CD color. Also use rgb(237,80,205) instead hex code.

Text Font Color

.myTextColor { color: #ED50CD; }

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

This text font color is #ED50CD.


Background Color

.myBgColor { background-color: #ED50CD; }

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

This div background color is #ED50CD.


Border color

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

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

This div border color is #ED50CD.


Opacity

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

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

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

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

This text has shadow with #ED50CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED50CD on black background.


Color preview on white background

This text has color #ED50CD on white background.



Black color preview on #ED50CD background

This text has black color on #ED50CD background.


White color preview on #ED50CD background

This text has white color on #ED50CD background.