COLOR #E48BB4

HEX: #E48BB4
RGB: (228,139,180)

Color info

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

RGB color model

#E48BB4 color RGB value is (228,139,180).

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

RGB channels and saturation

R 228 of 255 = 89%
G 139 of 255 = 55%
B 180 of 255 = 71%

228
139
180

R + G + B ~ 72%. #E48BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 139 + 180 = 547 (100%)
R 228 of 547 ~ 41.68%
G 139 of 547 ~ 25.41%
B 180 of 547 ~ 32.91%

%41.68
%25.41
%32.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.04%
  • 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.04
%21.05
%10.59

Codes

Color #E48BB4 in popluar color models

E48BB4
RGB228139180
HSL332°62.24%71.96%
HSB/HSV332°39.04%89.41%
CMYK0.00%39.04%21.05%
10.59%

Color #E48BB4 in popluar number systems.

HEXE48BB4
Decimal228139180
Binary111001001000101110110100
Octal344213264

Shades and tints

Shades of #E48BB4

#E48BB4
(228,139,180)
#D07FA4
(208,127,164)
#BC7394
(188,115,148)
#A86784
(168,103,132)
#945B74
(148,91,116)
#804F64
(128,79,100)
#6C4354
(108,67,84)
#583744
(88,55,68)
#442B34
(68,43,52)
#301F24
(48,31,36)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #E48BB4

#E48BB4
(228,139,180)
#E695BA
(230,149,186)
#E89FC0
(232,159,192)
#EAA9C6
(234,169,198)
#ECB3CC
(236,179,204)
#EEBDD2
(238,189,210)
#F0C7D8
(240,199,216)
#F2D1DE
(242,209,222)
#F4DBE4
(244,219,228)
#F6E5EA
(246,229,234)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48BB4; }

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

This text font color is #E48BB4.


Background Color

.myBgColor { background-color: #E48BB4; }

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

This div background color is #E48BB4.


Border color

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

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

This div border color is #E48BB4.


Opacity

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

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

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

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

This text has shadow with #E48BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48BB4 on black background.


Color preview on white background

This text has color #E48BB4 on white background.



Black color preview on #E48BB4 background

This text has black color on #E48BB4 background.


White color preview on #E48BB4 background

This text has white color on #E48BB4 background.