COLOR #EC5DE1

HEX: #EC5DE1 RGB: (236,93,225)

Color info

#EC5DE1 contains mainly red and blue colors. Web safe color of #EC5DE1 is #FF66CC (or #F6C).

RGB color model

#EC5DE1 color RGB value is (236,93,225).

RGB: (236,93,225) (93%, 36%, 88%)

RGB channels and saturation

R 236 of 255 = 93%
G 93 of 255 = 36%
B 225 of 255 = 88%

236
93
225

R + G + B ~ 72%. #EC5DE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 93 + 225 = 554 (100%)
R 236 of 554 ~ 42.6%
G 93 of 554 ~ 16.79%
B 225 of 554 ~ 40.61'%

%42.6
%16.79
%40.61

CMYK color model

#EC5DE1 color CMYK value is (0,61,5,7).

  • cyan value is 0.00%
  • magenta value is 60.59%
  • yellow value is 4.66%
  • key color value is 7.45%

CMYK: (0,61,5,7)
C0M61Y5K7 (0%, 61%, 5%, 7%)
(0.00 / 0.61 / 0.05 / 0.07)

CMYK percentages

%0
%60.59
%4.66
%7.45

Codes

Color #EC5DE1 in popluar color models

EC 5D E1
RGB 236 93 225
HSL 305° 79.01% 64.51%
HSB/HSV 305° 60.59% 92.55%
CMYK 0.00% 60.59% 4.66%
7.45%

Color #EC5DE1 in popluar number systems.

HEX EC 5D E1
Decimal 236 93 225
Binary 11101100 1011101 11100001
Octal 354 135 341

Shades and tints

Shades of #EC5DE1

#EC5DE1
(236,93,225)
#D755CD
(215,85,205)
#C24DB9
(194,77,185)
#AD45A5
(173,69,165)
#983D91
(152,61,145)
#83357D
(131,53,125)
#6E2D69
(110,45,105)
#592555
(89,37,85)
#441D41
(68,29,65)
#2F152D
(47,21,45)
#1A0D19
(26,13,25)
#000000
(0,0,0)

Tints of #EC5DE1

#EC5DE1
(236,93,225)
#ED6BE3
(237,107,227)
#EE79E5
(238,121,229)
#EF87E7
(239,135,231)
#F095E9
(240,149,233)
#F1A3EB
(241,163,235)
#F2B1ED
(242,177,237)
#F3BFEF
(243,191,239)
#F4CDF1
(244,205,241)
#F5DBF3
(245,219,243)
#F6E9F5
(246,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5DE1 color. Also use rgb(236,93,225) instead hex code.

Text Font Color

.myTextColor { color: #EC5DE1; }

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

This text font color is #EC5DE1.

Background Color

.myBgColor { background-color: #EC5DE1; }

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

This div background color is #EC5DE1.

Border color

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

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

This div border color is #EC5DE1.

Opacity

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

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

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

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

This text has shadow with #EC5DE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC5DE1.

Preview

Color preview on black background

This text has color #EC5DE1 on black background.


Color preview on white background

This text has color #EC5DE1 on white background.


Black color preview on #EC5DE1 background

This text has black color on #EC5DE1 background.


White color preview on #EC5DE1 background

This text has white color on #EC5DE1 background.


Related colors

Complementary color

Complementary color for #hex is #13A21E.


I love getcolorcode.com

Triadic colors

1 #E1EC5D and #5DE1EC with #EC5DE1 are triadic colors.

2 #E15DEC and #5DECE1 with #EC5DE1 are triadic colors.