COLOR #E48BF1

HEX: #E48BF1
RGB: (228,139,241)

Color info

#E48BF1 contains mainly red and blue colors. Web safe color of #E48BF1 is #CC99FF (or #C9F).

RGB color model

#E48BF1 color RGB value is (228,139,241).

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

RGB channels and saturation

R 228 of 255 = 89%
G 139 of 255 = 55%
B 241 of 255 = 95%

228
139
241

R + G + B ~ 80%. #E48BF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 139 + 241 = 608 (100%)
R 228 of 608 ~ 37.5%
G 139 of 608 ~ 22.86%
B 241 of 608 ~ 39.64%

%37.5
%22.86
%39.64

CMYK color model

#E48BF1 color CMYK value is (5,42,0,5).

  • cyan value is 5.39%
  • magenta value is 42.32%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(5,42,0,5)
C5M42Y0K5 
(5%,42%,0%,5%)
(0.05/0.42/0.00/0.05)	

CMYK percentages

%5.39
%42.32
%0
%5.49

Codes

Color #E48BF1 in popluar color models

E48BF1
RGB228139241
HSL292°78.46%74.51%
HSB/HSV292°42.32%94.51%
CMYK5.39%42.32%0.00%
5.49%

Color #E48BF1 in popluar number systems.

HEXE48BF1
Decimal228139241
Binary111001001000101111110001
Octal344213361

Shades and tints

Shades of #E48BF1

#E48BF1
(228,139,241)
#D07FDC
(208,127,220)
#BC73C7
(188,115,199)
#A867B2
(168,103,178)
#945B9D
(148,91,157)
#804F88
(128,79,136)
#6C4373
(108,67,115)
#58375E
(88,55,94)
#442B49
(68,43,73)
#301F34
(48,31,52)
#1C131F
(28,19,31)
#000000
(0,0,0)

Tints of #E48BF1

#E48BF1
(228,139,241)
#E695F2
(230,149,242)
#E89FF3
(232,159,243)
#EAA9F4
(234,169,244)
#ECB3F5
(236,179,245)
#EEBDF6
(238,189,246)
#F0C7F7
(240,199,247)
#F2D1F8
(242,209,248)
#F4DBF9
(244,219,249)
#F6E5FA
(246,229,250)
#F8EFFB
(248,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48BF1; }

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

This text font color is #E48BF1.


Background Color

.myBgColor { background-color: #E48BF1; }

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

This div background color is #E48BF1.


Border color

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

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

This div border color is #E48BF1.


Opacity

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

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

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

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

This text has shadow with #E48BF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48BF1 on black background.


Color preview on white background

This text has color #E48BF1 on white background.



Black color preview on #E48BF1 background

This text has black color on #E48BF1 background.


White color preview on #E48BF1 background

This text has white color on #E48BF1 background.