COLOR #E15BDA

HEX: #E15BDA
RGB: (225,91,218)

Color info

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

RGB color model

#E15BDA color RGB value is (225,91,218).

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

RGB channels and saturation

R 225 of 255 = 88%
G 91 of 255 = 36%
B 218 of 255 = 85%

225
91
218

R + G + B ~ 70%. #E15BDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 91 + 218 = 534 (100%)
R 225 of 534 ~ 42.13%
G 91 of 534 ~ 17.04%
B 218 of 534 ~ 40.82%

%42.13
%17.04
%40.82

CMYK color model

#E15BDA color CMYK value is (0,60,3,12).

  • cyan value is 0.00%
  • magenta value is 59.56%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(0,60,3,12)
C0M60Y3K12 
(0%,60%,3%,12%)
(0.00/0.60/0.03/0.12)	

CMYK percentages

%0
%59.56
%3.11
%11.76

Codes

Color #E15BDA in popluar color models

E15BDA
RGB22591218
HSL303°69.07%61.96%
HSB/HSV303°59.56%88.24%
CMYK0.00%59.56%3.11%
11.76%

Color #E15BDA in popluar number systems.

HEXE15BDA
Decimal22591218
Binary11100001101101111011010
Octal341133332

Shades and tints

Shades of #E15BDA

#E15BDA
(225,91,218)
#CD53C7
(205,83,199)
#B94BB4
(185,75,180)
#A543A1
(165,67,161)
#913B8E
(145,59,142)
#7D337B
(125,51,123)
#692B68
(105,43,104)
#552355
(85,35,85)
#411B42
(65,27,66)
#2D132F
(45,19,47)
#190B1C
(25,11,28)
#000000
(0,0,0)

Tints of #E15BDA

#E15BDA
(225,91,218)
#E369DD
(227,105,221)
#E577E0
(229,119,224)
#E785E3
(231,133,227)
#E993E6
(233,147,230)
#EBA1E9
(235,161,233)
#EDAFEC
(237,175,236)
#EFBDEF
(239,189,239)
#F1CBF2
(241,203,242)
#F3D9F5
(243,217,245)
#F5E7F8
(245,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E15BDA; }

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

This text font color is #E15BDA.


Background Color

.myBgColor { background-color: #E15BDA; }

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

This div background color is #E15BDA.


Border color

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

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

This div border color is #E15BDA.


Opacity

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

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

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

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

This text has shadow with #E15BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15BDA on black background.


Color preview on white background

This text has color #E15BDA on white background.



Black color preview on #E15BDA background

This text has black color on #E15BDA background.


White color preview on #E15BDA background

This text has white color on #E15BDA background.