COLOR #E15D8C

HEX: #E15D8C
RGB: (225,93,140)

Color info

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

RGB color model

#E15D8C color RGB value is (225,93,140).

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

RGB channels and saturation

R 225 of 255 = 88%
G 93 of 255 = 36%
B 140 of 255 = 55%

225
93
140

R + G + B ~ 60%. #E15D8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 93 + 140 = 458 (100%)
R 225 of 458 ~ 49.13%
G 93 of 458 ~ 20.31%
B 140 of 458 ~ 30.57%

%49.13
%20.31
%30.57

CMYK color model

#E15D8C color CMYK value is (0,59,38,12).

  • cyan value is 0.00%
  • magenta value is 58.67%
  • yellow value is 37.78%
  • key color value is 11.76%
CMYK:
(0,59,38,12)
C0M59Y38K12 
(0%,59%,38%,12%)
(0.00/0.59/0.38/0.12)	

CMYK percentages

%0
%58.67
%37.78
%11.76

Codes

Color #E15D8C in popluar color models

E15D8C
RGB22593140
HSL339°68.75%62.35%
HSB/HSV339°58.67%88.24%
CMYK0.00%58.67%37.78%
11.76%

Color #E15D8C in popluar number systems.

HEXE15D8C
Decimal22593140
Binary11100001101110110001100
Octal341135214

Shades and tints

Shades of #E15D8C

#E15D8C
(225,93,140)
#CD5580
(205,85,128)
#B94D74
(185,77,116)
#A54568
(165,69,104)
#913D5C
(145,61,92)
#7D3550
(125,53,80)
#692D44
(105,45,68)
#552538
(85,37,56)
#411D2C
(65,29,44)
#2D1520
(45,21,32)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #E15D8C

#E15D8C
(225,93,140)
#E36B96
(227,107,150)
#E579A0
(229,121,160)
#E787AA
(231,135,170)
#E995B4
(233,149,180)
#EBA3BE
(235,163,190)
#EDB1C8
(237,177,200)
#EFBFD2
(239,191,210)
#F1CDDC
(241,205,220)
#F3DBE6
(243,219,230)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E15D8C; }

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

This text font color is #E15D8C.


Background Color

.myBgColor { background-color: #E15D8C; }

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

This div background color is #E15D8C.


Border color

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

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

This div border color is #E15D8C.


Opacity

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

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

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

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

This text has shadow with #E15D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15D8C on black background.


Color preview on white background

This text has color #E15D8C on white background.



Black color preview on #E15D8C background

This text has black color on #E15D8C background.


White color preview on #E15D8C background

This text has white color on #E15D8C background.