COLOR #E15DD7

HEX: #E15DD7
RGB: (225,93,215)

Color info

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

RGB color model

#E15DD7 color RGB value is (225,93,215).

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

RGB channels and saturation

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

225
93
215

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

Portions of RGB colors in percentages

R + G + B =
225 + 93 + 215 = 533 (100%)
R 225 of 533 ~ 42.21%
G 93 of 533 ~ 17.45%
B 215 of 533 ~ 40.34%

%42.21
%17.45
%40.34

CMYK color model

#E15DD7 color CMYK value is (0,59,4,12).

  • cyan value is 0.00%
  • magenta value is 58.67%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(0,59,4,12)
C0M59Y4K12 
(0%,59%,4%,12%)
(0.00/0.59/0.04/0.12)	

CMYK percentages

%0
%58.67
%4.44
%11.76

Codes

Color #E15DD7 in popluar color models

E15DD7
RGB22593215
HSL305°68.75%62.35%
HSB/HSV305°58.67%88.24%
CMYK0.00%58.67%4.44%
11.76%

Color #E15DD7 in popluar number systems.

HEXE15DD7
Decimal22593215
Binary11100001101110111010111
Octal341135327

Shades and tints

Shades of #E15DD7

#E15DD7
(225,93,215)
#CD55C4
(205,85,196)
#B94DB1
(185,77,177)
#A5459E
(165,69,158)
#913D8B
(145,61,139)
#7D3578
(125,53,120)
#692D65
(105,45,101)
#552552
(85,37,82)
#411D3F
(65,29,63)
#2D152C
(45,21,44)
#190D19
(25,13,25)
#000000
(0,0,0)

Tints of #E15DD7

#E15DD7
(225,93,215)
#E36BDA
(227,107,218)
#E579DD
(229,121,221)
#E787E0
(231,135,224)
#E995E3
(233,149,227)
#EBA3E6
(235,163,230)
#EDB1E9
(237,177,233)
#EFBFEC
(239,191,236)
#F1CDEF
(241,205,239)
#F3DBF2
(243,219,242)
#F5E9F5
(245,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E15DD7; }

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

This text font color is #E15DD7.


Background Color

.myBgColor { background-color: #E15DD7; }

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

This div background color is #E15DD7.


Border color

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

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

This div border color is #E15DD7.


Opacity

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

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

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

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

This text has shadow with #E15DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15DD7 on black background.


Color preview on white background

This text has color #E15DD7 on white background.



Black color preview on #E15DD7 background

This text has black color on #E15DD7 background.


White color preview on #E15DD7 background

This text has white color on #E15DD7 background.