COLOR #E48DF9

HEX: #E48DF9
RGB: (228,141,249)

Color info

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

RGB color model

#E48DF9 color RGB value is (228,141,249).

  • red value is 228;
  • green value is 141;
  • blue value is 249.
RGB:
(228,141,249)
(89%,55%,98%)

RGB channels and saturation

R 228 of 255 = 89%
G 141 of 255 = 55%
B 249 of 255 = 98%

228
141
249

R + G + B ~ 81%. #E48DF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 141 + 249 = 618 (100%)
R 228 of 618 ~ 36.89%
G 141 of 618 ~ 22.82%
B 249 of 618 ~ 40.29%

%36.89
%22.82
%40.29

CMYK color model

#E48DF9 color CMYK value is (8,43,0,2).

  • cyan value is 8.43%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(8,43,0,2)
C8M43Y0K2 
(8%,43%,0%,2%)
(0.08/0.43/0.00/0.02)	

CMYK percentages

%8.43
%43.37
%0
%2.35

Codes

Color #E48DF9 in popluar color models

E48DF9
RGB228141249
HSL288°90.00%76.47%
HSB/HSV288°43.37%97.65%
CMYK8.43%43.37%0.00%
2.35%

Color #E48DF9 in popluar number systems.

HEXE48DF9
Decimal228141249
Binary111001001000110111111001
Octal344215371

Shades and tints

Shades of #E48DF9

#E48DF9
(228,141,249)
#D081E3
(208,129,227)
#BC75CD
(188,117,205)
#A869B7
(168,105,183)
#945DA1
(148,93,161)
#80518B
(128,81,139)
#6C4575
(108,69,117)
#58395F
(88,57,95)
#442D49
(68,45,73)
#302133
(48,33,51)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #E48DF9

#E48DF9
(228,141,249)
#E697F9
(230,151,249)
#E8A1F9
(232,161,249)
#EAABF9
(234,171,249)
#ECB5F9
(236,181,249)
#EEBFF9
(238,191,249)
#F0C9F9
(240,201,249)
#F2D3F9
(242,211,249)
#F4DDF9
(244,221,249)
#F6E7F9
(246,231,249)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48DF9 color. Also use rgb(228,141,249) instead hex code.

Text Font Color

.myTextColor { color: #E48DF9; }

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

This text font color is #E48DF9.


Background Color

.myBgColor { background-color: #E48DF9; }

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

This div background color is #E48DF9.


Border color

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

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

This div border color is #E48DF9.


Opacity

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

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

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

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

This text has shadow with #E48DF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48DF9 on black background.


Color preview on white background

This text has color #E48DF9 on white background.



Black color preview on #E48DF9 background

This text has black color on #E48DF9 background.


White color preview on #E48DF9 background

This text has white color on #E48DF9 background.