COLOR #E494C7

HEX: #E494C7
RGB: (228,148,199)

Color info

#E494C7 contains mainly red and blue colors. Web safe color of #E494C7 is #CC99CC (or #C9C).

RGB color model

#E494C7 color RGB value is (228,148,199).

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

RGB channels and saturation

R 228 of 255 = 89%
G 148 of 255 = 58%
B 199 of 255 = 78%

228
148
199

R + G + B ~ 75%. #E494C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 148 + 199 = 575 (100%)
R 228 of 575 ~ 39.65%
G 148 of 575 ~ 25.74%
B 199 of 575 ~ 34.61%

%39.65
%25.74
%34.61

CMYK color model

#E494C7 color CMYK value is (0,35,13,11).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 12.72%
  • key color value is 10.59%
CMYK:
(0,35,13,11)
C0M35Y13K11 
(0%,35%,13%,11%)
(0.00/0.35/0.13/0.11)	

CMYK percentages

%0
%35.09
%12.72
%10.59

Codes

Color #E494C7 in popluar color models

E494C7
RGB228148199
HSL322°59.70%73.73%
HSB/HSV322°35.09%89.41%
CMYK0.00%35.09%12.72%
10.59%

Color #E494C7 in popluar number systems.

HEXE494C7
Decimal228148199
Binary111001001001010011000111
Octal344224307

Shades and tints

Shades of #E494C7

#E494C7
(228,148,199)
#D087B5
(208,135,181)
#BC7AA3
(188,122,163)
#A86D91
(168,109,145)
#94607F
(148,96,127)
#80536D
(128,83,109)
#6C465B
(108,70,91)
#583949
(88,57,73)
#442C37
(68,44,55)
#301F25
(48,31,37)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #E494C7

#E494C7
(228,148,199)
#E69DCC
(230,157,204)
#E8A6D1
(232,166,209)
#EAAFD6
(234,175,214)
#ECB8DB
(236,184,219)
#EEC1E0
(238,193,224)
#F0CAE5
(240,202,229)
#F2D3EA
(242,211,234)
#F4DCEF
(244,220,239)
#F6E5F4
(246,229,244)
#F8EEF9
(248,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E494C7; }

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

This text font color is #E494C7.


Background Color

.myBgColor { background-color: #E494C7; }

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

This div background color is #E494C7.


Border color

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

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

This div border color is #E494C7.


Opacity

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

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

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

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

This text has shadow with #E494C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E494C7 on black background.


Color preview on white background

This text has color #E494C7 on white background.



Black color preview on #E494C7 background

This text has black color on #E494C7 background.


White color preview on #E494C7 background

This text has white color on #E494C7 background.