COLOR #EC79E3

HEX: #EC79E3 RGB: (236,121,227)

Color info

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

RGB color model

#EC79E3 color RGB value is (236,121,227).

RGB: (236,121,227) (93%, 47%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 121 of 255 = 47%
B 227 of 255 = 89%

236
121
227

R + G + B ~ 76%. #EC79E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 121 + 227 = 584 (100%)
R 236 of 584 ~ 40.41%
G 121 of 584 ~ 20.72%
B 227 of 584 ~ 38.87'%

%40.41
%20.72
%38.87

CMYK color model

#EC79E3 color CMYK value is (0,49,4,7).

  • cyan value is 0.00%
  • magenta value is 48.73%
  • yellow value is 3.81%
  • key color value is 7.45%

CMYK: (0,49,4,7)
C0M49Y4K7 (0%, 49%, 4%, 7%)
(0.00 / 0.49 / 0.04 / 0.07)

CMYK percentages

%0
%48.73
%3.81
%7.45

Codes

Color #EC79E3 in popluar color models

EC 79 E3
RGB 236 121 227
HSL 305° 75.16% 70.00%
HSB/HSV 305° 48.73% 92.55%
CMYK 0.00% 48.73% 3.81%
7.45%

Color #EC79E3 in popluar number systems.

HEX EC 79 E3
Decimal 236 121 227
Binary 11101100 1111001 11100011
Octal 354 171 343

Shades and tints

Shades of #EC79E3

#EC79E3
(236,121,227)
#D76ECF
(215,110,207)
#C263BB
(194,99,187)
#AD58A7
(173,88,167)
#984D93
(152,77,147)
#83427F
(131,66,127)
#6E376B
(110,55,107)
#592C57
(89,44,87)
#442143
(68,33,67)
#2F162F
(47,22,47)
#1A0B1B
(26,11,27)
#000000
(0,0,0)

Tints of #EC79E3

#EC79E3
(236,121,227)
#ED85E5
(237,133,229)
#EE91E7
(238,145,231)
#EF9DE9
(239,157,233)
#F0A9EB
(240,169,235)
#F1B5ED
(241,181,237)
#F2C1EF
(242,193,239)
#F3CDF1
(243,205,241)
#F4D9F3
(244,217,243)
#F5E5F5
(245,229,245)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC79E3 color. Also use rgb(236,121,227) instead hex code.

Text Font Color

.myTextColor { color: #EC79E3; }

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

This text font color is #EC79E3.

Background Color

.myBgColor { background-color: #EC79E3; }

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

This div background color is #EC79E3.

Border color

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

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

This div border color is #EC79E3.

Opacity

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

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

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

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

This text has shadow with #EC79E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC79E3.

Preview

Color preview on black background

This text has color #EC79E3 on black background.


Color preview on white background

This text has color #EC79E3 on white background.


Black color preview on #EC79E3 background

This text has black color on #EC79E3 background.


White color preview on #EC79E3 background

This text has white color on #EC79E3 background.


Related colors

Complementary color

Complementary color for #hex is #13861C.


I love getcolorcode.com

Triadic colors

1 #E3EC79 and #79E3EC with #EC79E3 are triadic colors.

2 #E379EC and #79ECE3 with #EC79E3 are triadic colors.