COLOR #EC78F6

HEX: #EC78F6 RGB: (236,120,246)

Color info

#EC78F6 contains mainly red and blue colors. Web safe color of #EC78F6 is #FF66FF (or #F6F).

RGB color model

#EC78F6 color RGB value is (236,120,246).

RGB: (236,120,246) (93%, 47%, 96%)

RGB channels and saturation

R 236 of 255 = 93%
G 120 of 255 = 47%
B 246 of 255 = 96%

236
120
246

R + G + B ~ 79%. #EC78F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 120 + 246 = 602 (100%)
R 236 of 602 ~ 39.2%
G 120 of 602 ~ 19.93%
B 246 of 602 ~ 40.86'%

%39.2
%19.93
%40.86

CMYK color model

#EC78F6 color CMYK value is (4,51,0,4).

  • cyan value is 4.07%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (4,51,0,4)
C4M51Y0K4 (4%, 51%, 0%, 4%)
(0.04 / 0.51 / 0.00 / 0.04)

CMYK percentages

%4.07
%51.22
%0
%3.53

Codes

Color #EC78F6 in popluar color models

EC 78 F6
RGB 236 120 246
HSL 295° 87.50% 71.76%
HSB/HSV 295° 51.22% 96.47%
CMYK 4.07% 51.22% 0.00%
3.53%

Color #EC78F6 in popluar number systems.

HEX EC 78 F6
Decimal 236 120 246
Binary 11101100 1111000 11110110
Octal 354 170 366

Shades and tints

Shades of #EC78F6

#EC78F6
(236,120,246)
#D76EE0
(215,110,224)
#C264CA
(194,100,202)
#AD5AB4
(173,90,180)
#98509E
(152,80,158)
#834688
(131,70,136)
#6E3C72
(110,60,114)
#59325C
(89,50,92)
#442846
(68,40,70)
#2F1E30
(47,30,48)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #EC78F6

#EC78F6
(236,120,246)
#ED84F6
(237,132,246)
#EE90F6
(238,144,246)
#EF9CF6
(239,156,246)
#F0A8F6
(240,168,246)
#F1B4F6
(241,180,246)
#F2C0F6
(242,192,246)
#F3CCF6
(243,204,246)
#F4D8F6
(244,216,246)
#F5E4F6
(245,228,246)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC78F6 color. Also use rgb(236,120,246) instead hex code.

Text Font Color

.myTextColor { color: #EC78F6; }

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

This text font color is #EC78F6.

Background Color

.myBgColor { background-color: #EC78F6; }

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

This div background color is #EC78F6.

Border color

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

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

This div border color is #EC78F6.

Opacity

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

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

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

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

This text has shadow with #EC78F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC78F6.

Preview

Color preview on black background

This text has color #EC78F6 on black background.


Color preview on white background

This text has color #EC78F6 on white background.


Black color preview on #EC78F6 background

This text has black color on #EC78F6 background.


White color preview on #EC78F6 background

This text has white color on #EC78F6 background.


Related colors

Complementary color

Complementary color for #hex is #138709.


I love getcolorcode.com

Triadic colors

1 #F6EC78 and #78F6EC with #EC78F6 are triadic colors.

2 #F678EC and #78ECF6 with #EC78F6 are triadic colors.