COLOR #ED81DF

HEX: #ED81DF RGB: (237,129,223)

Color info

#ED81DF contains mainly red and blue colors. Web safe color of #ED81DF is #FF99CC (or #F9C).

RGB color model

#ED81DF color RGB value is (237,129,223).

RGB: (237,129,223) (93%, 51%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 129 of 255 = 51%
B 223 of 255 = 87%

237
129
223

R + G + B ~ 77%. #ED81DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 129 + 223 = 589 (100%)
R 237 of 589 ~ 40.24%
G 129 of 589 ~ 21.9%
B 223 of 589 ~ 37.86'%

%40.24
%21.9
%37.86

CMYK color model

#ED81DF color CMYK value is (0,46,6,7).

  • cyan value is 0.00%
  • magenta value is 45.57%
  • yellow value is 5.91%
  • key color value is 7.06%

CMYK: (0,46,6,7)
C0M46Y6K7 (0%, 46%, 6%, 7%)
(0.00 / 0.46 / 0.06 / 0.07)

CMYK percentages

%0
%45.57
%5.91
%7.06

Codes

Color #ED81DF in popluar color models

ED 81 DF
RGB 237 129 223
HSL 308° 75.00% 71.76%
HSB/HSV 308° 45.57% 92.94%
CMYK 0.00% 45.57% 5.91%
7.06%

Color #ED81DF in popluar number systems.

HEX ED 81 DF
Decimal 237 129 223
Binary 11101101 10000001 11011111
Octal 355 201 337

Shades and tints

Shades of #ED81DF

#ED81DF
(237,129,223)
#D876CB
(216,118,203)
#C36BB7
(195,107,183)
#AE60A3
(174,96,163)
#99558F
(153,85,143)
#844A7B
(132,74,123)
#6F3F67
(111,63,103)
#5A3453
(90,52,83)
#45293F
(69,41,63)
#301E2B
(48,30,43)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #ED81DF

#ED81DF
(237,129,223)
#EE8CE1
(238,140,225)
#EF97E3
(239,151,227)
#F0A2E5
(240,162,229)
#F1ADE7
(241,173,231)
#F2B8E9
(242,184,233)
#F3C3EB
(243,195,235)
#F4CEED
(244,206,237)
#F5D9EF
(245,217,239)
#F6E4F1
(246,228,241)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED81DF color. Also use rgb(237,129,223) instead hex code.

Text Font Color

.myTextColor { color: #ED81DF; }

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

This text font color is #ED81DF.

Background Color

.myBgColor { background-color: #ED81DF; }

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

This div background color is #ED81DF.

Border color

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

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

This div border color is #ED81DF.

Opacity

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

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

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

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

This text has shadow with #ED81DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED81DF.

Preview

Color preview on black background

This text has color #ED81DF on black background.


Color preview on white background

This text has color #ED81DF on white background.


Black color preview on #ED81DF background

This text has black color on #ED81DF background.


White color preview on #ED81DF background

This text has white color on #ED81DF background.


Related colors

Complementary color

Complementary color for #hex is #127E20.


I love getcolorcode.com

Triadic colors

1 #DFED81 and #81DFED with #ED81DF are triadic colors.

2 #DF81ED and #81EDDF with #ED81DF are triadic colors.