COLOR #E77CF8

HEX: #E77CF8
RGB: (231,124,248)

Color info

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

RGB color model

#E77CF8 color RGB value is (231,124,248).

  • red value is 231;
  • green value is 124;
  • blue value is 248.
RGB:
(231,124,248)
(91%,49%,97%)

RGB channels and saturation

R 231 of 255 = 91%
G 124 of 255 = 49%
B 248 of 255 = 97%

231
124
248

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

Portions of RGB colors in percentages

R + G + B =
231 + 124 + 248 = 603 (100%)
R 231 of 603 ~ 38.31%
G 124 of 603 ~ 20.56%
B 248 of 603 ~ 41.13%

%38.31
%20.56
%41.13

CMYK color model

#E77CF8 color CMYK value is (7,50,0,3).

  • cyan value is 6.85%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(7,50,0,3)
C7M50Y0K3 
(7%,50%,0%,3%)
(0.07/0.50/0.00/0.03)	

CMYK percentages

%6.85
%50
%0
%2.75

Codes

Color #E77CF8 in popluar color models

E77CF8
RGB231124248
HSL292°89.86%72.94%
HSB/HSV292°50.00%97.25%
CMYK6.85%50.00%0.00%
2.75%

Color #E77CF8 in popluar number systems.

HEXE77CF8
Decimal231124248
Binary11100111111110011111000
Octal347174370

Shades and tints

Shades of #E77CF8

#E77CF8
(231,124,248)
#D271E2
(210,113,226)
#BD66CC
(189,102,204)
#A85BB6
(168,91,182)
#9350A0
(147,80,160)
#7E458A
(126,69,138)
#693A74
(105,58,116)
#542F5E
(84,47,94)
#3F2448
(63,36,72)
#2A1932
(42,25,50)
#150E1C
(21,14,28)
#000000
(0,0,0)

Tints of #E77CF8

#E77CF8
(231,124,248)
#E987F8
(233,135,248)
#EB92F8
(235,146,248)
#ED9DF8
(237,157,248)
#EFA8F8
(239,168,248)
#F1B3F8
(241,179,248)
#F3BEF8
(243,190,248)
#F5C9F8
(245,201,248)
#F7D4F8
(247,212,248)
#F9DFF8
(249,223,248)
#FBEAF8
(251,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77CF8 color. Also use rgb(231,124,248) instead hex code.

Text Font Color

.myTextColor { color: #E77CF8; }

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

This text font color is #E77CF8.


Background Color

.myBgColor { background-color: #E77CF8; }

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

This div background color is #E77CF8.


Border color

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

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

This div border color is #E77CF8.


Opacity

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

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

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

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

This text has shadow with #E77CF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77CF8 on black background.


Color preview on white background

This text has color #E77CF8 on white background.



Black color preview on #E77CF8 background

This text has black color on #E77CF8 background.


White color preview on #E77CF8 background

This text has white color on #E77CF8 background.