COLOR #ED326F

HEX: #ED326F
RGB: (237,50,111)

Color info

#ED326F contains mainly red color. Web safe color of #ED326F is #FF3366 (or #F36).

RGB color model

#ED326F color RGB value is (237,50,111).

  • red value is 237;
  • green value is 50;
  • blue value is 111.
RGB:
(237,50,111)
(93%,20%,44%)

RGB channels and saturation

R 237 of 255 = 93%
G 50 of 255 = 20%
B 111 of 255 = 44%

237
50
111

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

Portions of RGB colors in percentages

R + G + B =
237 + 50 + 111 = 398 (100%)
R 237 of 398 ~ 59.55%
G 50 of 398 ~ 12.56%
B 111 of 398 ~ 27.89%

%59.55
%12.56
%27.89

CMYK color model

#ED326F color CMYK value is (0,79,53,7).

  • cyan value is 0.00%
  • magenta value is 78.90%
  • yellow value is 53.16%
  • key color value is 7.06%
CMYK:
(0,79,53,7)
C0M79Y53K7 
(0%,79%,53%,7%)
(0.00/0.79/0.53/0.07)	

CMYK percentages

%0
%78.9
%53.16
%7.06

Codes

Color #ED326F in popluar color models

ED326F
RGB23750111
HSL340°83.86%56.27%
HSB/HSV340°78.90%92.94%
CMYK0.00%78.90%53.16%
7.06%

Color #ED326F in popluar number systems.

HEXED326F
Decimal23750111
Binary111011011100101101111
Octal35562157

Shades and tints

Shades of #ED326F

#ED326F
(237,50,111)
#D82E65
(216,46,101)
#C32A5B
(195,42,91)
#AE2651
(174,38,81)
#992247
(153,34,71)
#841E3D
(132,30,61)
#6F1A33
(111,26,51)
#5A1629
(90,22,41)
#45121F
(69,18,31)
#300E15
(48,14,21)
#1B0A0B
(27,10,11)
#000000
(0,0,0)

Tints of #ED326F

#ED326F
(237,50,111)
#EE447C
(238,68,124)
#EF5689
(239,86,137)
#F06896
(240,104,150)
#F17AA3
(241,122,163)
#F28CB0
(242,140,176)
#F39EBD
(243,158,189)
#F4B0CA
(244,176,202)
#F5C2D7
(245,194,215)
#F6D4E4
(246,212,228)
#F7E6F1
(247,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED326F color. Also use rgb(237,50,111) instead hex code.

Text Font Color

.myTextColor { color: #ED326F; }

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

This text font color is #ED326F.


Background Color

.myBgColor { background-color: #ED326F; }

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

This div background color is #ED326F.


Border color

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

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

This div border color is #ED326F.


Opacity

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

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

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

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

This text has shadow with #ED326F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED326F on black background.


Color preview on white background

This text has color #ED326F on white background.



Black color preview on #ED326F background

This text has black color on #ED326F background.


White color preview on #ED326F background

This text has white color on #ED326F background.