COLOR #EC79DB

HEX: #EC79DB
RGB: (236,121,219)

Color info

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

RGB color model

#EC79DB color RGB value is (236,121,219).

  • red value is 236;
  • green value is 121;
  • blue value is 219.
RGB:
(236,121,219)
(93%,47%,86%)

RGB channels and saturation

R 236 of 255 = 93%
G 121 of 255 = 47%
B 219 of 255 = 86%

236
121
219

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

Portions of RGB colors in percentages

R + G + B =
236 + 121 + 219 = 576 (100%)
R 236 of 576 ~ 40.97%
G 121 of 576 ~ 21.01%
B 219 of 576 ~ 38.02%

%40.97
%21.01
%38.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.73%
  • yellow value is 7.20%
  • key color value is 7.45%
CMYK:
(0,49,7,7)
C0M49Y7K7 
(0%,49%,7%,7%)
(0.00/0.49/0.07/0.07)	

CMYK percentages

%0
%48.73
%7.2
%7.45

Codes

Color #EC79DB in popluar color models

EC79DB
RGB236121219
HSL309°75.16%70.00%
HSB/HSV309°48.73%92.55%
CMYK0.00%48.73%7.20%
7.45%

Color #EC79DB in popluar number systems.

HEXEC79DB
Decimal236121219
Binary11101100111100111011011
Octal354171333

Shades and tints

Shades of #EC79DB

#EC79DB
(236,121,219)
#D76EC8
(215,110,200)
#C263B5
(194,99,181)
#AD58A2
(173,88,162)
#984D8F
(152,77,143)
#83427C
(131,66,124)
#6E3769
(110,55,105)
#592C56
(89,44,86)
#442143
(68,33,67)
#2F1630
(47,22,48)
#1A0B1D
(26,11,29)
#000000
(0,0,0)

Tints of #EC79DB

#EC79DB
(236,121,219)
#ED85DE
(237,133,222)
#EE91E1
(238,145,225)
#EF9DE4
(239,157,228)
#F0A9E7
(240,169,231)
#F1B5EA
(241,181,234)
#F2C1ED
(242,193,237)
#F3CDF0
(243,205,240)
#F4D9F3
(244,217,243)
#F5E5F6
(245,229,246)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC79DB; }

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

This text font color is #EC79DB.


Background Color

.myBgColor { background-color: #EC79DB; }

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

This div background color is #EC79DB.


Border color

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

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

This div border color is #EC79DB.


Opacity

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

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

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

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

This text has shadow with #EC79DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC79DB on black background.


Color preview on white background

This text has color #EC79DB on white background.



Black color preview on #EC79DB background

This text has black color on #EC79DB background.


White color preview on #EC79DB background

This text has white color on #EC79DB background.