COLOR #E48ADE

HEX: #E48ADE
RGB: (228,138,222)

Color info

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

RGB color model

#E48ADE color RGB value is (228,138,222).

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

RGB channels and saturation

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

228
138
222

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

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 222 = 588 (100%)
R 228 of 588 ~ 38.78%
G 138 of 588 ~ 23.47%
B 222 of 588 ~ 37.76%

%38.78
%23.47
%37.76

CMYK color model

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

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

CMYK percentages

%0
%39.47
%2.63
%10.59

Codes

Color #E48ADE in popluar color models

E48ADE
RGB228138222
HSL304°62.50%71.76%
HSB/HSV304°39.47%89.41%
CMYK0.00%39.47%2.63%
10.59%

Color #E48ADE in popluar number systems.

HEXE48ADE
Decimal228138222
Binary111001001000101011011110
Octal344212336

Shades and tints

Shades of #E48ADE

#E48ADE
(228,138,222)
#D07ECA
(208,126,202)
#BC72B6
(188,114,182)
#A866A2
(168,102,162)
#945A8E
(148,90,142)
#804E7A
(128,78,122)
#6C4266
(108,66,102)
#583652
(88,54,82)
#442A3E
(68,42,62)
#301E2A
(48,30,42)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #E48ADE

#E48ADE
(228,138,222)
#E694E1
(230,148,225)
#E89EE4
(232,158,228)
#EAA8E7
(234,168,231)
#ECB2EA
(236,178,234)
#EEBCED
(238,188,237)
#F0C6F0
(240,198,240)
#F2D0F3
(242,208,243)
#F4DAF6
(244,218,246)
#F6E4F9
(246,228,249)
#F8EEFC
(248,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48ADE; }

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

This text font color is #E48ADE.


Background Color

.myBgColor { background-color: #E48ADE; }

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

This div background color is #E48ADE.


Border color

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

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

This div border color is #E48ADE.


Opacity

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

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

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

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

This text has shadow with #E48ADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48ADE on black background.


Color preview on white background

This text has color #E48ADE on white background.



Black color preview on #E48ADE background

This text has black color on #E48ADE background.


White color preview on #E48ADE background

This text has white color on #E48ADE background.