COLOR #E77FFE

HEX: #E77FFE RGB: (231,127,254)

Color info

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

RGB color model

#E77FFE color RGB value is (231,127,254).

RGB: (231,127,254) (91%, 50%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 127 of 255 = 50%
B 254 of 255 = 100%

231
127
254

R + G + B ~ 80%. #E77FFE is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 127 + 254 = 612 (100%)
R 231 of 612 ~ 37.75%
G 127 of 612 ~ 20.75%
B 254 of 612 ~ 41.5'%

%37.75
%20.75
%41.5

CMYK color model

#E77FFE color CMYK value is (9,50,0,0).

  • cyan value is 9.06%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (9,50,0,0)
C9M50Y0K0 (9%, 50%, 0%, 0%)
(0.09 / 0.50 / 0.00 / 0.00)

CMYK percentages

%9.06
%50
%0
%0.39

Codes

Color #E77FFE in popluar color models

E7 7F FE
RGB 231 127 254
HSL 289° 98.45% 74.71%
HSB/HSV 289° 50.00% 99.61%
CMYK 9.06% 50.00% 0.00%
0.39%

Color #E77FFE in popluar number systems.

HEX E7 7F FE
Decimal 231 127 254
Binary 11100111 1111111 11111110
Octal 347 177 376

Shades and tints

Shades of #E77FFE

#E77FFE
(231,127,254)
#D274E7
(210,116,231)
#BD69D0
(189,105,208)
#A85EB9
(168,94,185)
#9353A2
(147,83,162)
#7E488B
(126,72,139)
#693D74
(105,61,116)
#54325D
(84,50,93)
#3F2746
(63,39,70)
#2A1C2F
(42,28,47)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #E77FFE

#E77FFE
(231,127,254)
#E98AFE
(233,138,254)
#EB95FE
(235,149,254)
#EDA0FE
(237,160,254)
#EFABFE
(239,171,254)
#F1B6FE
(241,182,254)
#F3C1FE
(243,193,254)
#F5CCFE
(245,204,254)
#F7D7FE
(247,215,254)
#F9E2FE
(249,226,254)
#FBEDFE
(251,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77FFE color. Also use rgb(231,127,254) instead hex code.

Text Font Color

.myTextColor { color: #E77FFE; }

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

This text font color is #E77FFE.

Background Color

.myBgColor { background-color: #E77FFE; }

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

This div background color is #E77FFE.

Border color

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

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

This div border color is #E77FFE.

Opacity

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

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

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

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

This text has shadow with #E77FFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E77FFE.

Preview

Color preview on black background

This text has color #E77FFE on black background.


Color preview on white background

This text has color #E77FFE on white background.


Black color preview on #E77FFE background

This text has black color on #E77FFE background.


White color preview on #E77FFE background

This text has white color on #E77FFE background.


Related colors

Complementary color

Complementary color for #hex is #188001.


I love getcolorcode.com

Triadic colors

1 #FEE77F and #7FFEE7 with #E77FFE are triadic colors.

2 #FE7FE7 and #7FE7FE with #E77FFE are triadic colors.