COLOR #E79DE5

HEX: #E79DE5 RGB: (231,157,229)

Color info

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

RGB color model

#E79DE5 color RGB value is (231,157,229).

RGB: (231,157,229) (91%, 62%, 90%)

RGB channels and saturation

R 231 of 255 = 91%
G 157 of 255 = 62%
B 229 of 255 = 90%

231
157
229

R + G + B ~ 81%. #E79DE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 157 + 229 = 617 (100%)
R 231 of 617 ~ 37.44%
G 157 of 617 ~ 25.45%
B 229 of 617 ~ 37.12'%

%37.44
%25.45
%37.12

CMYK color model

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

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

CMYK: (0,32,1,9)
C0M32Y1K9 (0%, 32%, 1%, 9%)
(0.00 / 0.32 / 0.01 / 0.09)

CMYK percentages

%0
%32.03
%0.87
%9.41

Codes

Color #E79DE5 in popluar color models

E7 9D E5
RGB 231 157 229
HSL 302° 60.66% 76.08%
HSB/HSV 302° 32.03% 90.59%
CMYK 0.00% 32.03% 0.87%
9.41%

Color #E79DE5 in popluar number systems.

HEX E7 9D E5
Decimal 231 157 229
Binary 11100111 10011101 11100101
Octal 347 235 345

Shades and tints

Shades of #E79DE5

#E79DE5
(231,157,229)
#D28FD1
(210,143,209)
#BD81BD
(189,129,189)
#A873A9
(168,115,169)
#936595
(147,101,149)
#7E5781
(126,87,129)
#69496D
(105,73,109)
#543B59
(84,59,89)
#3F2D45
(63,45,69)
#2A1F31
(42,31,49)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #E79DE5

#E79DE5
(231,157,229)
#E9A5E7
(233,165,231)
#EBADE9
(235,173,233)
#EDB5EB
(237,181,235)
#EFBDED
(239,189,237)
#F1C5EF
(241,197,239)
#F3CDF1
(243,205,241)
#F5D5F3
(245,213,243)
#F7DDF5
(247,221,245)
#F9E5F7
(249,229,247)
#FBEDF9
(251,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79DE5; }

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

This text font color is #E79DE5.

Background Color

.myBgColor { background-color: #E79DE5; }

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

This div background color is #E79DE5.

Border color

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

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

This div border color is #E79DE5.

Opacity

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

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

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

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

This text has shadow with #E79DE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E79DE5.

Preview

Color preview on black background

This text has color #E79DE5 on black background.


Color preview on white background

This text has color #E79DE5 on white background.


Black color preview on #E79DE5 background

This text has black color on #E79DE5 background.


White color preview on #E79DE5 background

This text has white color on #E79DE5 background.


Related colors

Complementary color

Complementary color for #hex is #18621A.


I love getcolorcode.com

Triadic colors

1 #E5E79D and #9DE5E7 with #E79DE5 are triadic colors.

2 #E59DE7 and #9DE7E5 with #E79DE5 are triadic colors.