COLOR #ED5162

HEX: #ED5162
RGB: (237,81,98)

Color info

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

RGB color model

#ED5162 color RGB value is (237,81,98).

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

RGB channels and saturation

R 237 of 255 = 93%
G 81 of 255 = 32%
B 98 of 255 = 38%

237
81
98

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

Portions of RGB colors in percentages

R + G + B =
237 + 81 + 98 = 416 (100%)
R 237 of 416 ~ 56.97%
G 81 of 416 ~ 19.47%
B 98 of 416 ~ 23.56%

%56.97
%19.47
%23.56

CMYK color model

#ED5162 color CMYK value is (0,66,59,7).

  • cyan value is 0.00%
  • magenta value is 65.82%
  • yellow value is 58.65%
  • key color value is 7.06%
CMYK:
(0,66,59,7)
C0M66Y59K7 
(0%,66%,59%,7%)
(0.00/0.66/0.59/0.07)	

CMYK percentages

%0
%65.82
%58.65
%7.06

Codes

Color #ED5162 in popluar color models

ED5162
RGB2378198
HSL353°81.25%62.35%
HSB/HSV353°65.82%92.94%
CMYK0.00%65.82%58.65%
7.06%

Color #ED5162 in popluar number systems.

HEXED5162
Decimal2378198
Binary1110110110100011100010
Octal355121142

Shades and tints

Shades of #ED5162

#ED5162
(237,81,98)
#D84A5A
(216,74,90)
#C34352
(195,67,82)
#AE3C4A
(174,60,74)
#993542
(153,53,66)
#842E3A
(132,46,58)
#6F2732
(111,39,50)
#5A202A
(90,32,42)
#451922
(69,25,34)
#30121A
(48,18,26)
#1B0B12
(27,11,18)
#000000
(0,0,0)

Tints of #ED5162

#ED5162
(237,81,98)
#EE6070
(238,96,112)
#EF6F7E
(239,111,126)
#F07E8C
(240,126,140)
#F18D9A
(241,141,154)
#F29CA8
(242,156,168)
#F3ABB6
(243,171,182)
#F4BAC4
(244,186,196)
#F5C9D2
(245,201,210)
#F6D8E0
(246,216,224)
#F7E7EE
(247,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED5162; }

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

This text font color is #ED5162.


Background Color

.myBgColor { background-color: #ED5162; }

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

This div background color is #ED5162.


Border color

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

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

This div border color is #ED5162.


Opacity

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

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

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

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

This text has shadow with #ED5162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5162 on black background.


Color preview on white background

This text has color #ED5162 on white background.



Black color preview on #ED5162 background

This text has black color on #ED5162 background.


White color preview on #ED5162 background

This text has white color on #ED5162 background.