COLOR #E771F9

HEX: #E771F9 RGB: (231,113,249)

Color info

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

RGB color model

#E771F9 color RGB value is (231,113,249).

RGB: (231,113,249) (91%, 44%, 98%)

RGB channels and saturation

R 231 of 255 = 91%
G 113 of 255 = 44%
B 249 of 255 = 98%

231
113
249

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

Portions of RGB colors in percentages

R + G + B = 231 + 113 + 249 = 593 (100%)
R 231 of 593 ~ 38.95%
G 113 of 593 ~ 19.06%
B 249 of 593 ~ 41.99'%

%38.95
%19.06
%41.99

CMYK color model

#E771F9 color CMYK value is (7,55,0,2).

  • cyan value is 7.23%
  • magenta value is 54.62%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (7,55,0,2)
C7M55Y0K2 (7%, 55%, 0%, 2%)
(0.07 / 0.55 / 0.00 / 0.02)

CMYK percentages

%7.23
%54.62
%0
%2.35

Codes

Color #E771F9 in popluar color models

E7 71 F9
RGB 231 113 249
HSL 292° 91.89% 70.98%
HSB/HSV 292° 54.62% 97.65%
CMYK 7.23% 54.62% 0.00%
2.35%

Color #E771F9 in popluar number systems.

HEX E7 71 F9
Decimal 231 113 249
Binary 11100111 1110001 11111001
Octal 347 161 371

Shades and tints

Shades of #E771F9

#E771F9
(231,113,249)
#D267E3
(210,103,227)
#BD5DCD
(189,93,205)
#A853B7
(168,83,183)
#9349A1
(147,73,161)
#7E3F8B
(126,63,139)
#693575
(105,53,117)
#542B5F
(84,43,95)
#3F2149
(63,33,73)
#2A1733
(42,23,51)
#150D1D
(21,13,29)
#000000
(0,0,0)

Tints of #E771F9

#E771F9
(231,113,249)
#E97DF9
(233,125,249)
#EB89F9
(235,137,249)
#ED95F9
(237,149,249)
#EFA1F9
(239,161,249)
#F1ADF9
(241,173,249)
#F3B9F9
(243,185,249)
#F5C5F9
(245,197,249)
#F7D1F9
(247,209,249)
#F9DDF9
(249,221,249)
#FBE9F9
(251,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E771F9 color. Also use rgb(231,113,249) instead hex code.

Text Font Color

.myTextColor { color: #E771F9; }

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

This text font color is #E771F9.

Background Color

.myBgColor { background-color: #E771F9; }

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

This div background color is #E771F9.

Border color

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

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

This div border color is #E771F9.

Opacity

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

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

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

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

This text has shadow with #E771F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E771F9.

Preview

Color preview on black background

This text has color #E771F9 on black background.


Color preview on white background

This text has color #E771F9 on white background.


Black color preview on #E771F9 background

This text has black color on #E771F9 background.


White color preview on #E771F9 background

This text has white color on #E771F9 background.


Related colors

Complementary color

Complementary color for #hex is #188E06.


I love getcolorcode.com

Triadic colors

1 #F9E771 and #71F9E7 with #E771F9 are triadic colors.

2 #F971E7 and #71E7F9 with #E771F9 are triadic colors.