COLOR #EC5EE4

HEX: #EC5EE4
RGB: (236,94,228)

Color info

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

RGB color model

#EC5EE4 color RGB value is (236,94,228).

  • red value is 236;
  • green value is 94;
  • blue value is 228.
RGB:
(236,94,228)
(93%,37%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 94 of 255 = 37%
B 228 of 255 = 89%

236
94
228

R + G + B ~ 73%. #EC5EE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 94 + 228 = 558 (100%)
R 236 of 558 ~ 42.29%
G 94 of 558 ~ 16.85%
B 228 of 558 ~ 40.86%

%42.29
%16.85
%40.86

CMYK color model

#EC5EE4 color CMYK value is (0,60,3,7).

  • cyan value is 0.00%
  • magenta value is 60.17%
  • yellow value is 3.39%
  • key color value is 7.45%
CMYK:
(0,60,3,7)
C0M60Y3K7 
(0%,60%,3%,7%)
(0.00/0.60/0.03/0.07)	

CMYK percentages

%0
%60.17
%3.39
%7.45

Codes

Color #EC5EE4 in popluar color models

EC5EE4
RGB23694228
HSL303°78.89%64.71%
HSB/HSV303°60.17%92.55%
CMYK0.00%60.17%3.39%
7.45%

Color #EC5EE4 in popluar number systems.

HEXEC5EE4
Decimal23694228
Binary11101100101111011100100
Octal354136344

Shades and tints

Shades of #EC5EE4

#EC5EE4
(236,94,228)
#D756D0
(215,86,208)
#C24EBC
(194,78,188)
#AD46A8
(173,70,168)
#983E94
(152,62,148)
#833680
(131,54,128)
#6E2E6C
(110,46,108)
#592658
(89,38,88)
#441E44
(68,30,68)
#2F1630
(47,22,48)
#1A0E1C
(26,14,28)
#000000
(0,0,0)

Tints of #EC5EE4

#EC5EE4
(236,94,228)
#ED6CE6
(237,108,230)
#EE7AE8
(238,122,232)
#EF88EA
(239,136,234)
#F096EC
(240,150,236)
#F1A4EE
(241,164,238)
#F2B2F0
(242,178,240)
#F3C0F2
(243,192,242)
#F4CEF4
(244,206,244)
#F5DCF6
(245,220,246)
#F6EAF8
(246,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5EE4 color. Also use rgb(236,94,228) instead hex code.

Text Font Color

.myTextColor { color: #EC5EE4; }

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

This text font color is #EC5EE4.


Background Color

.myBgColor { background-color: #EC5EE4; }

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

This div background color is #EC5EE4.


Border color

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

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

This div border color is #EC5EE4.


Opacity

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

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

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

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

This text has shadow with #EC5EE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5EE4 on black background.


Color preview on white background

This text has color #EC5EE4 on white background.



Black color preview on #EC5EE4 background

This text has black color on #EC5EE4 background.


White color preview on #EC5EE4 background

This text has white color on #EC5EE4 background.