COLOR #ED6F7A

HEX: #ED6F7A
RGB: (237,111,122)

Color info

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

RGB color model

#ED6F7A color RGB value is (237,111,122).

  • red value is 237;
  • green value is 111;
  • blue value is 122.
RGB:
(237,111,122)
(93%,44%,48%)

RGB channels and saturation

R 237 of 255 = 93%
G 111 of 255 = 44%
B 122 of 255 = 48%

237
111
122

R + G + B ~ 62%. #ED6F7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 111 + 122 = 470 (100%)
R 237 of 470 ~ 50.43%
G 111 of 470 ~ 23.62%
B 122 of 470 ~ 25.96%

%50.43
%23.62
%25.96

CMYK color model

#ED6F7A color CMYK value is (0,53,49,7).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 48.52%
  • key color value is 7.06%
CMYK:
(0,53,49,7)
C0M53Y49K7 
(0%,53%,49%,7%)
(0.00/0.53/0.49/0.07)	

CMYK percentages

%0
%53.16
%48.52
%7.06

Codes

Color #ED6F7A in popluar color models

ED6F7A
RGB237111122
HSL355°77.78%68.24%
HSB/HSV355°53.16%92.94%
CMYK0.00%53.16%48.52%
7.06%

Color #ED6F7A in popluar number systems.

HEXED6F7A
Decimal237111122
Binary1110110111011111111010
Octal355157172

Shades and tints

Shades of #ED6F7A

#ED6F7A
(237,111,122)
#D8656F
(216,101,111)
#C35B64
(195,91,100)
#AE5159
(174,81,89)
#99474E
(153,71,78)
#843D43
(132,61,67)
#6F3338
(111,51,56)
#5A292D
(90,41,45)
#451F22
(69,31,34)
#301517
(48,21,23)
#1B0B0C
(27,11,12)
#000000
(0,0,0)

Tints of #ED6F7A

#ED6F7A
(237,111,122)
#EE7C86
(238,124,134)
#EF8992
(239,137,146)
#F0969E
(240,150,158)
#F1A3AA
(241,163,170)
#F2B0B6
(242,176,182)
#F3BDC2
(243,189,194)
#F4CACE
(244,202,206)
#F5D7DA
(245,215,218)
#F6E4E6
(246,228,230)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6F7A color. Also use rgb(237,111,122) instead hex code.

Text Font Color

.myTextColor { color: #ED6F7A; }

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

This text font color is #ED6F7A.


Background Color

.myBgColor { background-color: #ED6F7A; }

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

This div background color is #ED6F7A.


Border color

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

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

This div border color is #ED6F7A.


Opacity

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

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

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

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

This text has shadow with #ED6F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6F7A on black background.


Color preview on white background

This text has color #ED6F7A on white background.



Black color preview on #ED6F7A background

This text has black color on #ED6F7A background.


White color preview on #ED6F7A background

This text has white color on #ED6F7A background.