COLOR #E48AFF

HEX: #E48AFF
RGB: (228,138,255)

Color info

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

RGB color model

#E48AFF color RGB value is (228,138,255).

  • red value is 228;
  • green value is 138;
  • blue value is 255.
RGB:
(228,138,255)
(89%,54%,100%)

RGB channels and saturation

R 228 of 255 = 89%
G 138 of 255 = 54%
B 255 of 255 = 100%

228
138
255

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

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 255 = 621 (100%)
R 228 of 621 ~ 36.71%
G 138 of 621 ~ 22.22%
B 255 of 621 ~ 41.06%

%36.71
%22.22
%41.06

CMYK color model

#E48AFF color CMYK value is (11,46,0,0).

  • cyan value is 10.59%
  • magenta value is 45.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,46,0,0)
C11M46Y0K0 
(11%,46%,0%,0%)
(0.11/0.46/0.00/0.00)	

CMYK percentages

%10.59
%45.88
%0
%0

Codes

Color #E48AFF in popluar color models

E48AFF
RGB228138255
HSL286°100.00%77.06%
HSB/HSV286°45.88%100.00%
CMYK10.59%45.88%0.00%
0.00%

Color #E48AFF in popluar number systems.

HEXE48AFF
Decimal228138255
Binary111001001000101011111111
Octal344212377

Shades and tints

Shades of #E48AFF

#E48AFF
(228,138,255)
#D07EE8
(208,126,232)
#BC72D1
(188,114,209)
#A866BA
(168,102,186)
#945AA3
(148,90,163)
#804E8C
(128,78,140)
#6C4275
(108,66,117)
#58365E
(88,54,94)
#442A47
(68,42,71)
#301E30
(48,30,48)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #E48AFF

#E48AFF
(228,138,255)
#E694FF
(230,148,255)
#E89EFF
(232,158,255)
#EAA8FF
(234,168,255)
#ECB2FF
(236,178,255)
#EEBCFF
(238,188,255)
#F0C6FF
(240,198,255)
#F2D0FF
(242,208,255)
#F4DAFF
(244,218,255)
#F6E4FF
(246,228,255)
#F8EEFF
(248,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48AFF color. Also use rgb(228,138,255) instead hex code.

Text Font Color

.myTextColor { color: #E48AFF; }

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

This text font color is #E48AFF.


Background Color

.myBgColor { background-color: #E48AFF; }

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

This div background color is #E48AFF.


Border color

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

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

This div border color is #E48AFF.


Opacity

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

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

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

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

This text has shadow with #E48AFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48AFF on black background.


Color preview on white background

This text has color #E48AFF on white background.



Black color preview on #E48AFF background

This text has black color on #E48AFF background.


White color preview on #E48AFF background

This text has white color on #E48AFF background.