COLOR #E48A9F

HEX: #E48A9F
RGB: (228,138,159)

Color info

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

RGB color model

#E48A9F color RGB value is (228,138,159).

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

RGB channels and saturation

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

228
138
159

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

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 159 = 525 (100%)
R 228 of 525 ~ 43.43%
G 138 of 525 ~ 26.29%
B 159 of 525 ~ 30.29%

%43.43
%26.29
%30.29

CMYK color model

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

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

CMYK percentages

%0
%39.47
%30.26
%10.59

Codes

Color #E48A9F in popluar color models

E48A9F
RGB228138159
HSL346°62.50%71.76%
HSB/HSV346°39.47%89.41%
CMYK0.00%39.47%30.26%
10.59%

Color #E48A9F in popluar number systems.

HEXE48A9F
Decimal228138159
Binary111001001000101010011111
Octal344212237

Shades and tints

Shades of #E48A9F

#E48A9F
(228,138,159)
#D07E91
(208,126,145)
#BC7283
(188,114,131)
#A86675
(168,102,117)
#945A67
(148,90,103)
#804E59
(128,78,89)
#6C424B
(108,66,75)
#58363D
(88,54,61)
#442A2F
(68,42,47)
#301E21
(48,30,33)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #E48A9F

#E48A9F
(228,138,159)
#E694A7
(230,148,167)
#E89EAF
(232,158,175)
#EAA8B7
(234,168,183)
#ECB2BF
(236,178,191)
#EEBCC7
(238,188,199)
#F0C6CF
(240,198,207)
#F2D0D7
(242,208,215)
#F4DADF
(244,218,223)
#F6E4E7
(246,228,231)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48A9F; }

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

This text font color is #E48A9F.


Background Color

.myBgColor { background-color: #E48A9F; }

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

This div background color is #E48A9F.


Border color

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

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

This div border color is #E48A9F.


Opacity

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

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

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

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

This text has shadow with #E48A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48A9F on black background.


Color preview on white background

This text has color #E48A9F on white background.



Black color preview on #E48A9F background

This text has black color on #E48A9F background.


White color preview on #E48A9F background

This text has white color on #E48A9F background.