COLOR #ED80AF

HEX: #ED80AF RGB: (237,128,175)

Color info

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

RGB color model

#ED80AF color RGB value is (237,128,175).

RGB: (237,128,175) (93%, 50%, 69%)

RGB channels and saturation

R 237 of 255 = 93%
G 128 of 255 = 50%
B 175 of 255 = 69%

237
128
175

R + G + B ~ 71%. #ED80AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 128 + 175 = 540 (100%)
R 237 of 540 ~ 43.89%
G 128 of 540 ~ 23.7%
B 175 of 540 ~ 32.41'%

%43.89
%23.7
%32.41

CMYK color model

#ED80AF color CMYK value is (0,46,26,7).

  • cyan value is 0.00%
  • magenta value is 45.99%
  • yellow value is 26.16%
  • key color value is 7.06%

CMYK: (0,46,26,7)
C0M46Y26K7 (0%, 46%, 26%, 7%)
(0.00 / 0.46 / 0.26 / 0.07)

CMYK percentages

%0
%45.99
%26.16
%7.06

Codes

Color #ED80AF in popluar color models

ED 80 AF
RGB 237 128 175
HSL 334° 75.17% 71.57%
HSB/HSV 334° 45.99% 92.94%
CMYK 0.00% 45.99% 26.16%
7.06%

Color #ED80AF in popluar number systems.

HEX ED 80 AF
Decimal 237 128 175
Binary 11101101 10000000 10101111
Octal 355 200 257

Shades and tints

Shades of #ED80AF

#ED80AF
(237,128,175)
#D875A0
(216,117,160)
#C36A91
(195,106,145)
#AE5F82
(174,95,130)
#995473
(153,84,115)
#844964
(132,73,100)
#6F3E55
(111,62,85)
#5A3346
(90,51,70)
#452837
(69,40,55)
#301D28
(48,29,40)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #ED80AF

#ED80AF
(237,128,175)
#EE8BB6
(238,139,182)
#EF96BD
(239,150,189)
#F0A1C4
(240,161,196)
#F1ACCB
(241,172,203)
#F2B7D2
(242,183,210)
#F3C2D9
(243,194,217)
#F4CDE0
(244,205,224)
#F5D8E7
(245,216,231)
#F6E3EE
(246,227,238)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED80AF color. Also use rgb(237,128,175) instead hex code.

Text Font Color

.myTextColor { color: #ED80AF; }

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

This text font color is #ED80AF.

Background Color

.myBgColor { background-color: #ED80AF; }

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

This div background color is #ED80AF.

Border color

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

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

This div border color is #ED80AF.

Opacity

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

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

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

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

This text has shadow with #ED80AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED80AF.

Preview

Color preview on black background

This text has color #ED80AF on black background.


Color preview on white background

This text has color #ED80AF on white background.


Black color preview on #ED80AF background

This text has black color on #ED80AF background.


White color preview on #ED80AF background

This text has white color on #ED80AF background.


Related colors

Complementary color

Complementary color for #hex is #127F50.


I love getcolorcode.com

Triadic colors

1 #AFED80 and #80AFED with #ED80AF are triadic colors.

2 #AF80ED and #80EDAF with #ED80AF are triadic colors.