COLOR #E711BE

HEX: #E711BE
RGB: (231,17,190)

Color info

#E711BE contains mainly red and blue colors. Web safe color of #E711BE is #FF00CC (or #F0C).

RGB color model

#E711BE color RGB value is (231,17,190).

  • red value is 231;
  • green value is 17;
  • blue value is 190.
RGB:
(231,17,190)
(91%,7%,75%)

RGB channels and saturation

R 231 of 255 = 91%
G 17 of 255 = 7%
B 190 of 255 = 75%

231
17
190

R + G + B ~ 58%. #E711BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
231 + 17 + 190 = 438 (100%)
R 231 of 438 ~ 52.74%
G 17 of 438 ~ 3.88%
B 190 of 438 ~ 43.38%

%52.74
%43.38

CMYK color model

#E711BE color CMYK value is (0,93,18,9).

  • cyan value is 0.00%
  • magenta value is 92.64%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,93,18,9)
C0M93Y18K9 
(0%,93%,18%,9%)
(0.00/0.93/0.18/0.09)	

CMYK percentages

%0
%92.64
%17.75
%9.41

Codes

Color #E711BE in popluar color models

E711BE
RGB23117190
HSL311°86.29%48.63%
HSB/HSV311°92.64%90.59%
CMYK0.00%92.64%17.75%
9.41%

Color #E711BE in popluar number systems.

HEXE711BE
Decimal23117190
Binary111001111000110111110
Octal34721276

Shades and tints

Shades of #E711BE

#E711BE
(231,17,190)
#D210AD
(210,16,173)
#BD0F9C
(189,15,156)
#A80E8B
(168,14,139)
#930D7A
(147,13,122)
#7E0C69
(126,12,105)
#690B58
(105,11,88)
#540A47
(84,10,71)
#3F0936
(63,9,54)
#2A0825
(42,8,37)
#150714
(21,7,20)
#000000
(0,0,0)

Tints of #E711BE

#E711BE
(231,17,190)
#E926C3
(233,38,195)
#EB3BC8
(235,59,200)
#ED50CD
(237,80,205)
#EF65D2
(239,101,210)
#F17AD7
(241,122,215)
#F38FDC
(243,143,220)
#F5A4E1
(245,164,225)
#F7B9E6
(247,185,230)
#F9CEEB
(249,206,235)
#FBE3F0
(251,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E711BE color. Also use rgb(231,17,190) instead hex code.

Text Font Color

.myTextColor { color: #E711BE; }

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

This text font color is #E711BE.


Background Color

.myBgColor { background-color: #E711BE; }

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

This div background color is #E711BE.


Border color

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

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

This div border color is #E711BE.


Opacity

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

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

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

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

This text has shadow with #E711BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E711BE on black background.


Color preview on white background

This text has color #E711BE on white background.



Black color preview on #E711BE background

This text has black color on #E711BE background.


White color preview on #E711BE background

This text has white color on #E711BE background.