COLOR #E177F4

HEX: #E177F4
RGB: (225,119,244)

Color info

#E177F4 contains mainly red and blue colors. Web safe color of #E177F4 is #CC66FF (or #C6F).

RGB color model

#E177F4 color RGB value is (225,119,244).

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

RGB channels and saturation

R 225 of 255 = 88%
G 119 of 255 = 47%
B 244 of 255 = 96%

225
119
244

R + G + B ~ 77%. #E177F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 119 + 244 = 588 (100%)
R 225 of 588 ~ 38.27%
G 119 of 588 ~ 20.24%
B 244 of 588 ~ 41.5%

%38.27
%20.24
%41.5

CMYK color model

#E177F4 color CMYK value is (8,51,0,4).

  • cyan value is 7.79%
  • magenta value is 51.23%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(8,51,0,4)
C8M51Y0K4 
(8%,51%,0%,4%)
(0.08/0.51/0.00/0.04)	

CMYK percentages

%7.79
%51.23
%0
%4.31

Codes

Color #E177F4 in popluar color models

E177F4
RGB225119244
HSL291°85.03%71.18%
HSB/HSV291°51.23%95.69%
CMYK7.79%51.23%0.00%
4.31%

Color #E177F4 in popluar number systems.

HEXE177F4
Decimal225119244
Binary11100001111011111110100
Octal341167364

Shades and tints

Shades of #E177F4

#E177F4
(225,119,244)
#CD6DDE
(205,109,222)
#B963C8
(185,99,200)
#A559B2
(165,89,178)
#914F9C
(145,79,156)
#7D4586
(125,69,134)
#693B70
(105,59,112)
#55315A
(85,49,90)
#412744
(65,39,68)
#2D1D2E
(45,29,46)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #E177F4

#E177F4
(225,119,244)
#E383F5
(227,131,245)
#E58FF6
(229,143,246)
#E79BF7
(231,155,247)
#E9A7F8
(233,167,248)
#EBB3F9
(235,179,249)
#EDBFFA
(237,191,250)
#EFCBFB
(239,203,251)
#F1D7FC
(241,215,252)
#F3E3FD
(243,227,253)
#F5EFFE
(245,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E177F4; }

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

This text font color is #E177F4.


Background Color

.myBgColor { background-color: #E177F4; }

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

This div background color is #E177F4.


Border color

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

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

This div border color is #E177F4.


Opacity

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

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

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

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

This text has shadow with #E177F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E177F4 on black background.


Color preview on white background

This text has color #E177F4 on white background.



Black color preview on #E177F4 background

This text has black color on #E177F4 background.


White color preview on #E177F4 background

This text has white color on #E177F4 background.