COLOR #EC4DEA

HEX: #EC4DEA
RGB: (236,77,234)

Color info

#EC4DEA contains mainly red and blue colors. Web safe color of #EC4DEA is #FF33FF (or #F3F).

RGB color model

#EC4DEA color RGB value is (236,77,234).

  • red value is 236;
  • green value is 77;
  • blue value is 234.
RGB:
(236,77,234)
(93%,30%,92%)

RGB channels and saturation

R 236 of 255 = 93%
G 77 of 255 = 30%
B 234 of 255 = 92%

236
77
234

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

Portions of RGB colors in percentages

R + G + B =
236 + 77 + 234 = 547 (100%)
R 236 of 547 ~ 43.14%
G 77 of 547 ~ 14.08%
B 234 of 547 ~ 42.78%

%43.14
%14.08
%42.78

CMYK color model

#EC4DEA color CMYK value is (0,67,1,7).

  • cyan value is 0.00%
  • magenta value is 67.37%
  • yellow value is 0.85%
  • key color value is 7.45%
CMYK:
(0,67,1,7)
C0M67Y1K7 
(0%,67%,1%,7%)
(0.00/0.67/0.01/0.07)	

CMYK percentages

%0
%67.37
%0.85
%7.45

Codes

Color #EC4DEA in popluar color models

EC4DEA
RGB23677234
HSL301°80.71%61.37%
HSB/HSV301°67.37%92.55%
CMYK0.00%67.37%0.85%
7.45%

Color #EC4DEA in popluar number systems.

HEXEC4DEA
Decimal23677234
Binary11101100100110111101010
Octal354115352

Shades and tints

Shades of #EC4DEA

#EC4DEA
(236,77,234)
#D746D5
(215,70,213)
#C23FC0
(194,63,192)
#AD38AB
(173,56,171)
#983196
(152,49,150)
#832A81
(131,42,129)
#6E236C
(110,35,108)
#591C57
(89,28,87)
#441542
(68,21,66)
#2F0E2D
(47,14,45)
#1A0718
(26,7,24)
#000000
(0,0,0)

Tints of #EC4DEA

#EC4DEA
(236,77,234)
#ED5DEB
(237,93,235)
#EE6DEC
(238,109,236)
#EF7DED
(239,125,237)
#F08DEE
(240,141,238)
#F19DEF
(241,157,239)
#F2ADF0
(242,173,240)
#F3BDF1
(243,189,241)
#F4CDF2
(244,205,242)
#F5DDF3
(245,221,243)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC4DEA color. Also use rgb(236,77,234) instead hex code.

Text Font Color

.myTextColor { color: #EC4DEA; }

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

This text font color is #EC4DEA.


Background Color

.myBgColor { background-color: #EC4DEA; }

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

This div background color is #EC4DEA.


Border color

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

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

This div border color is #EC4DEA.


Opacity

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

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

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

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

This text has shadow with #EC4DEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC4DEA on black background.


Color preview on white background

This text has color #EC4DEA on white background.



Black color preview on #EC4DEA background

This text has black color on #EC4DEA background.


White color preview on #EC4DEA background

This text has white color on #EC4DEA background.