COLOR #ED3C81

HEX: #ED3C81 RGB: (237,60,129)

Color info

#ED3C81 contains mainly red color. Web safe color of #ED3C81 is #FF3399 (or #F39).

RGB color model

#ED3C81 color RGB value is (237,60,129).

RGB: (237,60,129) (93%, 24%, 51%)

RGB channels and saturation

R 237 of 255 = 93%
G 60 of 255 = 24%
B 129 of 255 = 51%

237
60
129

R + G + B ~ 56%. #ED3C81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 237 + 60 + 129 = 426 (100%)
R 237 of 426 ~ 55.63%
G 60 of 426 ~ 14.08%
B 129 of 426 ~ 30.28'%

%55.63
%14.08
%30.28

CMYK color model

#ED3C81 color CMYK value is (0,75,46,7).

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

CMYK: (0,75,46,7)
C0M75Y46K7 (0%, 75%, 46%, 7%)
(0.00 / 0.75 / 0.46 / 0.07)

CMYK percentages

%0
%74.68
%45.57
%7.06

Codes

Color #ED3C81 in popluar color models

ED 3C 81
RGB 237 60 129
HSL 337° 83.10% 58.24%
HSB/HSV 337° 74.68% 92.94%
CMYK 0.00% 74.68% 45.57%
7.06%

Color #ED3C81 in popluar number systems.

HEX ED 3C 81
Decimal 237 60 129
Binary 11101101 111100 10000001
Octal 355 74 201

Shades and tints

Shades of #ED3C81

#ED3C81
(237,60,129)
#D83776
(216,55,118)
#C3326B
(195,50,107)
#AE2D60
(174,45,96)
#992855
(153,40,85)
#84234A
(132,35,74)
#6F1E3F
(111,30,63)
#5A1934
(90,25,52)
#451429
(69,20,41)
#300F1E
(48,15,30)
#1B0A13
(27,10,19)
#000000
(0,0,0)

Tints of #ED3C81

#ED3C81
(237,60,129)
#EE4D8C
(238,77,140)
#EF5E97
(239,94,151)
#F06FA2
(240,111,162)
#F180AD
(241,128,173)
#F291B8
(242,145,184)
#F3A2C3
(243,162,195)
#F4B3CE
(244,179,206)
#F5C4D9
(245,196,217)
#F6D5E4
(246,213,228)
#F7E6EF
(247,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED3C81; }

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

This text font color is #ED3C81.

Background Color

.myBgColor { background-color: #ED3C81; }

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

This div background color is #ED3C81.

Border color

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

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

This div border color is #ED3C81.

Opacity

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

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

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

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

This text has shadow with #ED3C81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED3C81.

Preview

Color preview on black background

This text has color #ED3C81 on black background.


Color preview on white background

This text has color #ED3C81 on white background.


Black color preview on #ED3C81 background

This text has black color on #ED3C81 background.


White color preview on #ED3C81 background

This text has white color on #ED3C81 background.


Related colors

Complementary color

Complementary color for #hex is #12C37E.


I love getcolorcode.com

Triadic colors

1 #81ED3C and #3C81ED with #ED3C81 are triadic colors.

2 #813CED and #3CED81 with #ED3C81 are triadic colors.