COLOR #E84FB0

HEX: #E84FB0
RGB: (232,79,176)

Color info

#E84FB0 contains mainly red and blue colors. Web safe color of #E84FB0 is #FF6699 (or #F69).

RGB color model

#E84FB0 color RGB value is (232,79,176).

  • red value is 232;
  • green value is 79;
  • blue value is 176.
RGB:
(232,79,176)
(91%,31%,69%)

RGB channels and saturation

R 232 of 255 = 91%
G 79 of 255 = 31%
B 176 of 255 = 69%

232
79
176

R + G + B ~ 64%. #E84FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 79 + 176 = 487 (100%)
R 232 of 487 ~ 47.64%
G 79 of 487 ~ 16.22%
B 176 of 487 ~ 36.14%

%47.64
%16.22
%36.14

CMYK color model

#E84FB0 color CMYK value is (0,66,24,9).

  • cyan value is 0.00%
  • magenta value is 65.95%
  • yellow value is 24.14%
  • key color value is 9.02%
CMYK:
(0,66,24,9)
C0M66Y24K9 
(0%,66%,24%,9%)
(0.00/0.66/0.24/0.09)	

CMYK percentages

%0
%65.95
%24.14
%9.02

Codes

Color #E84FB0 in popluar color models

E84FB0
RGB23279176
HSL322°76.88%60.98%
HSB/HSV322°65.95%90.98%
CMYK0.00%65.95%24.14%
9.02%

Color #E84FB0 in popluar number systems.

HEXE84FB0
Decimal23279176
Binary11101000100111110110000
Octal350117260

Shades and tints

Shades of #E84FB0

#E84FB0
(232,79,176)
#D348A0
(211,72,160)
#BE4190
(190,65,144)
#A93A80
(169,58,128)
#943370
(148,51,112)
#7F2C60
(127,44,96)
#6A2550
(106,37,80)
#551E40
(85,30,64)
#401730
(64,23,48)
#2B1020
(43,16,32)
#160910
(22,9,16)
#000000
(0,0,0)

Tints of #E84FB0

#E84FB0
(232,79,176)
#EA5FB7
(234,95,183)
#EC6FBE
(236,111,190)
#EE7FC5
(238,127,197)
#F08FCC
(240,143,204)
#F29FD3
(242,159,211)
#F4AFDA
(244,175,218)
#F6BFE1
(246,191,225)
#F8CFE8
(248,207,232)
#FADFEF
(250,223,239)
#FCEFF6
(252,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E84FB0 color. Also use rgb(232,79,176) instead hex code.

Text Font Color

.myTextColor { color: #E84FB0; }

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

This text font color is #E84FB0.


Background Color

.myBgColor { background-color: #E84FB0; }

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

This div background color is #E84FB0.


Border color

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

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

This div border color is #E84FB0.


Opacity

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

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

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

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

This text has shadow with #E84FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E84FB0 on black background.


Color preview on white background

This text has color #E84FB0 on white background.



Black color preview on #E84FB0 background

This text has black color on #E84FB0 background.


White color preview on #E84FB0 background

This text has white color on #E84FB0 background.