COLOR #E15B91

HEX: #E15B91
RGB: (225,91,145)

Color info

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

RGB color model

#E15B91 color RGB value is (225,91,145).

  • red value is 225;
  • green value is 91;
  • blue value is 145.
RGB:
(225,91,145)
(88%,36%,57%)

RGB channels and saturation

R 225 of 255 = 88%
G 91 of 255 = 36%
B 145 of 255 = 57%

225
91
145

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

Portions of RGB colors in percentages

R + G + B =
225 + 91 + 145 = 461 (100%)
R 225 of 461 ~ 48.81%
G 91 of 461 ~ 19.74%
B 145 of 461 ~ 31.45%

%48.81
%19.74
%31.45

CMYK color model

#E15B91 color CMYK value is (0,60,36,12).

  • cyan value is 0.00%
  • magenta value is 59.56%
  • yellow value is 35.56%
  • key color value is 11.76%
CMYK:
(0,60,36,12)
C0M60Y36K12 
(0%,60%,36%,12%)
(0.00/0.60/0.36/0.12)	

CMYK percentages

%0
%59.56
%35.56
%11.76

Codes

Color #E15B91 in popluar color models

E15B91
RGB22591145
HSL336°69.07%61.96%
HSB/HSV336°59.56%88.24%
CMYK0.00%59.56%35.56%
11.76%

Color #E15B91 in popluar number systems.

HEXE15B91
Decimal22591145
Binary11100001101101110010001
Octal341133221

Shades and tints

Shades of #E15B91

#E15B91
(225,91,145)
#CD5384
(205,83,132)
#B94B77
(185,75,119)
#A5436A
(165,67,106)
#913B5D
(145,59,93)
#7D3350
(125,51,80)
#692B43
(105,43,67)
#552336
(85,35,54)
#411B29
(65,27,41)
#2D131C
(45,19,28)
#190B0F
(25,11,15)
#000000
(0,0,0)

Tints of #E15B91

#E15B91
(225,91,145)
#E3699B
(227,105,155)
#E577A5
(229,119,165)
#E785AF
(231,133,175)
#E993B9
(233,147,185)
#EBA1C3
(235,161,195)
#EDAFCD
(237,175,205)
#EFBDD7
(239,189,215)
#F1CBE1
(241,203,225)
#F3D9EB
(243,217,235)
#F5E7F5
(245,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15B91 color. Also use rgb(225,91,145) instead hex code.

Text Font Color

.myTextColor { color: #E15B91; }

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

This text font color is #E15B91.


Background Color

.myBgColor { background-color: #E15B91; }

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

This div background color is #E15B91.


Border color

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

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

This div border color is #E15B91.


Opacity

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

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

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

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

This text has shadow with #E15B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15B91 on black background.


Color preview on white background

This text has color #E15B91 on white background.



Black color preview on #E15B91 background

This text has black color on #E15B91 background.


White color preview on #E15B91 background

This text has white color on #E15B91 background.