COLOR #E48DD6

HEX: #E48DD6
RGB: (228,141,214)

Color info

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

RGB color model

#E48DD6 color RGB value is (228,141,214).

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

RGB channels and saturation

R 228 of 255 = 89%
G 141 of 255 = 55%
B 214 of 255 = 84%

228
141
214

R + G + B ~ 76%. #E48DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 141 + 214 = 583 (100%)
R 228 of 583 ~ 39.11%
G 141 of 583 ~ 24.19%
B 214 of 583 ~ 36.71%

%39.11
%24.19
%36.71

CMYK color model

#E48DD6 color CMYK value is (0,38,6,11).

  • cyan value is 0.00%
  • magenta value is 38.16%
  • yellow value is 6.14%
  • key color value is 10.59%
CMYK:
(0,38,6,11)
C0M38Y6K11 
(0%,38%,6%,11%)
(0.00/0.38/0.06/0.11)	

CMYK percentages

%0
%38.16
%6.14
%10.59

Codes

Color #E48DD6 in popluar color models

E48DD6
RGB228141214
HSL310°61.70%72.35%
HSB/HSV310°38.16%89.41%
CMYK0.00%38.16%6.14%
10.59%

Color #E48DD6 in popluar number systems.

HEXE48DD6
Decimal228141214
Binary111001001000110111010110
Octal344215326

Shades and tints

Shades of #E48DD6

#E48DD6
(228,141,214)
#D081C3
(208,129,195)
#BC75B0
(188,117,176)
#A8699D
(168,105,157)
#945D8A
(148,93,138)
#805177
(128,81,119)
#6C4564
(108,69,100)
#583951
(88,57,81)
#442D3E
(68,45,62)
#30212B
(48,33,43)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #E48DD6

#E48DD6
(228,141,214)
#E697D9
(230,151,217)
#E8A1DC
(232,161,220)
#EAABDF
(234,171,223)
#ECB5E2
(236,181,226)
#EEBFE5
(238,191,229)
#F0C9E8
(240,201,232)
#F2D3EB
(242,211,235)
#F4DDEE
(244,221,238)
#F6E7F1
(246,231,241)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48DD6; }

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

This text font color is #E48DD6.


Background Color

.myBgColor { background-color: #E48DD6; }

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

This div background color is #E48DD6.


Border color

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

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

This div border color is #E48DD6.


Opacity

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

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

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

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

This text has shadow with #E48DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48DD6 on black background.


Color preview on white background

This text has color #E48DD6 on white background.



Black color preview on #E48DD6 background

This text has black color on #E48DD6 background.


White color preview on #E48DD6 background

This text has white color on #E48DD6 background.