COLOR #EE79C7

HEX: #EE79C7 RGB: (238,121,199)

Color info

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

RGB color model

#EE79C7 color RGB value is (238,121,199).

RGB: (238,121,199) (93%, 47%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 121 of 255 = 47%
B 199 of 255 = 78%

238
121
199

R + G + B ~ 73%. #EE79C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 121 + 199 = 558 (100%)
R 238 of 558 ~ 42.65%
G 121 of 558 ~ 21.68%
B 199 of 558 ~ 35.66'%

%42.65
%21.68
%35.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.16%
  • yellow value is 16.39%
  • key color value is 6.67%

CMYK: (0,49,16,7)
C0M49Y16K7 (0%, 49%, 16%, 7%)
(0.00 / 0.49 / 0.16 / 0.07)

CMYK percentages

%0
%49.16
%16.39
%6.67

Codes

Color #EE79C7 in popluar color models

EE 79 C7
RGB 238 121 199
HSL 320° 77.48% 70.39%
HSB/HSV 320° 49.16% 93.33%
CMYK 0.00% 49.16% 16.39%
6.67%

Color #EE79C7 in popluar number systems.

HEX EE 79 C7
Decimal 238 121 199
Binary 11101110 1111001 11000111
Octal 356 171 307

Shades and tints

Shades of #EE79C7

#EE79C7
(238,121,199)
#D96EB5
(217,110,181)
#C463A3
(196,99,163)
#AF5891
(175,88,145)
#9A4D7F
(154,77,127)
#85426D
(133,66,109)
#70375B
(112,55,91)
#5B2C49
(91,44,73)
#462137
(70,33,55)
#311625
(49,22,37)
#1C0B13
(28,11,19)
#000000
(0,0,0)

Tints of #EE79C7

#EE79C7
(238,121,199)
#EF85CC
(239,133,204)
#F091D1
(240,145,209)
#F19DD6
(241,157,214)
#F2A9DB
(242,169,219)
#F3B5E0
(243,181,224)
#F4C1E5
(244,193,229)
#F5CDEA
(245,205,234)
#F6D9EF
(246,217,239)
#F7E5F4
(247,229,244)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE79C7 color. Also use rgb(238,121,199) instead hex code.

Text Font Color

.myTextColor { color: #EE79C7; }

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

This text font color is #EE79C7.

Background Color

.myBgColor { background-color: #EE79C7; }

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

This div background color is #EE79C7.

Border color

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

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

This div border color is #EE79C7.

Opacity

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

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

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

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

This text has shadow with #EE79C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE79C7.

Preview

Color preview on black background

This text has color #EE79C7 on black background.


Color preview on white background

This text has color #EE79C7 on white background.


Black color preview on #EE79C7 background

This text has black color on #EE79C7 background.


White color preview on #EE79C7 background

This text has white color on #EE79C7 background.


Related colors

Complementary color

Complementary color for #hex is #118638.


I love getcolorcode.com

Triadic colors

1 #C7EE79 and #79C7EE with #EE79C7 are triadic colors.

2 #C779EE and #79EEC7 with #EE79C7 are triadic colors.