COLOR #E15EB8

HEX: #E15EB8
RGB: (225,94,184)

Color info

#E15EB8 contains mainly red and blue colors. Web safe color of #E15EB8 is #CC66CC (or #C6C).

RGB color model

#E15EB8 color RGB value is (225,94,184).

  • red value is 225;
  • green value is 94;
  • blue value is 184.
RGB:
(225,94,184)
(88%,37%,72%)

RGB channels and saturation

R 225 of 255 = 88%
G 94 of 255 = 37%
B 184 of 255 = 72%

225
94
184

R + G + B ~ 66%. #E15EB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 94 + 184 = 503 (100%)
R 225 of 503 ~ 44.73%
G 94 of 503 ~ 18.69%
B 184 of 503 ~ 36.58%

%44.73
%18.69
%36.58

CMYK color model

#E15EB8 color CMYK value is (0,58,18,12).

  • cyan value is 0.00%
  • magenta value is 58.22%
  • yellow value is 18.22%
  • key color value is 11.76%
CMYK:
(0,58,18,12)
C0M58Y18K12 
(0%,58%,18%,12%)
(0.00/0.58/0.18/0.12)	

CMYK percentages

%0
%58.22
%18.22
%11.76

Codes

Color #E15EB8 in popluar color models

E15EB8
RGB22594184
HSL319°68.59%62.55%
HSB/HSV319°58.22%88.24%
CMYK0.00%58.22%18.22%
11.76%

Color #E15EB8 in popluar number systems.

HEXE15EB8
Decimal22594184
Binary11100001101111010111000
Octal341136270

Shades and tints

Shades of #E15EB8

#E15EB8
(225,94,184)
#CD56A8
(205,86,168)
#B94E98
(185,78,152)
#A54688
(165,70,136)
#913E78
(145,62,120)
#7D3668
(125,54,104)
#692E58
(105,46,88)
#552648
(85,38,72)
#411E38
(65,30,56)
#2D1628
(45,22,40)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #E15EB8

#E15EB8
(225,94,184)
#E36CBE
(227,108,190)
#E57AC4
(229,122,196)
#E788CA
(231,136,202)
#E996D0
(233,150,208)
#EBA4D6
(235,164,214)
#EDB2DC
(237,178,220)
#EFC0E2
(239,192,226)
#F1CEE8
(241,206,232)
#F3DCEE
(243,220,238)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15EB8 color. Also use rgb(225,94,184) instead hex code.

Text Font Color

.myTextColor { color: #E15EB8; }

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

This text font color is #E15EB8.


Background Color

.myBgColor { background-color: #E15EB8; }

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

This div background color is #E15EB8.


Border color

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

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

This div border color is #E15EB8.


Opacity

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

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

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

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

This text has shadow with #E15EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15EB8 on black background.


Color preview on white background

This text has color #E15EB8 on white background.



Black color preview on #E15EB8 background

This text has black color on #E15EB8 background.


White color preview on #E15EB8 background

This text has white color on #E15EB8 background.