COLOR #E8799D

HEX: #E8799D
RGB: (232,121,157)

Color info

#E8799D contains mainly red color. Web safe color of #E8799D is #FF6699 (or #F69).

RGB color model

#E8799D color RGB value is (232,121,157).

  • red value is 232;
  • green value is 121;
  • blue value is 157.
RGB:
(232,121,157)
(91%,47%,62%)

RGB channels and saturation

R 232 of 255 = 91%
G 121 of 255 = 47%
B 157 of 255 = 62%

232
121
157

R + G + B ~ 67%. #E8799D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 121 + 157 = 510 (100%)
R 232 of 510 ~ 45.49%
G 121 of 510 ~ 23.73%
B 157 of 510 ~ 30.78%

%45.49
%23.73
%30.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.84%
  • yellow value is 32.33%
  • key color value is 9.02%
CMYK:
(0,48,32,9)
C0M48Y32K9 
(0%,48%,32%,9%)
(0.00/0.48/0.32/0.09)	

CMYK percentages

%0
%47.84
%32.33
%9.02

Codes

Color #E8799D in popluar color models

E8799D
RGB232121157
HSL341°70.70%69.22%
HSB/HSV341°47.84%90.98%
CMYK0.00%47.84%32.33%
9.02%

Color #E8799D in popluar number systems.

HEXE8799D
Decimal232121157
Binary11101000111100110011101
Octal350171235

Shades and tints

Shades of #E8799D

#E8799D
(232,121,157)
#D36E8F
(211,110,143)
#BE6381
(190,99,129)
#A95873
(169,88,115)
#944D65
(148,77,101)
#7F4257
(127,66,87)
#6A3749
(106,55,73)
#552C3B
(85,44,59)
#40212D
(64,33,45)
#2B161F
(43,22,31)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #E8799D

#E8799D
(232,121,157)
#EA85A5
(234,133,165)
#EC91AD
(236,145,173)
#EE9DB5
(238,157,181)
#F0A9BD
(240,169,189)
#F2B5C5
(242,181,197)
#F4C1CD
(244,193,205)
#F6CDD5
(246,205,213)
#F8D9DD
(248,217,221)
#FAE5E5
(250,229,229)
#FCF1ED
(252,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8799D color. Also use rgb(232,121,157) instead hex code.

Text Font Color

.myTextColor { color: #E8799D; }

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

This text font color is #E8799D.


Background Color

.myBgColor { background-color: #E8799D; }

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

This div background color is #E8799D.


Border color

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

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

This div border color is #E8799D.


Opacity

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

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

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

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

This text has shadow with #E8799D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8799D on black background.


Color preview on white background

This text has color #E8799D on white background.



Black color preview on #E8799D background

This text has black color on #E8799D background.


White color preview on #E8799D background

This text has white color on #E8799D background.