COLOR #E79DDE

HEX: #E79DDE RGB: (231,157,222)

Color info

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

RGB color model

#E79DDE color RGB value is (231,157,222).

RGB: (231,157,222) (91%, 62%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 157 of 255 = 62%
B 222 of 255 = 87%

231
157
222

R + G + B ~ 80%. #E79DDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 157 + 222 = 610 (100%)
R 231 of 610 ~ 37.87%
G 157 of 610 ~ 25.74%
B 222 of 610 ~ 36.39'%

%37.87
%25.74
%36.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 3.90%
  • key color value is 9.41%

CMYK: (0,32,4,9)
C0M32Y4K9 (0%, 32%, 4%, 9%)
(0.00 / 0.32 / 0.04 / 0.09)

CMYK percentages

%0
%32.03
%3.9
%9.41

Codes

Color #E79DDE in popluar color models

E7 9D DE
RGB 231 157 222
HSL 307° 60.66% 76.08%
HSB/HSV 307° 32.03% 90.59%
CMYK 0.00% 32.03% 3.90%
9.41%

Color #E79DDE in popluar number systems.

HEX E7 9D DE
Decimal 231 157 222
Binary 11100111 10011101 11011110
Octal 347 235 336

Shades and tints

Shades of #E79DDE

#E79DDE
(231,157,222)
#D28FCA
(210,143,202)
#BD81B6
(189,129,182)
#A873A2
(168,115,162)
#93658E
(147,101,142)
#7E577A
(126,87,122)
#694966
(105,73,102)
#543B52
(84,59,82)
#3F2D3E
(63,45,62)
#2A1F2A
(42,31,42)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #E79DDE

#E79DDE
(231,157,222)
#E9A5E1
(233,165,225)
#EBADE4
(235,173,228)
#EDB5E7
(237,181,231)
#EFBDEA
(239,189,234)
#F1C5ED
(241,197,237)
#F3CDF0
(243,205,240)
#F5D5F3
(245,213,243)
#F7DDF6
(247,221,246)
#F9E5F9
(249,229,249)
#FBEDFC
(251,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79DDE color. Also use rgb(231,157,222) instead hex code.

Text Font Color

.myTextColor { color: #E79DDE; }

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

This text font color is #E79DDE.

Background Color

.myBgColor { background-color: #E79DDE; }

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

This div background color is #E79DDE.

Border color

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

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

This div border color is #E79DDE.

Opacity

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

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

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

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

This text has shadow with #E79DDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E79DDE.

Preview

Color preview on black background

This text has color #E79DDE on black background.


Color preview on white background

This text has color #E79DDE on white background.


Black color preview on #E79DDE background

This text has black color on #E79DDE background.


White color preview on #E79DDE background

This text has white color on #E79DDE background.


Related colors

Complementary color

Complementary color for #hex is #186221.


I love getcolorcode.com

Triadic colors

1 #DEE79D and #9DDEE7 with #E79DDE are triadic colors.

2 #DE9DE7 and #9DE7DE with #E79DDE are triadic colors.