COLOR #E48A8C

HEX: #E48A8C
RGB: (228,138,140)

Color info

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

RGB color model

#E48A8C color RGB value is (228,138,140).

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

RGB channels and saturation

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

228
138
140

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

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 140 = 506 (100%)
R 228 of 506 ~ 45.06%
G 138 of 506 ~ 27.27%
B 140 of 506 ~ 27.67%

%45.06
%27.27
%27.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 38.60%
  • 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
%38.6
%10.59

Codes

Color #E48A8C in popluar color models

E48A8C
RGB228138140
HSL359°62.50%71.76%
HSB/HSV359°39.47%89.41%
CMYK0.00%39.47%38.60%
10.59%

Color #E48A8C in popluar number systems.

HEXE48A8C
Decimal228138140
Binary111001001000101010001100
Octal344212214

Shades and tints

Shades of #E48A8C

#E48A8C
(228,138,140)
#D07E80
(208,126,128)
#BC7274
(188,114,116)
#A86668
(168,102,104)
#945A5C
(148,90,92)
#804E50
(128,78,80)
#6C4244
(108,66,68)
#583638
(88,54,56)
#442A2C
(68,42,44)
#301E20
(48,30,32)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #E48A8C

#E48A8C
(228,138,140)
#E69496
(230,148,150)
#E89EA0
(232,158,160)
#EAA8AA
(234,168,170)
#ECB2B4
(236,178,180)
#EEBCBE
(238,188,190)
#F0C6C8
(240,198,200)
#F2D0D2
(242,208,210)
#F4DADC
(244,218,220)
#F6E4E6
(246,228,230)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48A8C; }

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

This text font color is #E48A8C.


Background Color

.myBgColor { background-color: #E48A8C; }

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

This div background color is #E48A8C.


Border color

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

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

This div border color is #E48A8C.


Opacity

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

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

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

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

This text has shadow with #E48A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48A8C on black background.


Color preview on white background

This text has color #E48A8C on white background.



Black color preview on #E48A8C background

This text has black color on #E48A8C background.


White color preview on #E48A8C background

This text has white color on #E48A8C background.