COLOR #ED697F

HEX: #ED697F RGB: (237,105,127)

Color info

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

RGB color model

#ED697F color RGB value is (237,105,127).

RGB: (237,105,127) (93%, 41%, 50%)

RGB channels and saturation

R 237 of 255 = 93%
G 105 of 255 = 41%
B 127 of 255 = 50%

237
105
127

R + G + B ~ 61%. #ED697F is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 105 + 127 = 469 (100%)
R 237 of 469 ~ 50.53%
G 105 of 469 ~ 22.39%
B 127 of 469 ~ 27.08'%

%50.53
%22.39
%27.08

CMYK color model

#ED697F color CMYK value is (0,56,46,7).

  • cyan value is 0.00%
  • magenta value is 55.70%
  • yellow value is 46.41%
  • key color value is 7.06%

CMYK: (0,56,46,7)
C0M56Y46K7 (0%, 56%, 46%, 7%)
(0.00 / 0.56 / 0.46 / 0.07)

CMYK percentages

%0
%55.7
%46.41
%7.06

Codes

Color #ED697F in popluar color models

ED 69 7F
RGB 237 105 127
HSL 350° 78.57% 67.06%
HSB/HSV 350° 55.70% 92.94%
CMYK 0.00% 55.70% 46.41%
7.06%

Color #ED697F in popluar number systems.

HEX ED 69 7F
Decimal 237 105 127
Binary 11101101 1101001 1111111
Octal 355 151 177

Shades and tints

Shades of #ED697F

#ED697F
(237,105,127)
#D86074
(216,96,116)
#C35769
(195,87,105)
#AE4E5E
(174,78,94)
#994553
(153,69,83)
#843C48
(132,60,72)
#6F333D
(111,51,61)
#5A2A32
(90,42,50)
#452127
(69,33,39)
#30181C
(48,24,28)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #ED697F

#ED697F
(237,105,127)
#EE768A
(238,118,138)
#EF8395
(239,131,149)
#F090A0
(240,144,160)
#F19DAB
(241,157,171)
#F2AAB6
(242,170,182)
#F3B7C1
(243,183,193)
#F4C4CC
(244,196,204)
#F5D1D7
(245,209,215)
#F6DEE2
(246,222,226)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED697F color. Also use rgb(237,105,127) instead hex code.

Text Font Color

.myTextColor { color: #ED697F; }

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

This text font color is #ED697F.

Background Color

.myBgColor { background-color: #ED697F; }

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

This div background color is #ED697F.

Border color

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

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

This div border color is #ED697F.

Opacity

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

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

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

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

This text has shadow with #ED697F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED697F.

Preview

Color preview on black background

This text has color #ED697F on black background.


Color preview on white background

This text has color #ED697F on white background.


Black color preview on #ED697F background

This text has black color on #ED697F background.


White color preview on #ED697F background

This text has white color on #ED697F background.


Related colors

Complementary color

Complementary color for #hex is #129680.


I love getcolorcode.com

Triadic colors

1 #7FED69 and #697FED with #ED697F are triadic colors.

2 #7F69ED and #69ED7F with #ED697F are triadic colors.