COLOR #E86073

HEX: #E86073
RGB: (232,96,115)

Color info

#E86073 contains mainly red color. Web safe color of #E86073 is #FF6666 (or #F66).

RGB color model

#E86073 color RGB value is (232,96,115).

  • red value is 232;
  • green value is 96;
  • blue value is 115.
RGB:
(232,96,115)
(91%,38%,45%)

RGB channels and saturation

R 232 of 255 = 91%
G 96 of 255 = 38%
B 115 of 255 = 45%

232
96
115

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

Portions of RGB colors in percentages

R + G + B =
232 + 96 + 115 = 443 (100%)
R 232 of 443 ~ 52.37%
G 96 of 443 ~ 21.67%
B 115 of 443 ~ 25.96%

%52.37
%21.67
%25.96

CMYK color model

#E86073 color CMYK value is (0,59,50,9).

  • cyan value is 0.00%
  • magenta value is 58.62%
  • yellow value is 50.43%
  • key color value is 9.02%
CMYK:
(0,59,50,9)
C0M59Y50K9 
(0%,59%,50%,9%)
(0.00/0.59/0.50/0.09)	

CMYK percentages

%0
%58.62
%50.43
%9.02

Codes

Color #E86073 in popluar color models

E86073
RGB23296115
HSL352°74.73%64.31%
HSB/HSV352°58.62%90.98%
CMYK0.00%58.62%50.43%
9.02%

Color #E86073 in popluar number systems.

HEXE86073
Decimal23296115
Binary1110100011000001110011
Octal350140163

Shades and tints

Shades of #E86073

#E86073
(232,96,115)
#D35869
(211,88,105)
#BE505F
(190,80,95)
#A94855
(169,72,85)
#94404B
(148,64,75)
#7F3841
(127,56,65)
#6A3037
(106,48,55)
#55282D
(85,40,45)
#402023
(64,32,35)
#2B1819
(43,24,25)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #E86073

#E86073
(232,96,115)
#EA6E7F
(234,110,127)
#EC7C8B
(236,124,139)
#EE8A97
(238,138,151)
#F098A3
(240,152,163)
#F2A6AF
(242,166,175)
#F4B4BB
(244,180,187)
#F6C2C7
(246,194,199)
#F8D0D3
(248,208,211)
#FADEDF
(250,222,223)
#FCECEB
(252,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E86073 color. Also use rgb(232,96,115) instead hex code.

Text Font Color

.myTextColor { color: #E86073; }

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

This text font color is #E86073.


Background Color

.myBgColor { background-color: #E86073; }

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

This div background color is #E86073.


Border color

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

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

This div border color is #E86073.


Opacity

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

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

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

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

This text has shadow with #E86073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E86073 on black background.


Color preview on white background

This text has color #E86073 on white background.



Black color preview on #E86073 background

This text has black color on #E86073 background.


White color preview on #E86073 background

This text has white color on #E86073 background.