COLOR #ED769E

HEX: #ED769E RGB: (237,118,158)

Color info

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

RGB color model

#ED769E color RGB value is (237,118,158).

RGB: (237,118,158) (93%, 46%, 62%)

RGB channels and saturation

R 237 of 255 = 93%
G 118 of 255 = 46%
B 158 of 255 = 62%

237
118
158

R + G + B ~ 67%. #ED769E is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 118 + 158 = 513 (100%)
R 237 of 513 ~ 46.2%
G 118 of 513 ~ 23%
B 158 of 513 ~ 30.8'%

%46.2
%23
%30.8

CMYK color model

#ED769E color CMYK value is (0,50,33,7).

  • cyan value is 0.00%
  • magenta value is 50.21%
  • yellow value is 33.33%
  • key color value is 7.06%

CMYK: (0,50,33,7)
C0M50Y33K7 (0%, 50%, 33%, 7%)
(0.00 / 0.50 / 0.33 / 0.07)

CMYK percentages

%0
%50.21
%33.33
%7.06

Codes

Color #ED769E in popluar color models

ED 76 9E
RGB 237 118 158
HSL 340° 76.77% 69.61%
HSB/HSV 340° 50.21% 92.94%
CMYK 0.00% 50.21% 33.33%
7.06%

Color #ED769E in popluar number systems.

HEX ED 76 9E
Decimal 237 118 158
Binary 11101101 1110110 10011110
Octal 355 166 236

Shades and tints

Shades of #ED769E

#ED769E
(237,118,158)
#D86C90
(216,108,144)
#C36282
(195,98,130)
#AE5874
(174,88,116)
#994E66
(153,78,102)
#844458
(132,68,88)
#6F3A4A
(111,58,74)
#5A303C
(90,48,60)
#45262E
(69,38,46)
#301C20
(48,28,32)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #ED769E

#ED769E
(237,118,158)
#EE82A6
(238,130,166)
#EF8EAE
(239,142,174)
#F09AB6
(240,154,182)
#F1A6BE
(241,166,190)
#F2B2C6
(242,178,198)
#F3BECE
(243,190,206)
#F4CAD6
(244,202,214)
#F5D6DE
(245,214,222)
#F6E2E6
(246,226,230)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED769E color. Also use rgb(237,118,158) instead hex code.

Text Font Color

.myTextColor { color: #ED769E; }

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

This text font color is #ED769E.

Background Color

.myBgColor { background-color: #ED769E; }

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

This div background color is #ED769E.

Border color

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

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

This div border color is #ED769E.

Opacity

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

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

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

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

This text has shadow with #ED769E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED769E.

Preview

Color preview on black background

This text has color #ED769E on black background.


Color preview on white background

This text has color #ED769E on white background.


Black color preview on #ED769E background

This text has black color on #ED769E background.


White color preview on #ED769E background

This text has white color on #ED769E background.


Related colors

Complementary color

Complementary color for #hex is #128961.


I love getcolorcode.com

Triadic colors

1 #9EED76 and #769EED with #ED769E are triadic colors.

2 #9E76ED and #76ED9E with #ED769E are triadic colors.