COLOR #E15DA1

HEX: #E15DA1
RGB: (225,93,161)

Color info

#E15DA1 contains mainly red color. Web safe color of #E15DA1 is #CC6699 (or #C69).

RGB color model

#E15DA1 color RGB value is (225,93,161).

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

RGB channels and saturation

R 225 of 255 = 88%
G 93 of 255 = 36%
B 161 of 255 = 63%

225
93
161

R + G + B ~ 62%. #E15DA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 93 + 161 = 479 (100%)
R 225 of 479 ~ 46.97%
G 93 of 479 ~ 19.42%
B 161 of 479 ~ 33.61%

%46.97
%19.42
%33.61

CMYK color model

#E15DA1 color CMYK value is (0,59,28,12).

  • cyan value is 0.00%
  • magenta value is 58.67%
  • yellow value is 28.44%
  • key color value is 11.76%
CMYK:
(0,59,28,12)
C0M59Y28K12 
(0%,59%,28%,12%)
(0.00/0.59/0.28/0.12)	

CMYK percentages

%0
%58.67
%28.44
%11.76

Codes

Color #E15DA1 in popluar color models

E15DA1
RGB22593161
HSL329°68.75%62.35%
HSB/HSV329°58.67%88.24%
CMYK0.00%58.67%28.44%
11.76%

Color #E15DA1 in popluar number systems.

HEXE15DA1
Decimal22593161
Binary11100001101110110100001
Octal341135241

Shades and tints

Shades of #E15DA1

#E15DA1
(225,93,161)
#CD5593
(205,85,147)
#B94D85
(185,77,133)
#A54577
(165,69,119)
#913D69
(145,61,105)
#7D355B
(125,53,91)
#692D4D
(105,45,77)
#55253F
(85,37,63)
#411D31
(65,29,49)
#2D1523
(45,21,35)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #E15DA1

#E15DA1
(225,93,161)
#E36BA9
(227,107,169)
#E579B1
(229,121,177)
#E787B9
(231,135,185)
#E995C1
(233,149,193)
#EBA3C9
(235,163,201)
#EDB1D1
(237,177,209)
#EFBFD9
(239,191,217)
#F1CDE1
(241,205,225)
#F3DBE9
(243,219,233)
#F5E9F1
(245,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E15DA1; }

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

This text font color is #E15DA1.


Background Color

.myBgColor { background-color: #E15DA1; }

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

This div background color is #E15DA1.


Border color

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

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

This div border color is #E15DA1.


Opacity

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

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

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

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

This text has shadow with #E15DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15DA1 on black background.


Color preview on white background

This text has color #E15DA1 on white background.



Black color preview on #E15DA1 background

This text has black color on #E15DA1 background.


White color preview on #E15DA1 background

This text has white color on #E15DA1 background.