COLOR #E84A85

HEX: #E84A85
RGB: (232,74,133)

Color info

#E84A85 contains mainly red color. Web safe color of #E84A85 is #FF3399 (or #F39).

RGB color model

#E84A85 color RGB value is (232,74,133).

  • red value is 232;
  • green value is 74;
  • blue value is 133.
RGB:
(232,74,133)
(91%,29%,52%)

RGB channels and saturation

R 232 of 255 = 91%
G 74 of 255 = 29%
B 133 of 255 = 52%

232
74
133

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

Portions of RGB colors in percentages

R + G + B =
232 + 74 + 133 = 439 (100%)
R 232 of 439 ~ 52.85%
G 74 of 439 ~ 16.86%
B 133 of 439 ~ 30.3%

%52.85
%16.86
%30.3

CMYK color model

#E84A85 color CMYK value is (0,68,43,9).

  • cyan value is 0.00%
  • magenta value is 68.10%
  • yellow value is 42.67%
  • key color value is 9.02%
CMYK:
(0,68,43,9)
C0M68Y43K9 
(0%,68%,43%,9%)
(0.00/0.68/0.43/0.09)	

CMYK percentages

%0
%68.1
%42.67
%9.02

Codes

Color #E84A85 in popluar color models

E84A85
RGB23274133
HSL338°77.45%60.00%
HSB/HSV338°68.10%90.98%
CMYK0.00%68.10%42.67%
9.02%

Color #E84A85 in popluar number systems.

HEXE84A85
Decimal23274133
Binary11101000100101010000101
Octal350112205

Shades and tints

Shades of #E84A85

#E84A85
(232,74,133)
#D34479
(211,68,121)
#BE3E6D
(190,62,109)
#A93861
(169,56,97)
#943255
(148,50,85)
#7F2C49
(127,44,73)
#6A263D
(106,38,61)
#552031
(85,32,49)
#401A25
(64,26,37)
#2B1419
(43,20,25)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #E84A85

#E84A85
(232,74,133)
#EA5A90
(234,90,144)
#EC6A9B
(236,106,155)
#EE7AA6
(238,122,166)
#F08AB1
(240,138,177)
#F29ABC
(242,154,188)
#F4AAC7
(244,170,199)
#F6BAD2
(246,186,210)
#F8CADD
(248,202,221)
#FADAE8
(250,218,232)
#FCEAF3
(252,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E84A85 color. Also use rgb(232,74,133) instead hex code.

Text Font Color

.myTextColor { color: #E84A85; }

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

This text font color is #E84A85.


Background Color

.myBgColor { background-color: #E84A85; }

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

This div background color is #E84A85.


Border color

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

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

This div border color is #E84A85.


Opacity

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

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

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

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

This text has shadow with #E84A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E84A85 on black background.


Color preview on white background

This text has color #E84A85 on white background.



Black color preview on #E84A85 background

This text has black color on #E84A85 background.


White color preview on #E84A85 background

This text has white color on #E84A85 background.