COLOR #EC78DA

HEX: #EC78DA RGB: (236,120,218)

Color info

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

RGB color model

#EC78DA color RGB value is (236,120,218).

RGB: (236,120,218) (93%, 47%, 85%)

RGB channels and saturation

R 236 of 255 = 93%
G 120 of 255 = 47%
B 218 of 255 = 85%

236
120
218

R + G + B ~ 75%. #EC78DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 120 + 218 = 574 (100%)
R 236 of 574 ~ 41.11%
G 120 of 574 ~ 20.91%
B 218 of 574 ~ 37.98'%

%41.11
%20.91
%37.98

CMYK color model

#EC78DA color CMYK value is (0,49,8,7).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 7.63%
  • key color value is 7.45%
CMYK: (0,49,8,7) C0M49Y8K7 (0%,49%,8%,7%) (0.00/0.49/0.08/0.07) 

CMYK percentages

%0
%49.15
%7.63
%7.45

Codes

Color #EC78DA in popluar color models

EC 78 DA
RGB 236 120 218
HSL 309° 75.32% 69.80%
HSB/HSV 309° 49.15% 92.55%
CMYK 0.00% 49.15% 7.63%
7.45%

Color #EC78DA in popluar number systems.

HEX EC 78 DA
Decimal 236 120 218
Binary 11101100 1111000 11011010
Octal 354 170 332

Shades and tints

Shades of #EC78DA

#EC78DA
(236,120,218)
#D76EC7
(215,110,199)
#C264B4
(194,100,180)
#AD5AA1
(173,90,161)
#98508E
(152,80,142)
#83467B
(131,70,123)
#6E3C68
(110,60,104)
#593255
(89,50,85)
#442842
(68,40,66)
#2F1E2F
(47,30,47)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #EC78DA

#EC78DA
(236,120,218)
#ED84DD
(237,132,221)
#EE90E0
(238,144,224)
#EF9CE3
(239,156,227)
#F0A8E6
(240,168,230)
#F1B4E9
(241,180,233)
#F2C0EC
(242,192,236)
#F3CCEF
(243,204,239)
#F4D8F2
(244,216,242)
#F5E4F5
(245,228,245)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC78DA; }

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

This text font color is #EC78DA.

Background Color

.myBgColor { background-color: #EC78DA; }

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

This div background color is #EC78DA.

Border color

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

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

This div border color is #EC78DA.

Opacity

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

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

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

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

This text has shadow with #EC78DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC78DA.

Preview

Color preview on black background

This text has color #EC78DA on black background.


Color preview on white background

This text has color #EC78DA on white background.


Black color preview on #EC78DA background

This text has black color on #EC78DA background.


White color preview on #EC78DA background

This text has white color on #EC78DA background.


Related colors

Complementary color

Complementary color for #hex is #138725.


I love getcolorcode.com

Triadic colors

1 #DAEC78 and #78DAEC with #EC78DA are triadic colors.

2 #DA78EC and #78ECDA with #EC78DA are triadic colors.