COLOR #E15394

HEX: #E15394
RGB: (225,83,148)

Color info

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

RGB color model

#E15394 color RGB value is (225,83,148).

  • red value is 225;
  • green value is 83;
  • blue value is 148.
RGB:
(225,83,148)
(88%,33%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 83 of 255 = 33%
B 148 of 255 = 58%

225
83
148

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

Portions of RGB colors in percentages

R + G + B =
225 + 83 + 148 = 456 (100%)
R 225 of 456 ~ 49.34%
G 83 of 456 ~ 18.2%
B 148 of 456 ~ 32.46%

%49.34
%18.2
%32.46

CMYK color model

#E15394 color CMYK value is (0,63,34,12).

  • cyan value is 0.00%
  • magenta value is 63.11%
  • yellow value is 34.22%
  • key color value is 11.76%
CMYK:
(0,63,34,12)
C0M63Y34K12 
(0%,63%,34%,12%)
(0.00/0.63/0.34/0.12)	

CMYK percentages

%0
%63.11
%34.22
%11.76

Codes

Color #E15394 in popluar color models

E15394
RGB22583148
HSL333°70.30%60.39%
HSB/HSV333°63.11%88.24%
CMYK0.00%63.11%34.22%
11.76%

Color #E15394 in popluar number systems.

HEXE15394
Decimal22583148
Binary11100001101001110010100
Octal341123224

Shades and tints

Shades of #E15394

#E15394
(225,83,148)
#CD4C87
(205,76,135)
#B9457A
(185,69,122)
#A53E6D
(165,62,109)
#913760
(145,55,96)
#7D3053
(125,48,83)
#692946
(105,41,70)
#552239
(85,34,57)
#411B2C
(65,27,44)
#2D141F
(45,20,31)
#190D12
(25,13,18)
#000000
(0,0,0)

Tints of #E15394

#E15394
(225,83,148)
#E3629D
(227,98,157)
#E571A6
(229,113,166)
#E780AF
(231,128,175)
#E98FB8
(233,143,184)
#EB9EC1
(235,158,193)
#EDADCA
(237,173,202)
#EFBCD3
(239,188,211)
#F1CBDC
(241,203,220)
#F3DAE5
(243,218,229)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15394 color. Also use rgb(225,83,148) instead hex code.

Text Font Color

.myTextColor { color: #E15394; }

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

This text font color is #E15394.


Background Color

.myBgColor { background-color: #E15394; }

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

This div background color is #E15394.


Border color

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

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

This div border color is #E15394.


Opacity

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

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

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

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

This text has shadow with #E15394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15394 on black background.


Color preview on white background

This text has color #E15394 on white background.



Black color preview on #E15394 background

This text has black color on #E15394 background.


White color preview on #E15394 background

This text has white color on #E15394 background.