COLOR #ED81CE

HEX: #ED81CE RGB: (237,129,206)

Color info

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

RGB color model

#ED81CE color RGB value is (237,129,206).

RGB: (237,129,206) (93%, 51%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 129 of 255 = 51%
B 206 of 255 = 81%

237
129
206

R + G + B ~ 75%. #ED81CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 129 + 206 = 572 (100%)
R 237 of 572 ~ 41.43%
G 129 of 572 ~ 22.55%
B 206 of 572 ~ 36.01'%

%41.43
%22.55
%36.01

CMYK color model

#ED81CE color CMYK value is (0,46,13,7).

  • cyan value is 0.00%
  • magenta value is 45.57%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK: (0,46,13,7) C0M46Y13K7 (0%,46%,13%,7%) (0.00/0.46/0.13/0.07) 

CMYK percentages

%0
%45.57
%13.08
%7.06

Codes

Color #ED81CE in popluar color models

ED 81 CE
RGB 237 129 206
HSL 317° 75.00% 71.76%
HSB/HSV 317° 45.57% 92.94%
CMYK 0.00% 45.57% 13.08%
7.06%

Color #ED81CE in popluar number systems.

HEX ED 81 CE
Decimal 237 129 206
Binary 11101101 10000001 11001110
Octal 355 201 316

Shades and tints

Shades of #ED81CE

#ED81CE
(237,129,206)
#D876BC
(216,118,188)
#C36BAA
(195,107,170)
#AE6098
(174,96,152)
#995586
(153,85,134)
#844A74
(132,74,116)
#6F3F62
(111,63,98)
#5A3450
(90,52,80)
#45293E
(69,41,62)
#301E2C
(48,30,44)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #ED81CE

#ED81CE
(237,129,206)
#EE8CD2
(238,140,210)
#EF97D6
(239,151,214)
#F0A2DA
(240,162,218)
#F1ADDE
(241,173,222)
#F2B8E2
(242,184,226)
#F3C3E6
(243,195,230)
#F4CEEA
(244,206,234)
#F5D9EE
(245,217,238)
#F6E4F2
(246,228,242)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED81CE; }

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

This text font color is #ED81CE.

Background Color

.myBgColor { background-color: #ED81CE; }

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

This div background color is #ED81CE.

Border color

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

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

This div border color is #ED81CE.

Opacity

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

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

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

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

This text has shadow with #ED81CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED81CE.

Preview

Color preview on black background

This text has color #ED81CE on black background.


Color preview on white background

This text has color #ED81CE on white background.


Black color preview on #ED81CE background

This text has black color on #ED81CE background.


White color preview on #ED81CE background

This text has white color on #ED81CE background.


Related colors

Complementary color

Complementary color for #hex is #127E31.


I love getcolorcode.com

Triadic colors

1 #CEED81 and #81CEED with #ED81CE are triadic colors.

2 #CE81ED and #81EDCE with #ED81CE are triadic colors.