COLOR #ED6F6E

HEX: #ED6F6E
RGB: (237,111,110)

Color info

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

RGB color model

#ED6F6E color RGB value is (237,111,110).

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

RGB channels and saturation

R 237 of 255 = 93%
G 111 of 255 = 44%
B 110 of 255 = 43%

237
111
110

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

Portions of RGB colors in percentages

R + G + B =
237 + 111 + 110 = 458 (100%)
R 237 of 458 ~ 51.75%
G 111 of 458 ~ 24.24%
B 110 of 458 ~ 24.02%

%51.75
%24.24
%24.02

CMYK color model

#ED6F6E color CMYK value is (0,53,54,7).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 53.59%
  • key color value is 7.06%
CMYK:
(0,53,54,7)
C0M53Y54K7 
(0%,53%,54%,7%)
(0.00/0.53/0.54/0.07)	

CMYK percentages

%0
%53.16
%53.59
%7.06

Codes

Color #ED6F6E in popluar color models

ED6F6E
RGB237111110
HSL77.91%68.04%
HSB/HSV53.59%92.94%
CMYK0.00%53.16%53.59%
7.06%

Color #ED6F6E in popluar number systems.

HEXED6F6E
Decimal237111110
Binary1110110111011111101110
Octal355157156

Shades and tints

Shades of #ED6F6E

#ED6F6E
(237,111,110)
#D86564
(216,101,100)
#C35B5A
(195,91,90)
#AE5150
(174,81,80)
#994746
(153,71,70)
#843D3C
(132,61,60)
#6F3332
(111,51,50)
#5A2928
(90,41,40)
#451F1E
(69,31,30)
#301514
(48,21,20)
#1B0B0A
(27,11,10)
#000000
(0,0,0)

Tints of #ED6F6E

#ED6F6E
(237,111,110)
#EE7C7B
(238,124,123)
#EF8988
(239,137,136)
#F09695
(240,150,149)
#F1A3A2
(241,163,162)
#F2B0AF
(242,176,175)
#F3BDBC
(243,189,188)
#F4CAC9
(244,202,201)
#F5D7D6
(245,215,214)
#F6E4E3
(246,228,227)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED6F6E; }

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

This text font color is #ED6F6E.


Background Color

.myBgColor { background-color: #ED6F6E; }

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

This div background color is #ED6F6E.


Border color

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

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

This div border color is #ED6F6E.


Opacity

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

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

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

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

This text has shadow with #ED6F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6F6E on black background.


Color preview on white background

This text has color #ED6F6E on white background.



Black color preview on #ED6F6E background

This text has black color on #ED6F6E background.


White color preview on #ED6F6E background

This text has white color on #ED6F6E background.