COLOR #E15DD6

HEX: #E15DD6
RGB: (225,93,214)

Color info

#E15DD6 contains mainly red and blue colors. Web safe color of #E15DD6 is #CC66CC (or #C6C).

RGB color model

#E15DD6 color RGB value is (225,93,214).

  • red value is 225;
  • green value is 93;
  • blue value is 214.
RGB:
(225,93,214)
(88%,36%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 93 of 255 = 36%
B 214 of 255 = 84%

225
93
214

R + G + B ~ 69%. #E15DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 93 + 214 = 532 (100%)
R 225 of 532 ~ 42.29%
G 93 of 532 ~ 17.48%
B 214 of 532 ~ 40.23%

%42.29
%17.48
%40.23

CMYK color model

#E15DD6 color CMYK value is (0,59,5,12).

  • cyan value is 0.00%
  • magenta value is 58.67%
  • yellow value is 4.89%
  • key color value is 11.76%
CMYK:
(0,59,5,12)
C0M59Y5K12 
(0%,59%,5%,12%)
(0.00/0.59/0.05/0.12)	

CMYK percentages

%0
%58.67
%4.89
%11.76

Codes

Color #E15DD6 in popluar color models

E15DD6
RGB22593214
HSL305°68.75%62.35%
HSB/HSV305°58.67%88.24%
CMYK0.00%58.67%4.89%
11.76%

Color #E15DD6 in popluar number systems.

HEXE15DD6
Decimal22593214
Binary11100001101110111010110
Octal341135326

Shades and tints

Shades of #E15DD6

#E15DD6
(225,93,214)
#CD55C3
(205,85,195)
#B94DB0
(185,77,176)
#A5459D
(165,69,157)
#913D8A
(145,61,138)
#7D3577
(125,53,119)
#692D64
(105,45,100)
#552551
(85,37,81)
#411D3E
(65,29,62)
#2D152B
(45,21,43)
#190D18
(25,13,24)
#000000
(0,0,0)

Tints of #E15DD6

#E15DD6
(225,93,214)
#E36BD9
(227,107,217)
#E579DC
(229,121,220)
#E787DF
(231,135,223)
#E995E2
(233,149,226)
#EBA3E5
(235,163,229)
#EDB1E8
(237,177,232)
#EFBFEB
(239,191,235)
#F1CDEE
(241,205,238)
#F3DBF1
(243,219,241)
#F5E9F4
(245,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15DD6 color. Also use rgb(225,93,214) instead hex code.

Text Font Color

.myTextColor { color: #E15DD6; }

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

This text font color is #E15DD6.


Background Color

.myBgColor { background-color: #E15DD6; }

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

This div background color is #E15DD6.


Border color

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

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

This div border color is #E15DD6.


Opacity

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

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

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

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

This text has shadow with #E15DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15DD6 on black background.


Color preview on white background

This text has color #E15DD6 on white background.



Black color preview on #E15DD6 background

This text has black color on #E15DD6 background.


White color preview on #E15DD6 background

This text has white color on #E15DD6 background.