COLOR #ED7386

HEX: #ED7386
RGB: (237,115,134)

Color info

#ED7386 contains mainly red color. Web safe color of #ED7386 is #FF6699 (or #F69).

RGB color model

#ED7386 color RGB value is (237,115,134).

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

RGB channels and saturation

R 237 of 255 = 93%
G 115 of 255 = 45%
B 134 of 255 = 53%

237
115
134

R + G + B ~ 64%. #ED7386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 115 + 134 = 486 (100%)
R 237 of 486 ~ 48.77%
G 115 of 486 ~ 23.66%
B 134 of 486 ~ 27.57%

%48.77
%23.66
%27.57

CMYK color model

#ED7386 color CMYK value is (0,51,43,7).

  • cyan value is 0.00%
  • magenta value is 51.48%
  • yellow value is 43.46%
  • key color value is 7.06%
CMYK:
(0,51,43,7)
C0M51Y43K7 
(0%,51%,43%,7%)
(0.00/0.51/0.43/0.07)	

CMYK percentages

%0
%51.48
%43.46
%7.06

Codes

Color #ED7386 in popluar color models

ED7386
RGB237115134
HSL351°77.22%69.02%
HSB/HSV351°51.48%92.94%
CMYK0.00%51.48%43.46%
7.06%

Color #ED7386 in popluar number systems.

HEXED7386
Decimal237115134
Binary11101101111001110000110
Octal355163206

Shades and tints

Shades of #ED7386

#ED7386
(237,115,134)
#D8697A
(216,105,122)
#C35F6E
(195,95,110)
#AE5562
(174,85,98)
#994B56
(153,75,86)
#84414A
(132,65,74)
#6F373E
(111,55,62)
#5A2D32
(90,45,50)
#452326
(69,35,38)
#30191A
(48,25,26)
#1B0F0E
(27,15,14)
#000000
(0,0,0)

Tints of #ED7386

#ED7386
(237,115,134)
#EE7F91
(238,127,145)
#EF8B9C
(239,139,156)
#F097A7
(240,151,167)
#F1A3B2
(241,163,178)
#F2AFBD
(242,175,189)
#F3BBC8
(243,187,200)
#F4C7D3
(244,199,211)
#F5D3DE
(245,211,222)
#F6DFE9
(246,223,233)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED7386; }

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

This text font color is #ED7386.


Background Color

.myBgColor { background-color: #ED7386; }

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

This div background color is #ED7386.


Border color

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

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

This div border color is #ED7386.


Opacity

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

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

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

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

This text has shadow with #ED7386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7386 on black background.


Color preview on white background

This text has color #ED7386 on white background.



Black color preview on #ED7386 background

This text has black color on #ED7386 background.


White color preview on #ED7386 background

This text has white color on #ED7386 background.