COLOR #E79ED2

HEX: #E79ED2 RGB: (231,158,210)

Color info

#E79ED2 contains mainly red and blue colors. Web safe color of #E79ED2 is #FF99CC (or #F9C).

RGB color model

#E79ED2 color RGB value is (231,158,210).

RGB: (231,158,210) (91%, 62%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 158 of 255 = 62%
B 210 of 255 = 82%

231
158
210

R + G + B ~ 78%. #E79ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 158 + 210 = 599 (100%)
R 231 of 599 ~ 38.56%
G 158 of 599 ~ 26.38%
B 210 of 599 ~ 35.06'%

%38.56
%26.38
%35.06

CMYK color model

#E79ED2 color CMYK value is (0,32,9,9).

  • cyan value is 0.00%
  • magenta value is 31.60%
  • yellow value is 9.09%
  • key color value is 9.41%
CMYK: (0,32,9,9) C0M32Y9K9 (0%,32%,9%,9%) (0.00/0.32/0.09/0.09) 

CMYK percentages

%0
%31.6
%9.09
%9.41

Codes

Color #E79ED2 in popluar color models

E7 9E D2
RGB 231 158 210
HSL 317° 60.33% 76.27%
HSB/HSV 317° 31.60% 90.59%
CMYK 0.00% 31.60% 9.09%
9.41%

Color #E79ED2 in popluar number systems.

HEX E7 9E D2
Decimal 231 158 210
Binary 11100111 10011110 11010010
Octal 347 236 322

Shades and tints

Shades of #E79ED2

#E79ED2
(231,158,210)
#D290BF
(210,144,191)
#BD82AC
(189,130,172)
#A87499
(168,116,153)
#936686
(147,102,134)
#7E5873
(126,88,115)
#694A60
(105,74,96)
#543C4D
(84,60,77)
#3F2E3A
(63,46,58)
#2A2027
(42,32,39)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #E79ED2

#E79ED2
(231,158,210)
#E9A6D6
(233,166,214)
#EBAEDA
(235,174,218)
#EDB6DE
(237,182,222)
#EFBEE2
(239,190,226)
#F1C6E6
(241,198,230)
#F3CEEA
(243,206,234)
#F5D6EE
(245,214,238)
#F7DEF2
(247,222,242)
#F9E6F6
(249,230,246)
#FBEEFA
(251,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79ED2 color. Also use rgb(231,158,210) instead hex code.

Text Font Color

.myTextColor { color: #E79ED2; }

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

This text font color is #E79ED2.

Background Color

.myBgColor { background-color: #E79ED2; }

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

This div background color is #E79ED2.

Border color

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

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

This div border color is #E79ED2.

Opacity

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

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

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

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

This text has shadow with #E79ED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E79ED2.

Preview

Color preview on black background

This text has color #E79ED2 on black background.


Color preview on white background

This text has color #E79ED2 on white background.


Black color preview on #E79ED2 background

This text has black color on #E79ED2 background.


White color preview on #E79ED2 background

This text has white color on #E79ED2 background.


Related colors

Complementary color

Complementary color for #hex is #18612D.


I love getcolorcode.com

Triadic colors

1 #D2E79E and #9ED2E7 with #E79ED2 are triadic colors.

2 #D29EE7 and #9EE7D2 with #E79ED2 are triadic colors.