COLOR #E771BF

HEX: #E771BF RGB: (231,113,191)

Color info

#E771BF contains mainly red and blue colors. Web safe color of #E771BF is #FF66CC (or #F6C).

RGB color model

#E771BF color RGB value is (231,113,191).

RGB: (231,113,191) (91%, 44%, 75%)

RGB channels and saturation

R 231 of 255 = 91%
G 113 of 255 = 44%
B 191 of 255 = 75%

231
113
191

R + G + B ~ 70%. #E771BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 113 + 191 = 535 (100%)
R 231 of 535 ~ 43.18%
G 113 of 535 ~ 21.12%
B 191 of 535 ~ 35.7'%

%43.18
%21.12
%35.7

CMYK color model

#E771BF color CMYK value is (0,51,17,9).

  • cyan value is 0.00%
  • magenta value is 51.08%
  • yellow value is 17.32%
  • key color value is 9.41%

CMYK: (0,51,17,9)
C0M51Y17K9 (0%, 51%, 17%, 9%)
(0.00 / 0.51 / 0.17 / 0.09)

CMYK percentages

%0
%51.08
%17.32
%9.41

Codes

Color #E771BF in popluar color models

E7 71 BF
RGB 231 113 191
HSL 320° 71.08% 67.45%
HSB/HSV 320° 51.08% 90.59%
CMYK 0.00% 51.08% 17.32%
9.41%

Color #E771BF in popluar number systems.

HEX E7 71 BF
Decimal 231 113 191
Binary 11100111 1110001 10111111
Octal 347 161 277

Shades and tints

Shades of #E771BF

#E771BF
(231,113,191)
#D267AE
(210,103,174)
#BD5D9D
(189,93,157)
#A8538C
(168,83,140)
#93497B
(147,73,123)
#7E3F6A
(126,63,106)
#693559
(105,53,89)
#542B48
(84,43,72)
#3F2137
(63,33,55)
#2A1726
(42,23,38)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #E771BF

#E771BF
(231,113,191)
#E97DC4
(233,125,196)
#EB89C9
(235,137,201)
#ED95CE
(237,149,206)
#EFA1D3
(239,161,211)
#F1ADD8
(241,173,216)
#F3B9DD
(243,185,221)
#F5C5E2
(245,197,226)
#F7D1E7
(247,209,231)
#F9DDEC
(249,221,236)
#FBE9F1
(251,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E771BF; }

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

This text font color is #E771BF.

Background Color

.myBgColor { background-color: #E771BF; }

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

This div background color is #E771BF.

Border color

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

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

This div border color is #E771BF.

Opacity

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

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

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

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

This text has shadow with #E771BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E771BF.

Preview

Color preview on black background

This text has color #E771BF on black background.


Color preview on white background

This text has color #E771BF on white background.


Black color preview on #E771BF background

This text has black color on #E771BF background.


White color preview on #E771BF background

This text has white color on #E771BF background.


Related colors

Complementary color

Complementary color for #hex is #188E40.


I love getcolorcode.com

Triadic colors

1 #BFE771 and #71BFE7 with #E771BF are triadic colors.

2 #BF71E7 and #71E7BF with #E771BF are triadic colors.