COLOR #E48EFD

HEX: #E48EFD
RGB: (228,142,253)

Color info

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

RGB color model

#E48EFD color RGB value is (228,142,253).

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

RGB channels and saturation

R 228 of 255 = 89%
G 142 of 255 = 56%
B 253 of 255 = 99%

228
142
253

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

Portions of RGB colors in percentages

R + G + B =
228 + 142 + 253 = 623 (100%)
R 228 of 623 ~ 36.6%
G 142 of 623 ~ 22.79%
B 253 of 623 ~ 40.61%

%36.6
%22.79
%40.61

CMYK color model

#E48EFD color CMYK value is (10,44,0,1).

  • cyan value is 9.88%
  • magenta value is 43.87%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,44,0,1)
C10M44Y0K1 
(10%,44%,0%,1%)
(0.10/0.44/0.00/0.01)	

CMYK percentages

%9.88
%43.87
%0
%0.78

Codes

Color #E48EFD in popluar color models

E48EFD
RGB228142253
HSL286°96.52%77.45%
HSB/HSV286°43.87%99.22%
CMYK9.88%43.87%0.00%
0.78%

Color #E48EFD in popluar number systems.

HEXE48EFD
Decimal228142253
Binary111001001000111011111101
Octal344216375

Shades and tints

Shades of #E48EFD

#E48EFD
(228,142,253)
#D082E6
(208,130,230)
#BC76CF
(188,118,207)
#A86AB8
(168,106,184)
#945EA1
(148,94,161)
#80528A
(128,82,138)
#6C4673
(108,70,115)
#583A5C
(88,58,92)
#442E45
(68,46,69)
#30222E
(48,34,46)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E48EFD

#E48EFD
(228,142,253)
#E698FD
(230,152,253)
#E8A2FD
(232,162,253)
#EAACFD
(234,172,253)
#ECB6FD
(236,182,253)
#EEC0FD
(238,192,253)
#F0CAFD
(240,202,253)
#F2D4FD
(242,212,253)
#F4DEFD
(244,222,253)
#F6E8FD
(246,232,253)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48EFD; }

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

This text font color is #E48EFD.


Background Color

.myBgColor { background-color: #E48EFD; }

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

This div background color is #E48EFD.


Border color

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

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

This div border color is #E48EFD.


Opacity

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

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

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

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

This text has shadow with #E48EFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48EFD on black background.


Color preview on white background

This text has color #E48EFD on white background.



Black color preview on #E48EFD background

This text has black color on #E48EFD background.


White color preview on #E48EFD background

This text has white color on #E48EFD background.