COLOR #ED626A

HEX: #ED626A
RGB: (237,98,106)

Color info

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

RGB color model

#ED626A color RGB value is (237,98,106).

  • red value is 237;
  • green value is 98;
  • blue value is 106.
RGB:
(237,98,106)
(93%,38%,42%)

RGB channels and saturation

R 237 of 255 = 93%
G 98 of 255 = 38%
B 106 of 255 = 42%

237
98
106

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

Portions of RGB colors in percentages

R + G + B =
237 + 98 + 106 = 441 (100%)
R 237 of 441 ~ 53.74%
G 98 of 441 ~ 22.22%
B 106 of 441 ~ 24.04%

%53.74
%22.22
%24.04

CMYK color model

#ED626A color CMYK value is (0,59,55,7).

  • cyan value is 0.00%
  • magenta value is 58.65%
  • yellow value is 55.27%
  • key color value is 7.06%
CMYK:
(0,59,55,7)
C0M59Y55K7 
(0%,59%,55%,7%)
(0.00/0.59/0.55/0.07)	

CMYK percentages

%0
%58.65
%55.27
%7.06

Codes

Color #ED626A in popluar color models

ED626A
RGB23798106
HSL357°79.43%65.69%
HSB/HSV357°58.65%92.94%
CMYK0.00%58.65%55.27%
7.06%

Color #ED626A in popluar number systems.

HEXED626A
Decimal23798106
Binary1110110111000101101010
Octal355142152

Shades and tints

Shades of #ED626A

#ED626A
(237,98,106)
#D85A61
(216,90,97)
#C35258
(195,82,88)
#AE4A4F
(174,74,79)
#994246
(153,66,70)
#843A3D
(132,58,61)
#6F3234
(111,50,52)
#5A2A2B
(90,42,43)
#452222
(69,34,34)
#301A19
(48,26,25)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #ED626A

#ED626A
(237,98,106)
#EE7077
(238,112,119)
#EF7E84
(239,126,132)
#F08C91
(240,140,145)
#F19A9E
(241,154,158)
#F2A8AB
(242,168,171)
#F3B6B8
(243,182,184)
#F4C4C5
(244,196,197)
#F5D2D2
(245,210,210)
#F6E0DF
(246,224,223)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED626A color. Also use rgb(237,98,106) instead hex code.

Text Font Color

.myTextColor { color: #ED626A; }

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

This text font color is #ED626A.


Background Color

.myBgColor { background-color: #ED626A; }

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

This div background color is #ED626A.


Border color

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

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

This div border color is #ED626A.


Opacity

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

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

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

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

This text has shadow with #ED626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED626A on black background.


Color preview on white background

This text has color #ED626A on white background.



Black color preview on #ED626A background

This text has black color on #ED626A background.


White color preview on #ED626A background

This text has white color on #ED626A background.