COLOR #E971B8

HEX: #E971B8
RGB: (233,113,184)

Color info

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

RGB color model

#E971B8 color RGB value is (233,113,184).

  • red value is 233;
  • green value is 113;
  • blue value is 184.
RGB:
(233,113,184)
(91%,44%,72%)

RGB channels and saturation

R 233 of 255 = 91%
G 113 of 255 = 44%
B 184 of 255 = 72%

233
113
184

R + G + B ~ 69%. #E971B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 113 + 184 = 530 (100%)
R 233 of 530 ~ 43.96%
G 113 of 530 ~ 21.32%
B 184 of 530 ~ 34.72%

%43.96
%21.32
%34.72

CMYK color model

#E971B8 color CMYK value is (0,52,21,9).

  • cyan value is 0.00%
  • magenta value is 51.50%
  • yellow value is 21.03%
  • key color value is 8.63%
CMYK:
(0,52,21,9)
C0M52Y21K9 
(0%,52%,21%,9%)
(0.00/0.52/0.21/0.09)	

CMYK percentages

%0
%51.5
%21.03
%8.63

Codes

Color #E971B8 in popluar color models

E971B8
RGB233113184
HSL325°73.17%67.84%
HSB/HSV325°51.50%91.37%
CMYK0.00%51.50%21.03%
8.63%

Color #E971B8 in popluar number systems.

HEXE971B8
Decimal233113184
Binary11101001111000110111000
Octal351161270

Shades and tints

Shades of #E971B8

#E971B8
(233,113,184)
#D467A8
(212,103,168)
#BF5D98
(191,93,152)
#AA5388
(170,83,136)
#954978
(149,73,120)
#803F68
(128,63,104)
#6B3558
(107,53,88)
#562B48
(86,43,72)
#412138
(65,33,56)
#2C1728
(44,23,40)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #E971B8

#E971B8
(233,113,184)
#EB7DBE
(235,125,190)
#ED89C4
(237,137,196)
#EF95CA
(239,149,202)
#F1A1D0
(241,161,208)
#F3ADD6
(243,173,214)
#F5B9DC
(245,185,220)
#F7C5E2
(247,197,226)
#F9D1E8
(249,209,232)
#FBDDEE
(251,221,238)
#FDE9F4
(253,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E971B8 color. Also use rgb(233,113,184) instead hex code.

Text Font Color

.myTextColor { color: #E971B8; }

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

This text font color is #E971B8.


Background Color

.myBgColor { background-color: #E971B8; }

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

This div background color is #E971B8.


Border color

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

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

This div border color is #E971B8.


Opacity

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

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

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

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

This text has shadow with #E971B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E971B8 on black background.


Color preview on white background

This text has color #E971B8 on white background.



Black color preview on #E971B8 background

This text has black color on #E971B8 background.


White color preview on #E971B8 background

This text has white color on #E971B8 background.