COLOR #E48A8A

HEX: #E48A8A
RGB: (228,138,138)

Color info

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

RGB color model

#E48A8A color RGB value is (228,138,138).

  • red value is 228;
  • green value is 138;
  • blue value is 138.
RGB:
(228,138,138)
(89%,54%,54%)

RGB channels and saturation

R 228 of 255 = 89%
G 138 of 255 = 54%
B 138 of 255 = 54%

228
138
138

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

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 138 = 504 (100%)
R 228 of 504 ~ 45.24%
G 138 of 504 ~ 27.38%
B 138 of 504 ~ 27.38%

%45.24
%27.38
%27.38

CMYK color model

#E48A8A color CMYK value is (0,39,39,11).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(0,39,39,11)
C0M39Y39K11 
(0%,39%,39%,11%)
(0.00/0.39/0.39/0.11)	

CMYK percentages

%0
%39.47
%39.47
%10.59

Codes

Color #E48A8A in popluar color models

E48A8A
RGB228138138
HSL62.50%71.76%
HSB/HSV39.47%89.41%
CMYK0.00%39.47%39.47%
10.59%

Color #E48A8A in popluar number systems.

HEXE48A8A
Decimal228138138
Binary111001001000101010001010
Octal344212212

Shades and tints

Shades of #E48A8A

#E48A8A
(228,138,138)
#D07E7E
(208,126,126)
#BC7272
(188,114,114)
#A86666
(168,102,102)
#945A5A
(148,90,90)
#804E4E
(128,78,78)
#6C4242
(108,66,66)
#583636
(88,54,54)
#442A2A
(68,42,42)
#301E1E
(48,30,30)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #E48A8A

#E48A8A
(228,138,138)
#E69494
(230,148,148)
#E89E9E
(232,158,158)
#EAA8A8
(234,168,168)
#ECB2B2
(236,178,178)
#EEBCBC
(238,188,188)
#F0C6C6
(240,198,198)
#F2D0D0
(242,208,208)
#F4DADA
(244,218,218)
#F6E4E4
(246,228,228)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48A8A; }

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

This text font color is #E48A8A.


Background Color

.myBgColor { background-color: #E48A8A; }

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

This div background color is #E48A8A.


Border color

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

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

This div border color is #E48A8A.


Opacity

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

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

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

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

This text has shadow with #E48A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48A8A on black background.


Color preview on white background

This text has color #E48A8A on white background.



Black color preview on #E48A8A background

This text has black color on #E48A8A background.


White color preview on #E48A8A background

This text has white color on #E48A8A background.