COLOR #E48AB4

HEX: #E48AB4
RGB: (228,138,180)

Color info

#E48AB4 contains mainly red and blue colors. Web safe color of #E48AB4 is #CC99CC (or #C9C).

RGB color model

#E48AB4 color RGB value is (228,138,180).

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

RGB channels and saturation

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

228
138
180

R + G + B ~ 71%. #E48AB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 180 = 546 (100%)
R 228 of 546 ~ 41.76%
G 138 of 546 ~ 25.27%
B 180 of 546 ~ 32.97%

%41.76
%25.27
%32.97

CMYK color model

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

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

CMYK percentages

%0
%39.47
%21.05
%10.59

Codes

Color #E48AB4 in popluar color models

E48AB4
RGB228138180
HSL332°62.50%71.76%
HSB/HSV332°39.47%89.41%
CMYK0.00%39.47%21.05%
10.59%

Color #E48AB4 in popluar number systems.

HEXE48AB4
Decimal228138180
Binary111001001000101010110100
Octal344212264

Shades and tints

Shades of #E48AB4

#E48AB4
(228,138,180)
#D07EA4
(208,126,164)
#BC7294
(188,114,148)
#A86684
(168,102,132)
#945A74
(148,90,116)
#804E64
(128,78,100)
#6C4254
(108,66,84)
#583644
(88,54,68)
#442A34
(68,42,52)
#301E24
(48,30,36)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #E48AB4

#E48AB4
(228,138,180)
#E694BA
(230,148,186)
#E89EC0
(232,158,192)
#EAA8C6
(234,168,198)
#ECB2CC
(236,178,204)
#EEBCD2
(238,188,210)
#F0C6D8
(240,198,216)
#F2D0DE
(242,208,222)
#F4DAE4
(244,218,228)
#F6E4EA
(246,228,234)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48AB4; }

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

This text font color is #E48AB4.


Background Color

.myBgColor { background-color: #E48AB4; }

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

This div background color is #E48AB4.


Border color

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

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

This div border color is #E48AB4.


Opacity

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

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

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

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

This text has shadow with #E48AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48AB4 on black background.


Color preview on white background

This text has color #E48AB4 on white background.



Black color preview on #E48AB4 background

This text has black color on #E48AB4 background.


White color preview on #E48AB4 background

This text has white color on #E48AB4 background.