COLOR #E48EBB

HEX: #E48EBB
RGB: (228,142,187)

Color info

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

RGB color model

#E48EBB color RGB value is (228,142,187).

  • red value is 228;
  • green value is 142;
  • blue value is 187.
RGB:
(228,142,187)
(89%,56%,73%)

RGB channels and saturation

R 228 of 255 = 89%
G 142 of 255 = 56%
B 187 of 255 = 73%

228
142
187

R + G + B ~ 73%. #E48EBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 142 + 187 = 557 (100%)
R 228 of 557 ~ 40.93%
G 142 of 557 ~ 25.49%
B 187 of 557 ~ 33.57%

%40.93
%25.49
%33.57

CMYK color model

#E48EBB color CMYK value is (0,38,18,11).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 17.98%
  • key color value is 10.59%
CMYK:
(0,38,18,11)
C0M38Y18K11 
(0%,38%,18%,11%)
(0.00/0.38/0.18/0.11)	

CMYK percentages

%0
%37.72
%17.98
%10.59

Codes

Color #E48EBB in popluar color models

E48EBB
RGB228142187
HSL329°61.43%72.55%
HSB/HSV329°37.72%89.41%
CMYK0.00%37.72%17.98%
10.59%

Color #E48EBB in popluar number systems.

HEXE48EBB
Decimal228142187
Binary111001001000111010111011
Octal344216273

Shades and tints

Shades of #E48EBB

#E48EBB
(228,142,187)
#D082AA
(208,130,170)
#BC7699
(188,118,153)
#A86A88
(168,106,136)
#945E77
(148,94,119)
#805266
(128,82,102)
#6C4655
(108,70,85)
#583A44
(88,58,68)
#442E33
(68,46,51)
#302222
(48,34,34)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #E48EBB

#E48EBB
(228,142,187)
#E698C1
(230,152,193)
#E8A2C7
(232,162,199)
#EAACCD
(234,172,205)
#ECB6D3
(236,182,211)
#EEC0D9
(238,192,217)
#F0CADF
(240,202,223)
#F2D4E5
(242,212,229)
#F4DEEB
(244,222,235)
#F6E8F1
(246,232,241)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48EBB; }

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

This text font color is #E48EBB.


Background Color

.myBgColor { background-color: #E48EBB; }

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

This div background color is #E48EBB.


Border color

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

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

This div border color is #E48EBB.


Opacity

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

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

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

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

This text has shadow with #E48EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48EBB on black background.


Color preview on white background

This text has color #E48EBB on white background.



Black color preview on #E48EBB background

This text has black color on #E48EBB background.


White color preview on #E48EBB background

This text has white color on #E48EBB background.