COLOR #E48AE4

HEX: #E48AE4
RGB: (228,138,228)

Color info

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

RGB color model

#E48AE4 color RGB value is (228,138,228).

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

RGB channels and saturation

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

228
138
228

R + G + B ~ 77%. #E48AE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 228 = 594 (100%)
R 228 of 594 ~ 38.38%
G 138 of 594 ~ 23.23%
B 228 of 594 ~ 38.38%

%38.38
%23.23
%38.38

CMYK color model

#E48AE4 color CMYK value is (0,39,0,11).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(0,39,0,11)
C0M39Y0K11 
(0%,39%,0%,11%)
(0.00/0.39/0.00/0.11)	

CMYK percentages

%0
%39.47
%0
%10.59

Codes

Color #E48AE4 in popluar color models

E48AE4
RGB228138228
HSL300°62.50%71.76%
HSB/HSV300°39.47%89.41%
CMYK0.00%39.47%0.00%
10.59%

Color #E48AE4 in popluar number systems.

HEXE48AE4
Decimal228138228
Binary111001001000101011100100
Octal344212344

Shades and tints

Shades of #E48AE4

#E48AE4
(228,138,228)
#D07ED0
(208,126,208)
#BC72BC
(188,114,188)
#A866A8
(168,102,168)
#945A94
(148,90,148)
#804E80
(128,78,128)
#6C426C
(108,66,108)
#583658
(88,54,88)
#442A44
(68,42,68)
#301E30
(48,30,48)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #E48AE4

#E48AE4
(228,138,228)
#E694E6
(230,148,230)
#E89EE8
(232,158,232)
#EAA8EA
(234,168,234)
#ECB2EC
(236,178,236)
#EEBCEE
(238,188,238)
#F0C6F0
(240,198,240)
#F2D0F2
(242,208,242)
#F4DAF4
(244,218,244)
#F6E4F6
(246,228,246)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48AE4; }

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

This text font color is #E48AE4.


Background Color

.myBgColor { background-color: #E48AE4; }

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

This div background color is #E48AE4.


Border color

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

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

This div border color is #E48AE4.


Opacity

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

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

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

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

This text has shadow with #E48AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48AE4 on black background.


Color preview on white background

This text has color #E48AE4 on white background.



Black color preview on #E48AE4 background

This text has black color on #E48AE4 background.


White color preview on #E48AE4 background

This text has white color on #E48AE4 background.