COLOR #ED6362

HEX: #ED6362
RGB: (237,99,98)

Color info

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

RGB color model

#ED6362 color RGB value is (237,99,98).

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

RGB channels and saturation

R 237 of 255 = 93%
G 99 of 255 = 39%
B 98 of 255 = 38%

237
99
98

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

Portions of RGB colors in percentages

R + G + B =
237 + 99 + 98 = 434 (100%)
R 237 of 434 ~ 54.61%
G 99 of 434 ~ 22.81%
B 98 of 434 ~ 22.58%

%54.61
%22.81
%22.58

CMYK color model

#ED6362 color CMYK value is (0,58,59,7).

  • cyan value is 0.00%
  • magenta value is 58.23%
  • yellow value is 58.65%
  • key color value is 7.06%
CMYK:
(0,58,59,7)
C0M58Y59K7 
(0%,58%,59%,7%)
(0.00/0.58/0.59/0.07)	

CMYK percentages

%0
%58.23
%58.65
%7.06

Codes

Color #ED6362 in popluar color models

ED6362
RGB2379998
HSL79.43%65.69%
HSB/HSV58.65%92.94%
CMYK0.00%58.23%58.65%
7.06%

Color #ED6362 in popluar number systems.

HEXED6362
Decimal2379998
Binary1110110111000111100010
Octal355143142

Shades and tints

Shades of #ED6362

#ED6362
(237,99,98)
#D85A5A
(216,90,90)
#C35152
(195,81,82)
#AE484A
(174,72,74)
#993F42
(153,63,66)
#84363A
(132,54,58)
#6F2D32
(111,45,50)
#5A242A
(90,36,42)
#451B22
(69,27,34)
#30121A
(48,18,26)
#1B0912
(27,9,18)
#000000
(0,0,0)

Tints of #ED6362

#ED6362
(237,99,98)
#EE7170
(238,113,112)
#EF7F7E
(239,127,126)
#F08D8C
(240,141,140)
#F19B9A
(241,155,154)
#F2A9A8
(242,169,168)
#F3B7B6
(243,183,182)
#F4C5C4
(244,197,196)
#F5D3D2
(245,211,210)
#F6E1E0
(246,225,224)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED6362; }

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

This text font color is #ED6362.


Background Color

.myBgColor { background-color: #ED6362; }

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

This div background color is #ED6362.


Border color

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

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

This div border color is #ED6362.


Opacity

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

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

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

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

This text has shadow with #ED6362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6362 on black background.


Color preview on white background

This text has color #ED6362 on white background.



Black color preview on #ED6362 background

This text has black color on #ED6362 background.


White color preview on #ED6362 background

This text has white color on #ED6362 background.