COLOR #ED3759

HEX: #ED3759
RGB: (237,55,89)

Color info

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

RGB color model

#ED3759 color RGB value is (237,55,89).

  • red value is 237;
  • green value is 55;
  • blue value is 89.
RGB:
(237,55,89)
(93%,22%,35%)

RGB channels and saturation

R 237 of 255 = 93%
G 55 of 255 = 22%
B 89 of 255 = 35%

237
55
89

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

Portions of RGB colors in percentages

R + G + B =
237 + 55 + 89 = 381 (100%)
R 237 of 381 ~ 62.2%
G 55 of 381 ~ 14.44%
B 89 of 381 ~ 23.36%

%62.2
%14.44
%23.36

CMYK color model

#ED3759 color CMYK value is (0,77,62,7).

  • cyan value is 0.00%
  • magenta value is 76.79%
  • yellow value is 62.45%
  • key color value is 7.06%
CMYK:
(0,77,62,7)
C0M77Y62K7 
(0%,77%,62%,7%)
(0.00/0.77/0.62/0.07)	

CMYK percentages

%0
%76.79
%62.45
%7.06

Codes

Color #ED3759 in popluar color models

ED3759
RGB2375589
HSL349°83.49%57.25%
HSB/HSV349°76.79%92.94%
CMYK0.00%76.79%62.45%
7.06%

Color #ED3759 in popluar number systems.

HEXED3759
Decimal2375589
Binary111011011101111011001
Octal35567131

Shades and tints

Shades of #ED3759

#ED3759
(237,55,89)
#D83251
(216,50,81)
#C32D49
(195,45,73)
#AE2841
(174,40,65)
#992339
(153,35,57)
#841E31
(132,30,49)
#6F1929
(111,25,41)
#5A1421
(90,20,33)
#450F19
(69,15,25)
#300A11
(48,10,17)
#1B0509
(27,5,9)
#000000
(0,0,0)

Tints of #ED3759

#ED3759
(237,55,89)
#EE4968
(238,73,104)
#EF5B77
(239,91,119)
#F06D86
(240,109,134)
#F17F95
(241,127,149)
#F291A4
(242,145,164)
#F3A3B3
(243,163,179)
#F4B5C2
(244,181,194)
#F5C7D1
(245,199,209)
#F6D9E0
(246,217,224)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED3759 color. Also use rgb(237,55,89) instead hex code.

Text Font Color

.myTextColor { color: #ED3759; }

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

This text font color is #ED3759.


Background Color

.myBgColor { background-color: #ED3759; }

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

This div background color is #ED3759.


Border color

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

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

This div border color is #ED3759.


Opacity

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

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

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

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

This text has shadow with #ED3759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED3759 on black background.


Color preview on white background

This text has color #ED3759 on white background.



Black color preview on #ED3759 background

This text has black color on #ED3759 background.


White color preview on #ED3759 background

This text has white color on #ED3759 background.