COLOR #E494A0

HEX: #E494A0
RGB: (228,148,160)

Color info

#E494A0 contains mainly red color. Web safe color of #E494A0 is #CC9999 (or #C99).

RGB color model

#E494A0 color RGB value is (228,148,160).

  • red value is 228;
  • green value is 148;
  • blue value is 160.
RGB:
(228,148,160)
(89%,58%,63%)

RGB channels and saturation

R 228 of 255 = 89%
G 148 of 255 = 58%
B 160 of 255 = 63%

228
148
160

R + G + B ~ 70%. #E494A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 148 + 160 = 536 (100%)
R 228 of 536 ~ 42.54%
G 148 of 536 ~ 27.61%
B 160 of 536 ~ 29.85%

%42.54
%27.61
%29.85

CMYK color model

#E494A0 color CMYK value is (0,35,30,11).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(0,35,30,11)
C0M35Y30K11 
(0%,35%,30%,11%)
(0.00/0.35/0.30/0.11)	

CMYK percentages

%0
%35.09
%29.82
%10.59

Codes

Color #E494A0 in popluar color models

E494A0
RGB228148160
HSL351°59.70%73.73%
HSB/HSV351°35.09%89.41%
CMYK0.00%35.09%29.82%
10.59%

Color #E494A0 in popluar number systems.

HEXE494A0
Decimal228148160
Binary111001001001010010100000
Octal344224240

Shades and tints

Shades of #E494A0

#E494A0
(228,148,160)
#D08792
(208,135,146)
#BC7A84
(188,122,132)
#A86D76
(168,109,118)
#946068
(148,96,104)
#80535A
(128,83,90)
#6C464C
(108,70,76)
#58393E
(88,57,62)
#442C30
(68,44,48)
#301F22
(48,31,34)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #E494A0

#E494A0
(228,148,160)
#E69DA8
(230,157,168)
#E8A6B0
(232,166,176)
#EAAFB8
(234,175,184)
#ECB8C0
(236,184,192)
#EEC1C8
(238,193,200)
#F0CAD0
(240,202,208)
#F2D3D8
(242,211,216)
#F4DCE0
(244,220,224)
#F6E5E8
(246,229,232)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E494A0 color. Also use rgb(228,148,160) instead hex code.

Text Font Color

.myTextColor { color: #E494A0; }

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

This text font color is #E494A0.


Background Color

.myBgColor { background-color: #E494A0; }

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

This div background color is #E494A0.


Border color

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

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

This div border color is #E494A0.


Opacity

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

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

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

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

This text has shadow with #E494A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E494A0 on black background.


Color preview on white background

This text has color #E494A0 on white background.



Black color preview on #E494A0 background

This text has black color on #E494A0 background.


White color preview on #E494A0 background

This text has white color on #E494A0 background.