COLOR #E187E1

HEX: #E187E1
RGB: (225,135,225)

Color info

#E187E1 contains mainly red and blue colors. Web safe color of #E187E1 is #CC99CC (or #C9C).

RGB color model

#E187E1 color RGB value is (225,135,225).

  • red value is 225;
  • green value is 135;
  • blue value is 225.
RGB:
(225,135,225)
(88%,53%,88%)

RGB channels and saturation

R 225 of 255 = 88%
G 135 of 255 = 53%
B 225 of 255 = 88%

225
135
225

R + G + B ~ 76%. #E187E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 135 + 225 = 585 (100%)
R 225 of 585 ~ 38.46%
G 135 of 585 ~ 23.08%
B 225 of 585 ~ 38.46%

%38.46
%23.08
%38.46

CMYK color model

#E187E1 color CMYK value is (0,40,0,12).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(0,40,0,12)
C0M40Y0K12 
(0%,40%,0%,12%)
(0.00/0.40/0.00/0.12)	

CMYK percentages

%0
%40
%0
%11.76

Codes

Color #E187E1 in popluar color models

E187E1
RGB225135225
HSL300°60.00%70.59%
HSB/HSV300°40.00%88.24%
CMYK0.00%40.00%0.00%
11.76%

Color #E187E1 in popluar number systems.

HEXE187E1
Decimal225135225
Binary111000011000011111100001
Octal341207341

Shades and tints

Shades of #E187E1

#E187E1
(225,135,225)
#CD7BCD
(205,123,205)
#B96FB9
(185,111,185)
#A563A5
(165,99,165)
#915791
(145,87,145)
#7D4B7D
(125,75,125)
#693F69
(105,63,105)
#553355
(85,51,85)
#412741
(65,39,65)
#2D1B2D
(45,27,45)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #E187E1

#E187E1
(225,135,225)
#E391E3
(227,145,227)
#E59BE5
(229,155,229)
#E7A5E7
(231,165,231)
#E9AFE9
(233,175,233)
#EBB9EB
(235,185,235)
#EDC3ED
(237,195,237)
#EFCDEF
(239,205,239)
#F1D7F1
(241,215,241)
#F3E1F3
(243,225,243)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E187E1; }

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

This text font color is #E187E1.


Background Color

.myBgColor { background-color: #E187E1; }

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

This div background color is #E187E1.


Border color

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

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

This div border color is #E187E1.


Opacity

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

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

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

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

This text has shadow with #E187E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E187E1 on black background.


Color preview on white background

This text has color #E187E1 on white background.



Black color preview on #E187E1 background

This text has black color on #E187E1 background.


White color preview on #E187E1 background

This text has white color on #E187E1 background.