COLOR #E791A6

HEX: #E791A6
RGB: (231,145,166)

Color info

#E791A6 contains mainly red color. Web safe color of #E791A6 is #FF9999 (or #F99).

RGB color model

#E791A6 color RGB value is (231,145,166).

  • red value is 231;
  • green value is 145;
  • blue value is 166.
RGB:
(231,145,166)
(91%,57%,65%)

RGB channels and saturation

R 231 of 255 = 91%
G 145 of 255 = 57%
B 166 of 255 = 65%

231
145
166

R + G + B ~ 71%. #E791A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 145 + 166 = 542 (100%)
R 231 of 542 ~ 42.62%
G 145 of 542 ~ 26.75%
B 166 of 542 ~ 30.63%

%42.62
%26.75
%30.63

CMYK color model

#E791A6 color CMYK value is (0,37,28,9).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 28.14%
  • key color value is 9.41%
CMYK:
(0,37,28,9)
C0M37Y28K9 
(0%,37%,28%,9%)
(0.00/0.37/0.28/0.09)	

CMYK percentages

%0
%37.23
%28.14
%9.41

Codes

Color #E791A6 in popluar color models

E791A6
RGB231145166
HSL345°64.18%73.73%
HSB/HSV345°37.23%90.59%
CMYK0.00%37.23%28.14%
9.41%

Color #E791A6 in popluar number systems.

HEXE791A6
Decimal231145166
Binary111001111001000110100110
Octal347221246

Shades and tints

Shades of #E791A6

#E791A6
(231,145,166)
#D28497
(210,132,151)
#BD7788
(189,119,136)
#A86A79
(168,106,121)
#935D6A
(147,93,106)
#7E505B
(126,80,91)
#69434C
(105,67,76)
#54363D
(84,54,61)
#3F292E
(63,41,46)
#2A1C1F
(42,28,31)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #E791A6

#E791A6
(231,145,166)
#E99BAE
(233,155,174)
#EBA5B6
(235,165,182)
#EDAFBE
(237,175,190)
#EFB9C6
(239,185,198)
#F1C3CE
(241,195,206)
#F3CDD6
(243,205,214)
#F5D7DE
(245,215,222)
#F7E1E6
(247,225,230)
#F9EBEE
(249,235,238)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E791A6 color. Also use rgb(231,145,166) instead hex code.

Text Font Color

.myTextColor { color: #E791A6; }

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

This text font color is #E791A6.


Background Color

.myBgColor { background-color: #E791A6; }

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

This div background color is #E791A6.


Border color

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

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

This div border color is #E791A6.


Opacity

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

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

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

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

This text has shadow with #E791A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E791A6 on black background.


Color preview on white background

This text has color #E791A6 on white background.



Black color preview on #E791A6 background

This text has black color on #E791A6 background.


White color preview on #E791A6 background

This text has white color on #E791A6 background.