COLOR #E15DA6

HEX: #E15DA6
RGB: (225,93,166)

Color info

#E15DA6 contains mainly red and blue colors. Web safe color of #E15DA6 is #CC6699 (or #C69).

RGB color model

#E15DA6 color RGB value is (225,93,166).

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

RGB channels and saturation

R 225 of 255 = 88%
G 93 of 255 = 36%
B 166 of 255 = 65%

225
93
166

R + G + B ~ 63%. #E15DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 93 + 166 = 484 (100%)
R 225 of 484 ~ 46.49%
G 93 of 484 ~ 19.21%
B 166 of 484 ~ 34.3%

%46.49
%19.21
%34.3

CMYK color model

#E15DA6 color CMYK value is (0,59,26,12).

  • cyan value is 0.00%
  • magenta value is 58.67%
  • yellow value is 26.22%
  • key color value is 11.76%
CMYK:
(0,59,26,12)
C0M59Y26K12 
(0%,59%,26%,12%)
(0.00/0.59/0.26/0.12)	

CMYK percentages

%0
%58.67
%26.22
%11.76

Codes

Color #E15DA6 in popluar color models

E15DA6
RGB22593166
HSL327°68.75%62.35%
HSB/HSV327°58.67%88.24%
CMYK0.00%58.67%26.22%
11.76%

Color #E15DA6 in popluar number systems.

HEXE15DA6
Decimal22593166
Binary11100001101110110100110
Octal341135246

Shades and tints

Shades of #E15DA6

#E15DA6
(225,93,166)
#CD5597
(205,85,151)
#B94D88
(185,77,136)
#A54579
(165,69,121)
#913D6A
(145,61,106)
#7D355B
(125,53,91)
#692D4C
(105,45,76)
#55253D
(85,37,61)
#411D2E
(65,29,46)
#2D151F
(45,21,31)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #E15DA6

#E15DA6
(225,93,166)
#E36BAE
(227,107,174)
#E579B6
(229,121,182)
#E787BE
(231,135,190)
#E995C6
(233,149,198)
#EBA3CE
(235,163,206)
#EDB1D6
(237,177,214)
#EFBFDE
(239,191,222)
#F1CDE6
(241,205,230)
#F3DBEE
(243,219,238)
#F5E9F6
(245,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E15DA6; }

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

This text font color is #E15DA6.


Background Color

.myBgColor { background-color: #E15DA6; }

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

This div background color is #E15DA6.


Border color

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

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

This div border color is #E15DA6.


Opacity

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

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

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

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

This text has shadow with #E15DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15DA6 on black background.


Color preview on white background

This text has color #E15DA6 on white background.



Black color preview on #E15DA6 background

This text has black color on #E15DA6 background.


White color preview on #E15DA6 background

This text has white color on #E15DA6 background.