COLOR #ED5A6C

HEX: #ED5A6C
RGB: (237,90,108)

Color info

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

RGB color model

#ED5A6C color RGB value is (237,90,108).

  • red value is 237;
  • green value is 90;
  • blue value is 108.
RGB:
(237,90,108)
(93%,35%,42%)

RGB channels and saturation

R 237 of 255 = 93%
G 90 of 255 = 35%
B 108 of 255 = 42%

237
90
108

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

Portions of RGB colors in percentages

R + G + B =
237 + 90 + 108 = 435 (100%)
R 237 of 435 ~ 54.48%
G 90 of 435 ~ 20.69%
B 108 of 435 ~ 24.83%

%54.48
%20.69
%24.83

CMYK color model

#ED5A6C color CMYK value is (0,62,54,7).

  • cyan value is 0.00%
  • magenta value is 62.03%
  • yellow value is 54.43%
  • key color value is 7.06%
CMYK:
(0,62,54,7)
C0M62Y54K7 
(0%,62%,54%,7%)
(0.00/0.62/0.54/0.07)	

CMYK percentages

%0
%62.03
%54.43
%7.06

Codes

Color #ED5A6C in popluar color models

ED5A6C
RGB23790108
HSL353°80.33%64.12%
HSB/HSV353°62.03%92.94%
CMYK0.00%62.03%54.43%
7.06%

Color #ED5A6C in popluar number systems.

HEXED5A6C
Decimal23790108
Binary1110110110110101101100
Octal355132154

Shades and tints

Shades of #ED5A6C

#ED5A6C
(237,90,108)
#D85263
(216,82,99)
#C34A5A
(195,74,90)
#AE4251
(174,66,81)
#993A48
(153,58,72)
#84323F
(132,50,63)
#6F2A36
(111,42,54)
#5A222D
(90,34,45)
#451A24
(69,26,36)
#30121B
(48,18,27)
#1B0A12
(27,10,18)
#000000
(0,0,0)

Tints of #ED5A6C

#ED5A6C
(237,90,108)
#EE6979
(238,105,121)
#EF7886
(239,120,134)
#F08793
(240,135,147)
#F196A0
(241,150,160)
#F2A5AD
(242,165,173)
#F3B4BA
(243,180,186)
#F4C3C7
(244,195,199)
#F5D2D4
(245,210,212)
#F6E1E1
(246,225,225)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5A6C color. Also use rgb(237,90,108) instead hex code.

Text Font Color

.myTextColor { color: #ED5A6C; }

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

This text font color is #ED5A6C.


Background Color

.myBgColor { background-color: #ED5A6C; }

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

This div background color is #ED5A6C.


Border color

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

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

This div border color is #ED5A6C.


Opacity

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

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

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

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

This text has shadow with #ED5A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5A6C on black background.


Color preview on white background

This text has color #ED5A6C on white background.



Black color preview on #ED5A6C background

This text has black color on #ED5A6C background.


White color preview on #ED5A6C background

This text has white color on #ED5A6C background.