COLOR #ED318C

HEX: #ED318C
RGB: (237,49,140)

Color info

#ED318C contains mainly red color. Web safe color of #ED318C is #FF3399 (or #F39).

RGB color model

#ED318C color RGB value is (237,49,140).

  • red value is 237;
  • green value is 49;
  • blue value is 140.
RGB:
(237,49,140)
(93%,19%,55%)

RGB channels and saturation

R 237 of 255 = 93%
G 49 of 255 = 19%
B 140 of 255 = 55%

237
49
140

R + G + B ~ 56%. #ED318C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
237 + 49 + 140 = 426 (100%)
R 237 of 426 ~ 55.63%
G 49 of 426 ~ 11.5%
B 140 of 426 ~ 32.86%

%55.63
%11.5
%32.86

CMYK color model

#ED318C color CMYK value is (0,79,41,7).

  • cyan value is 0.00%
  • magenta value is 79.32%
  • yellow value is 40.93%
  • key color value is 7.06%
CMYK:
(0,79,41,7)
C0M79Y41K7 
(0%,79%,41%,7%)
(0.00/0.79/0.41/0.07)	

CMYK percentages

%0
%79.32
%40.93
%7.06

Codes

Color #ED318C in popluar color models

ED318C
RGB23749140
HSL331°83.93%56.08%
HSB/HSV331°79.32%92.94%
CMYK0.00%79.32%40.93%
7.06%

Color #ED318C in popluar number systems.

HEXED318C
Decimal23749140
Binary1110110111000110001100
Octal35561214

Shades and tints

Shades of #ED318C

#ED318C
(237,49,140)
#D82D80
(216,45,128)
#C32974
(195,41,116)
#AE2568
(174,37,104)
#99215C
(153,33,92)
#841D50
(132,29,80)
#6F1944
(111,25,68)
#5A1538
(90,21,56)
#45112C
(69,17,44)
#300D20
(48,13,32)
#1B0914
(27,9,20)
#000000
(0,0,0)

Tints of #ED318C

#ED318C
(237,49,140)
#EE4396
(238,67,150)
#EF55A0
(239,85,160)
#F067AA
(240,103,170)
#F179B4
(241,121,180)
#F28BBE
(242,139,190)
#F39DC8
(243,157,200)
#F4AFD2
(244,175,210)
#F5C1DC
(245,193,220)
#F6D3E6
(246,211,230)
#F7E5F0
(247,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED318C color. Also use rgb(237,49,140) instead hex code.

Text Font Color

.myTextColor { color: #ED318C; }

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

This text font color is #ED318C.


Background Color

.myBgColor { background-color: #ED318C; }

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

This div background color is #ED318C.


Border color

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

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

This div border color is #ED318C.


Opacity

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

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

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

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

This text has shadow with #ED318C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED318C on black background.


Color preview on white background

This text has color #ED318C on white background.



Black color preview on #ED318C background

This text has black color on #ED318C background.


White color preview on #ED318C background

This text has white color on #ED318C background.