COLOR #ED7380

HEX: #ED7380
RGB: (237,115,128)

Color info

#ED7380 contains mainly red color. Web safe color of #ED7380 is #FF6666 (or #F66).

RGB color model

#ED7380 color RGB value is (237,115,128).

  • red value is 237;
  • green value is 115;
  • blue value is 128.
RGB:
(237,115,128)
(93%,45%,50%)

RGB channels and saturation

R 237 of 255 = 93%
G 115 of 255 = 45%
B 128 of 255 = 50%

237
115
128

R + G + B ~ 63%. #ED7380 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 115 + 128 = 480 (100%)
R 237 of 480 ~ 49.38%
G 115 of 480 ~ 23.96%
B 128 of 480 ~ 26.67%

%49.38
%23.96
%26.67

CMYK color model

#ED7380 color CMYK value is (0,51,46,7).

  • cyan value is 0.00%
  • magenta value is 51.48%
  • yellow value is 45.99%
  • key color value is 7.06%
CMYK:
(0,51,46,7)
C0M51Y46K7 
(0%,51%,46%,7%)
(0.00/0.51/0.46/0.07)	

CMYK percentages

%0
%51.48
%45.99
%7.06

Codes

Color #ED7380 in popluar color models

ED7380
RGB237115128
HSL354°77.22%69.02%
HSB/HSV354°51.48%92.94%
CMYK0.00%51.48%45.99%
7.06%

Color #ED7380 in popluar number systems.

HEXED7380
Decimal237115128
Binary11101101111001110000000
Octal355163200

Shades and tints

Shades of #ED7380

#ED7380
(237,115,128)
#D86975
(216,105,117)
#C35F6A
(195,95,106)
#AE555F
(174,85,95)
#994B54
(153,75,84)
#844149
(132,65,73)
#6F373E
(111,55,62)
#5A2D33
(90,45,51)
#452328
(69,35,40)
#30191D
(48,25,29)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #ED7380

#ED7380
(237,115,128)
#EE7F8B
(238,127,139)
#EF8B96
(239,139,150)
#F097A1
(240,151,161)
#F1A3AC
(241,163,172)
#F2AFB7
(242,175,183)
#F3BBC2
(243,187,194)
#F4C7CD
(244,199,205)
#F5D3D8
(245,211,216)
#F6DFE3
(246,223,227)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7380 color. Also use rgb(237,115,128) instead hex code.

Text Font Color

.myTextColor { color: #ED7380; }

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

This text font color is #ED7380.


Background Color

.myBgColor { background-color: #ED7380; }

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

This div background color is #ED7380.


Border color

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

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

This div border color is #ED7380.


Opacity

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

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

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

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

This text has shadow with #ED7380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7380 on black background.


Color preview on white background

This text has color #ED7380 on white background.



Black color preview on #ED7380 background

This text has black color on #ED7380 background.


White color preview on #ED7380 background

This text has white color on #ED7380 background.