COLOR #E187F4

HEX: #E187F4
RGB: (225,135,244)

Color info

#E187F4 contains mainly red and blue colors. Web safe color of #E187F4 is #CC99FF (or #C9F).

RGB color model

#E187F4 color RGB value is (225,135,244).

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

RGB channels and saturation

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

225
135
244

R + G + B ~ 79%. #E187F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 135 + 244 = 604 (100%)
R 225 of 604 ~ 37.25%
G 135 of 604 ~ 22.35%
B 244 of 604 ~ 40.4%

%37.25
%22.35
%40.4

CMYK color model

#E187F4 color CMYK value is (8,45,0,4).

  • cyan value is 7.79%
  • magenta value is 44.67%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(8,45,0,4)
C8M45Y0K4 
(8%,45%,0%,4%)
(0.08/0.45/0.00/0.04)	

CMYK percentages

%7.79
%44.67
%0
%4.31

Codes

Color #E187F4 in popluar color models

E187F4
RGB225135244
HSL290°83.21%74.31%
HSB/HSV290°44.67%95.69%
CMYK7.79%44.67%0.00%
4.31%

Color #E187F4 in popluar number systems.

HEXE187F4
Decimal225135244
Binary111000011000011111110100
Octal341207364

Shades and tints

Shades of #E187F4

#E187F4
(225,135,244)
#CD7BDE
(205,123,222)
#B96FC8
(185,111,200)
#A563B2
(165,99,178)
#91579C
(145,87,156)
#7D4B86
(125,75,134)
#693F70
(105,63,112)
#55335A
(85,51,90)
#412744
(65,39,68)
#2D1B2E
(45,27,46)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #E187F4

#E187F4
(225,135,244)
#E391F5
(227,145,245)
#E59BF6
(229,155,246)
#E7A5F7
(231,165,247)
#E9AFF8
(233,175,248)
#EBB9F9
(235,185,249)
#EDC3FA
(237,195,250)
#EFCDFB
(239,205,251)
#F1D7FC
(241,215,252)
#F3E1FD
(243,225,253)
#F5EBFE
(245,235,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E187F4; }

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

This text font color is #E187F4.


Background Color

.myBgColor { background-color: #E187F4; }

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

This div background color is #E187F4.


Border color

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

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

This div border color is #E187F4.


Opacity

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

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

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

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

This text has shadow with #E187F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E187F4 on black background.


Color preview on white background

This text has color #E187F4 on white background.



Black color preview on #E187F4 background

This text has black color on #E187F4 background.


White color preview on #E187F4 background

This text has white color on #E187F4 background.