COLOR #ED6C92

HEX: #ED6C92
RGB: (237,108,146)

Color info

#ED6C92 contains mainly red color. Web safe color of #ED6C92 is #FF6699 (or #F69).

RGB color model

#ED6C92 color RGB value is (237,108,146).

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

RGB channels and saturation

R 237 of 255 = 93%
G 108 of 255 = 42%
B 146 of 255 = 57%

237
108
146

R + G + B ~ 64%. #ED6C92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 108 + 146 = 491 (100%)
R 237 of 491 ~ 48.27%
G 108 of 491 ~ 22%
B 146 of 491 ~ 29.74%

%48.27
%22
%29.74

CMYK color model

#ED6C92 color CMYK value is (0,54,38,7).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 38.40%
  • key color value is 7.06%
CMYK:
(0,54,38,7)
C0M54Y38K7 
(0%,54%,38%,7%)
(0.00/0.54/0.38/0.07)	

CMYK percentages

%0
%54.43
%38.4
%7.06

Codes

Color #ED6C92 in popluar color models

ED6C92
RGB237108146
HSL342°78.18%67.65%
HSB/HSV342°54.43%92.94%
CMYK0.00%54.43%38.40%
7.06%

Color #ED6C92 in popluar number systems.

HEXED6C92
Decimal237108146
Binary11101101110110010010010
Octal355154222

Shades and tints

Shades of #ED6C92

#ED6C92
(237,108,146)
#D86385
(216,99,133)
#C35A78
(195,90,120)
#AE516B
(174,81,107)
#99485E
(153,72,94)
#843F51
(132,63,81)
#6F3644
(111,54,68)
#5A2D37
(90,45,55)
#45242A
(69,36,42)
#301B1D
(48,27,29)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #ED6C92

#ED6C92
(237,108,146)
#EE799B
(238,121,155)
#EF86A4
(239,134,164)
#F093AD
(240,147,173)
#F1A0B6
(241,160,182)
#F2ADBF
(242,173,191)
#F3BAC8
(243,186,200)
#F4C7D1
(244,199,209)
#F5D4DA
(245,212,218)
#F6E1E3
(246,225,227)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED6C92; }

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

This text font color is #ED6C92.


Background Color

.myBgColor { background-color: #ED6C92; }

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

This div background color is #ED6C92.


Border color

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

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

This div border color is #ED6C92.


Opacity

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

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

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

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

This text has shadow with #ED6C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6C92 on black background.


Color preview on white background

This text has color #ED6C92 on white background.



Black color preview on #ED6C92 background

This text has black color on #ED6C92 background.


White color preview on #ED6C92 background

This text has white color on #ED6C92 background.