COLOR #E794AE

HEX: #E794AE
RGB: (231,148,174)

Color info

#E794AE contains mainly red and blue colors. Web safe color of #E794AE is #FF9999 (or #F99).

RGB color model

#E794AE color RGB value is (231,148,174).

  • red value is 231;
  • green value is 148;
  • blue value is 174.
RGB:
(231,148,174)
(91%,58%,68%)

RGB channels and saturation

R 231 of 255 = 91%
G 148 of 255 = 58%
B 174 of 255 = 68%

231
148
174

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

Portions of RGB colors in percentages

R + G + B =
231 + 148 + 174 = 553 (100%)
R 231 of 553 ~ 41.77%
G 148 of 553 ~ 26.76%
B 174 of 553 ~ 31.46%

%41.77
%26.76
%31.46

CMYK color model

#E794AE color CMYK value is (0,36,25,9).

  • cyan value is 0.00%
  • magenta value is 35.93%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(0,36,25,9)
C0M36Y25K9 
(0%,36%,25%,9%)
(0.00/0.36/0.25/0.09)	

CMYK percentages

%0
%35.93
%24.68
%9.41

Codes

Color #E794AE in popluar color models

E794AE
RGB231148174
HSL341°63.36%74.31%
HSB/HSV341°35.93%90.59%
CMYK0.00%35.93%24.68%
9.41%

Color #E794AE in popluar number systems.

HEXE794AE
Decimal231148174
Binary111001111001010010101110
Octal347224256

Shades and tints

Shades of #E794AE

#E794AE
(231,148,174)
#D2879F
(210,135,159)
#BD7A90
(189,122,144)
#A86D81
(168,109,129)
#936072
(147,96,114)
#7E5363
(126,83,99)
#694654
(105,70,84)
#543945
(84,57,69)
#3F2C36
(63,44,54)
#2A1F27
(42,31,39)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #E794AE

#E794AE
(231,148,174)
#E99DB5
(233,157,181)
#EBA6BC
(235,166,188)
#EDAFC3
(237,175,195)
#EFB8CA
(239,184,202)
#F1C1D1
(241,193,209)
#F3CAD8
(243,202,216)
#F5D3DF
(245,211,223)
#F7DCE6
(247,220,230)
#F9E5ED
(249,229,237)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E794AE color. Also use rgb(231,148,174) instead hex code.

Text Font Color

.myTextColor { color: #E794AE; }

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

This text font color is #E794AE.


Background Color

.myBgColor { background-color: #E794AE; }

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

This div background color is #E794AE.


Border color

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

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

This div border color is #E794AE.


Opacity

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

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

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

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

This text has shadow with #E794AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E794AE on black background.


Color preview on white background

This text has color #E794AE on white background.



Black color preview on #E794AE background

This text has black color on #E794AE background.


White color preview on #E794AE background

This text has white color on #E794AE background.