COLOR #ED61D1

HEX: #ED61D1
RGB: (237,97,209)

Color info

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

RGB color model

#ED61D1 color RGB value is (237,97,209).

  • red value is 237;
  • green value is 97;
  • blue value is 209.
RGB:
(237,97,209)
(93%,38%,82%)

RGB channels and saturation

R 237 of 255 = 93%
G 97 of 255 = 38%
B 209 of 255 = 82%

237
97
209

R + G + B ~ 71%. #ED61D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 97 + 209 = 543 (100%)
R 237 of 543 ~ 43.65%
G 97 of 543 ~ 17.86%
B 209 of 543 ~ 38.49%

%43.65
%17.86
%38.49

CMYK color model

#ED61D1 color CMYK value is (0,59,12,7).

  • cyan value is 0.00%
  • magenta value is 59.07%
  • yellow value is 11.81%
  • key color value is 7.06%
CMYK:
(0,59,12,7)
C0M59Y12K7 
(0%,59%,12%,7%)
(0.00/0.59/0.12/0.07)	

CMYK percentages

%0
%59.07
%11.81
%7.06

Codes

Color #ED61D1 in popluar color models

ED61D1
RGB23797209
HSL312°79.55%65.49%
HSB/HSV312°59.07%92.94%
CMYK0.00%59.07%11.81%
7.06%

Color #ED61D1 in popluar number systems.

HEXED61D1
Decimal23797209
Binary11101101110000111010001
Octal355141321

Shades and tints

Shades of #ED61D1

#ED61D1
(237,97,209)
#D859BE
(216,89,190)
#C351AB
(195,81,171)
#AE4998
(174,73,152)
#994185
(153,65,133)
#843972
(132,57,114)
#6F315F
(111,49,95)
#5A294C
(90,41,76)
#452139
(69,33,57)
#301926
(48,25,38)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #ED61D1

#ED61D1
(237,97,209)
#EE6FD5
(238,111,213)
#EF7DD9
(239,125,217)
#F08BDD
(240,139,221)
#F199E1
(241,153,225)
#F2A7E5
(242,167,229)
#F3B5E9
(243,181,233)
#F4C3ED
(244,195,237)
#F5D1F1
(245,209,241)
#F6DFF5
(246,223,245)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED61D1 color. Also use rgb(237,97,209) instead hex code.

Text Font Color

.myTextColor { color: #ED61D1; }

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

This text font color is #ED61D1.


Background Color

.myBgColor { background-color: #ED61D1; }

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

This div background color is #ED61D1.


Border color

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

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

This div border color is #ED61D1.


Opacity

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

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

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

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

This text has shadow with #ED61D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED61D1 on black background.


Color preview on white background

This text has color #ED61D1 on white background.



Black color preview on #ED61D1 background

This text has black color on #ED61D1 background.


White color preview on #ED61D1 background

This text has white color on #ED61D1 background.