COLOR #E49192

HEX: #E49192
RGB: (228,145,146)

Color info

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

RGB color model

#E49192 color RGB value is (228,145,146).

  • red value is 228;
  • green value is 145;
  • blue value is 146.
RGB:
(228,145,146)
(89%,57%,57%)

RGB channels and saturation

R 228 of 255 = 89%
G 145 of 255 = 57%
B 146 of 255 = 57%

228
145
146

R + G + B ~ 68%. #E49192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 145 + 146 = 519 (100%)
R 228 of 519 ~ 43.93%
G 145 of 519 ~ 27.94%
B 146 of 519 ~ 28.13%

%43.93
%27.94
%28.13

CMYK color model

#E49192 color CMYK value is (0,36,36,11).

  • cyan value is 0.00%
  • magenta value is 36.40%
  • yellow value is 35.96%
  • key color value is 10.59%
CMYK:
(0,36,36,11)
C0M36Y36K11 
(0%,36%,36%,11%)
(0.00/0.36/0.36/0.11)	

CMYK percentages

%0
%36.4
%35.96
%10.59

Codes

Color #E49192 in popluar color models

E49192
RGB228145146
HSL359°60.58%73.14%
HSB/HSV359°36.40%89.41%
CMYK0.00%36.40%35.96%
10.59%

Color #E49192 in popluar number systems.

HEXE49192
Decimal228145146
Binary111001001001000110010010
Octal344221222

Shades and tints

Shades of #E49192

#E49192
(228,145,146)
#D08485
(208,132,133)
#BC7778
(188,119,120)
#A86A6B
(168,106,107)
#945D5E
(148,93,94)
#805051
(128,80,81)
#6C4344
(108,67,68)
#583637
(88,54,55)
#44292A
(68,41,42)
#301C1D
(48,28,29)
#1C0F10
(28,15,16)
#000000
(0,0,0)

Tints of #E49192

#E49192
(228,145,146)
#E69B9B
(230,155,155)
#E8A5A4
(232,165,164)
#EAAFAD
(234,175,173)
#ECB9B6
(236,185,182)
#EEC3BF
(238,195,191)
#F0CDC8
(240,205,200)
#F2D7D1
(242,215,209)
#F4E1DA
(244,225,218)
#F6EBE3
(246,235,227)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49192 color. Also use rgb(228,145,146) instead hex code.

Text Font Color

.myTextColor { color: #E49192; }

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

This text font color is #E49192.


Background Color

.myBgColor { background-color: #E49192; }

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

This div background color is #E49192.


Border color

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

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

This div border color is #E49192.


Opacity

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

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

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

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

This text has shadow with #E49192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49192 on black background.


Color preview on white background

This text has color #E49192 on white background.



Black color preview on #E49192 background

This text has black color on #E49192 background.


White color preview on #E49192 background

This text has white color on #E49192 background.