COLOR #E79FA3

HEX: #E79FA3
RGB: (231,159,163)

Color info

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

RGB color model

#E79FA3 color RGB value is (231,159,163).

  • red value is 231;
  • green value is 159;
  • blue value is 163.
RGB:
(231,159,163)
(91%,62%,64%)

RGB channels and saturation

R 231 of 255 = 91%
G 159 of 255 = 62%
B 163 of 255 = 64%

231
159
163

R + G + B ~ 72%. #E79FA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 159 + 163 = 553 (100%)
R 231 of 553 ~ 41.77%
G 159 of 553 ~ 28.75%
B 163 of 553 ~ 29.48%

%41.77
%28.75
%29.48

CMYK color model

#E79FA3 color CMYK value is (0,31,29,9).

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 29.44%
  • key color value is 9.41%
CMYK:
(0,31,29,9)
C0M31Y29K9 
(0%,31%,29%,9%)
(0.00/0.31/0.29/0.09)	

CMYK percentages

%0
%31.17
%29.44
%9.41

Codes

Color #E79FA3 in popluar color models

E79FA3
RGB231159163
HSL357°60.00%76.47%
HSB/HSV357°31.17%90.59%
CMYK0.00%31.17%29.44%
9.41%

Color #E79FA3 in popluar number systems.

HEXE79FA3
Decimal231159163
Binary111001111001111110100011
Octal347237243

Shades and tints

Shades of #E79FA3

#E79FA3
(231,159,163)
#D29195
(210,145,149)
#BD8387
(189,131,135)
#A87579
(168,117,121)
#93676B
(147,103,107)
#7E595D
(126,89,93)
#694B4F
(105,75,79)
#543D41
(84,61,65)
#3F2F33
(63,47,51)
#2A2125
(42,33,37)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #E79FA3

#E79FA3
(231,159,163)
#E9A7AB
(233,167,171)
#EBAFB3
(235,175,179)
#EDB7BB
(237,183,187)
#EFBFC3
(239,191,195)
#F1C7CB
(241,199,203)
#F3CFD3
(243,207,211)
#F5D7DB
(245,215,219)
#F7DFE3
(247,223,227)
#F9E7EB
(249,231,235)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79FA3 color. Also use rgb(231,159,163) instead hex code.

Text Font Color

.myTextColor { color: #E79FA3; }

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

This text font color is #E79FA3.


Background Color

.myBgColor { background-color: #E79FA3; }

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

This div background color is #E79FA3.


Border color

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

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

This div border color is #E79FA3.


Opacity

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

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

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

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

This text has shadow with #E79FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79FA3 on black background.


Color preview on white background

This text has color #E79FA3 on white background.



Black color preview on #E79FA3 background

This text has black color on #E79FA3 background.


White color preview on #E79FA3 background

This text has white color on #E79FA3 background.