COLOR #E15D9F

HEX: #E15D9F RGB: (225,93,159)

Color info

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

RGB color model

#E15D9F color RGB value is (225,93,159).

RGB: (225,93,159) (88%, 36%, 62%)

RGB channels and saturation

R 225 of 255 = 88%
G 93 of 255 = 36%
B 159 of 255 = 62%

225
93
159

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

Portions of RGB colors in percentages

R + G + B = 225 + 93 + 159 = 477 (100%)
R 225 of 477 ~ 47.17%
G 93 of 477 ~ 19.5%
B 159 of 477 ~ 33.33'%

%47.17
%19.5
%33.33

CMYK color model

#E15D9F color CMYK value is (0,59,29,12).

  • cyan value is 0.00%
  • magenta value is 58.67%
  • yellow value is 29.33%
  • key color value is 11.76%

CMYK: (0,59,29,12)
C0M59Y29K12 (0%, 59%, 29%, 12%)
(0.00 / 0.59 / 0.29 / 0.12)

CMYK percentages

%0
%58.67
%29.33
%11.76

Codes

Color #E15D9F in popluar color models

E1 5D 9F
RGB 225 93 159
HSL 330° 68.75% 62.35%
HSB/HSV 330° 58.67% 88.24%
CMYK 0.00% 58.67% 29.33%
11.76%

Color #E15D9F in popluar number systems.

HEX E1 5D 9F
Decimal 225 93 159
Binary 11100001 1011101 10011111
Octal 341 135 237

Shades and tints

Shades of #E15D9F

#E15D9F
(225,93,159)
#CD5591
(205,85,145)
#B94D83
(185,77,131)
#A54575
(165,69,117)
#913D67
(145,61,103)
#7D3559
(125,53,89)
#692D4B
(105,45,75)
#55253D
(85,37,61)
#411D2F
(65,29,47)
#2D1521
(45,21,33)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #E15D9F

#E15D9F
(225,93,159)
#E36BA7
(227,107,167)
#E579AF
(229,121,175)
#E787B7
(231,135,183)
#E995BF
(233,149,191)
#EBA3C7
(235,163,199)
#EDB1CF
(237,177,207)
#EFBFD7
(239,191,215)
#F1CDDF
(241,205,223)
#F3DBE7
(243,219,231)
#F5E9EF
(245,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E15D9F; }

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

This text font color is #E15D9F.

Background Color

.myBgColor { background-color: #E15D9F; }

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

This div background color is #E15D9F.

Border color

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

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

This div border color is #E15D9F.

Opacity

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

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

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

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

This text has shadow with #E15D9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E15D9F.

Preview

Color preview on black background

This text has color #E15D9F on black background.


Color preview on white background

This text has color #E15D9F on white background.


Black color preview on #E15D9F background

This text has black color on #E15D9F background.


White color preview on #E15D9F background

This text has white color on #E15D9F background.


Related colors

Complementary color

Complementary color for #hex is #1EA260.


I love getcolorcode.com

Triadic colors

1 #9FE15D and #5D9FE1 with #E15D9F are triadic colors.

2 #9F5DE1 and #5DE19F with #E15D9F are triadic colors.