COLOR #E77EF1

HEX: #E77EF1
RGB: (231,126,241)

Color info

#E77EF1 contains mainly red and blue colors. Web safe color of #E77EF1 is #FF66FF (or #F6F).

RGB color model

#E77EF1 color RGB value is (231,126,241).

  • red value is 231;
  • green value is 126;
  • blue value is 241.
RGB:
(231,126,241)
(91%,49%,95%)

RGB channels and saturation

R 231 of 255 = 91%
G 126 of 255 = 49%
B 241 of 255 = 95%

231
126
241

R + G + B ~ 78%. #E77EF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 126 + 241 = 598 (100%)
R 231 of 598 ~ 38.63%
G 126 of 598 ~ 21.07%
B 241 of 598 ~ 40.3%

%38.63
%21.07
%40.3

CMYK color model

#E77EF1 color CMYK value is (4,48,0,5).

  • cyan value is 4.15%
  • magenta value is 47.72%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(4,48,0,5)
C4M48Y0K5 
(4%,48%,0%,5%)
(0.04/0.48/0.00/0.05)	

CMYK percentages

%4.15
%47.72
%0
%5.49

Codes

Color #E77EF1 in popluar color models

E77EF1
RGB231126241
HSL295°80.42%71.96%
HSB/HSV295°47.72%94.51%
CMYK4.15%47.72%0.00%
5.49%

Color #E77EF1 in popluar number systems.

HEXE77EF1
Decimal231126241
Binary11100111111111011110001
Octal347176361

Shades and tints

Shades of #E77EF1

#E77EF1
(231,126,241)
#D273DC
(210,115,220)
#BD68C7
(189,104,199)
#A85DB2
(168,93,178)
#93529D
(147,82,157)
#7E4788
(126,71,136)
#693C73
(105,60,115)
#54315E
(84,49,94)
#3F2649
(63,38,73)
#2A1B34
(42,27,52)
#15101F
(21,16,31)
#000000
(0,0,0)

Tints of #E77EF1

#E77EF1
(231,126,241)
#E989F2
(233,137,242)
#EB94F3
(235,148,243)
#ED9FF4
(237,159,244)
#EFAAF5
(239,170,245)
#F1B5F6
(241,181,246)
#F3C0F7
(243,192,247)
#F5CBF8
(245,203,248)
#F7D6F9
(247,214,249)
#F9E1FA
(249,225,250)
#FBECFB
(251,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77EF1 color. Also use rgb(231,126,241) instead hex code.

Text Font Color

.myTextColor { color: #E77EF1; }

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

This text font color is #E77EF1.


Background Color

.myBgColor { background-color: #E77EF1; }

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

This div background color is #E77EF1.


Border color

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

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

This div border color is #E77EF1.


Opacity

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

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

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

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

This text has shadow with #E77EF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77EF1 on black background.


Color preview on white background

This text has color #E77EF1 on white background.



Black color preview on #E77EF1 background

This text has black color on #E77EF1 background.


White color preview on #E77EF1 background

This text has white color on #E77EF1 background.