COLOR #ED8590

HEX: #ED8590
RGB: (237,133,144)

Color info

#ED8590 contains mainly red color. Web safe color of #ED8590 is #FF9999 (or #F99).

RGB color model

#ED8590 color RGB value is (237,133,144).

  • red value is 237;
  • green value is 133;
  • blue value is 144.
RGB:
(237,133,144)
(93%,52%,56%)

RGB channels and saturation

R 237 of 255 = 93%
G 133 of 255 = 52%
B 144 of 255 = 56%

237
133
144

R + G + B ~ 67%. #ED8590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 133 + 144 = 514 (100%)
R 237 of 514 ~ 46.11%
G 133 of 514 ~ 25.88%
B 144 of 514 ~ 28.02%

%46.11
%25.88
%28.02

CMYK color model

#ED8590 color CMYK value is (0,44,39,7).

  • cyan value is 0.00%
  • magenta value is 43.88%
  • yellow value is 39.24%
  • key color value is 7.06%
CMYK:
(0,44,39,7)
C0M44Y39K7 
(0%,44%,39%,7%)
(0.00/0.44/0.39/0.07)	

CMYK percentages

%0
%43.88
%39.24
%7.06

Codes

Color #ED8590 in popluar color models

ED8590
RGB237133144
HSL354°74.29%72.55%
HSB/HSV354°43.88%92.94%
CMYK0.00%43.88%39.24%
7.06%

Color #ED8590 in popluar number systems.

HEXED8590
Decimal237133144
Binary111011011000010110010000
Octal355205220

Shades and tints

Shades of #ED8590

#ED8590
(237,133,144)
#D87983
(216,121,131)
#C36D76
(195,109,118)
#AE6169
(174,97,105)
#99555C
(153,85,92)
#84494F
(132,73,79)
#6F3D42
(111,61,66)
#5A3135
(90,49,53)
#452528
(69,37,40)
#30191B
(48,25,27)
#1B0D0E
(27,13,14)
#000000
(0,0,0)

Tints of #ED8590

#ED8590
(237,133,144)
#EE909A
(238,144,154)
#EF9BA4
(239,155,164)
#F0A6AE
(240,166,174)
#F1B1B8
(241,177,184)
#F2BCC2
(242,188,194)
#F3C7CC
(243,199,204)
#F4D2D6
(244,210,214)
#F5DDE0
(245,221,224)
#F6E8EA
(246,232,234)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8590 color. Also use rgb(237,133,144) instead hex code.

Text Font Color

.myTextColor { color: #ED8590; }

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

This text font color is #ED8590.


Background Color

.myBgColor { background-color: #ED8590; }

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

This div background color is #ED8590.


Border color

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

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

This div border color is #ED8590.


Opacity

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

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

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

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

This text has shadow with #ED8590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8590 on black background.


Color preview on white background

This text has color #ED8590 on white background.



Black color preview on #ED8590 background

This text has black color on #ED8590 background.


White color preview on #ED8590 background

This text has white color on #ED8590 background.