COLOR #EC84E0

HEX: #EC84E0 RGB: (236,132,224)

Color info

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

RGB color model

#EC84E0 color RGB value is (236,132,224).

RGB: (236,132,224) (93%, 52%, 88%)

RGB channels and saturation

R 236 of 255 = 93%
G 132 of 255 = 52%
B 224 of 255 = 88%

236
132
224

R + G + B ~ 78%. #EC84E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 132 + 224 = 592 (100%)
R 236 of 592 ~ 39.86%
G 132 of 592 ~ 22.3%
B 224 of 592 ~ 37.84'%

%39.86
%22.3
%37.84

CMYK color model

#EC84E0 color CMYK value is (0,44,5,7).

  • cyan value is 0.00%
  • magenta value is 44.07%
  • yellow value is 5.08%
  • key color value is 7.45%

CMYK: (0,44,5,7)
C0M44Y5K7 (0%, 44%, 5%, 7%)
(0.00 / 0.44 / 0.05 / 0.07)

CMYK percentages

%0
%44.07
%5.08
%7.45

Codes

Color #EC84E0 in popluar color models

EC 84 E0
RGB 236 132 224
HSL 307° 73.24% 72.16%
HSB/HSV 307° 44.07% 92.55%
CMYK 0.00% 44.07% 5.08%
7.45%

Color #EC84E0 in popluar number systems.

HEX EC 84 E0
Decimal 236 132 224
Binary 11101100 10000100 11100000
Octal 354 204 340

Shades and tints

Shades of #EC84E0

#EC84E0
(236,132,224)
#D778CC
(215,120,204)
#C26CB8
(194,108,184)
#AD60A4
(173,96,164)
#985490
(152,84,144)
#83487C
(131,72,124)
#6E3C68
(110,60,104)
#593054
(89,48,84)
#442440
(68,36,64)
#2F182C
(47,24,44)
#1A0C18
(26,12,24)
#000000
(0,0,0)

Tints of #EC84E0

#EC84E0
(236,132,224)
#ED8FE2
(237,143,226)
#EE9AE4
(238,154,228)
#EFA5E6
(239,165,230)
#F0B0E8
(240,176,232)
#F1BBEA
(241,187,234)
#F2C6EC
(242,198,236)
#F3D1EE
(243,209,238)
#F4DCF0
(244,220,240)
#F5E7F2
(245,231,242)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC84E0 color. Also use rgb(236,132,224) instead hex code.

Text Font Color

.myTextColor { color: #EC84E0; }

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

This text font color is #EC84E0.

Background Color

.myBgColor { background-color: #EC84E0; }

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

This div background color is #EC84E0.

Border color

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

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

This div border color is #EC84E0.

Opacity

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

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

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

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

This text has shadow with #EC84E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC84E0.

Preview

Color preview on black background

This text has color #EC84E0 on black background.


Color preview on white background

This text has color #EC84E0 on white background.


Black color preview on #EC84E0 background

This text has black color on #EC84E0 background.


White color preview on #EC84E0 background

This text has white color on #EC84E0 background.


Related colors

Complementary color

Complementary color for #hex is #137B1F.


I love getcolorcode.com

Triadic colors

1 #E0EC84 and #84E0EC with #EC84E0 are triadic colors.

2 #E084EC and #84ECE0 with #EC84E0 are triadic colors.