COLOR #E86081

HEX: #E86081
RGB: (232,96,129)

Color info

#E86081 contains mainly red color. Web safe color of #E86081 is #FF6699 (or #F69).

RGB color model

#E86081 color RGB value is (232,96,129).

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

RGB channels and saturation

R 232 of 255 = 91%
G 96 of 255 = 38%
B 129 of 255 = 51%

232
96
129

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

Portions of RGB colors in percentages

R + G + B =
232 + 96 + 129 = 457 (100%)
R 232 of 457 ~ 50.77%
G 96 of 457 ~ 21.01%
B 129 of 457 ~ 28.23%

%50.77
%21.01
%28.23

CMYK color model

#E86081 color CMYK value is (0,59,44,9).

  • cyan value is 0.00%
  • magenta value is 58.62%
  • yellow value is 44.40%
  • key color value is 9.02%
CMYK:
(0,59,44,9)
C0M59Y44K9 
(0%,59%,44%,9%)
(0.00/0.59/0.44/0.09)	

CMYK percentages

%0
%58.62
%44.4
%9.02

Codes

Color #E86081 in popluar color models

E86081
RGB23296129
HSL345°74.73%64.31%
HSB/HSV345°58.62%90.98%
CMYK0.00%58.62%44.40%
9.02%

Color #E86081 in popluar number systems.

HEXE86081
Decimal23296129
Binary11101000110000010000001
Octal350140201

Shades and tints

Shades of #E86081

#E86081
(232,96,129)
#D35876
(211,88,118)
#BE506B
(190,80,107)
#A94860
(169,72,96)
#944055
(148,64,85)
#7F384A
(127,56,74)
#6A303F
(106,48,63)
#552834
(85,40,52)
#402029
(64,32,41)
#2B181E
(43,24,30)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #E86081

#E86081
(232,96,129)
#EA6E8C
(234,110,140)
#EC7C97
(236,124,151)
#EE8AA2
(238,138,162)
#F098AD
(240,152,173)
#F2A6B8
(242,166,184)
#F4B4C3
(244,180,195)
#F6C2CE
(246,194,206)
#F8D0D9
(248,208,217)
#FADEE4
(250,222,228)
#FCECEF
(252,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E86081; }

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

This text font color is #E86081.


Background Color

.myBgColor { background-color: #E86081; }

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

This div background color is #E86081.


Border color

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

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

This div border color is #E86081.


Opacity

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

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

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

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

This text has shadow with #E86081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E86081 on black background.


Color preview on white background

This text has color #E86081 on white background.



Black color preview on #E86081 background

This text has black color on #E86081 background.


White color preview on #E86081 background

This text has white color on #E86081 background.