COLOR #E48295

HEX: #E48295
RGB: (228,130,149)

Color info

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

RGB color model

#E48295 color RGB value is (228,130,149).

  • red value is 228;
  • green value is 130;
  • blue value is 149.
RGB:
(228,130,149)
(89%,51%,58%)

RGB channels and saturation

R 228 of 255 = 89%
G 130 of 255 = 51%
B 149 of 255 = 58%

228
130
149

R + G + B ~ 66%. #E48295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 130 + 149 = 507 (100%)
R 228 of 507 ~ 44.97%
G 130 of 507 ~ 25.64%
B 149 of 507 ~ 29.39%

%44.97
%25.64
%29.39

CMYK color model

#E48295 color CMYK value is (0,43,35,11).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 34.65%
  • key color value is 10.59%
CMYK:
(0,43,35,11)
C0M43Y35K11 
(0%,43%,35%,11%)
(0.00/0.43/0.35/0.11)	

CMYK percentages

%0
%42.98
%34.65
%10.59

Codes

Color #E48295 in popluar color models

E48295
RGB228130149
HSL348°64.47%70.20%
HSB/HSV348°42.98%89.41%
CMYK0.00%42.98%34.65%
10.59%

Color #E48295 in popluar number systems.

HEXE48295
Decimal228130149
Binary111001001000001010010101
Octal344202225

Shades and tints

Shades of #E48295

#E48295
(228,130,149)
#D07788
(208,119,136)
#BC6C7B
(188,108,123)
#A8616E
(168,97,110)
#945661
(148,86,97)
#804B54
(128,75,84)
#6C4047
(108,64,71)
#58353A
(88,53,58)
#442A2D
(68,42,45)
#301F20
(48,31,32)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #E48295

#E48295
(228,130,149)
#E68D9E
(230,141,158)
#E898A7
(232,152,167)
#EAA3B0
(234,163,176)
#ECAEB9
(236,174,185)
#EEB9C2
(238,185,194)
#F0C4CB
(240,196,203)
#F2CFD4
(242,207,212)
#F4DADD
(244,218,221)
#F6E5E6
(246,229,230)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48295 color. Also use rgb(228,130,149) instead hex code.

Text Font Color

.myTextColor { color: #E48295; }

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

This text font color is #E48295.


Background Color

.myBgColor { background-color: #E48295; }

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

This div background color is #E48295.


Border color

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

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

This div border color is #E48295.


Opacity

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

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

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

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

This text has shadow with #E48295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48295 on black background.


Color preview on white background

This text has color #E48295 on white background.



Black color preview on #E48295 background

This text has black color on #E48295 background.


White color preview on #E48295 background

This text has white color on #E48295 background.