COLOR #E85569

HEX: #E85569
RGB: (232,85,105)

Color info

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

RGB color model

#E85569 color RGB value is (232,85,105).

  • red value is 232;
  • green value is 85;
  • blue value is 105.
RGB:
(232,85,105)
(91%,33%,41%)

RGB channels and saturation

R 232 of 255 = 91%
G 85 of 255 = 33%
B 105 of 255 = 41%

232
85
105

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

Portions of RGB colors in percentages

R + G + B =
232 + 85 + 105 = 422 (100%)
R 232 of 422 ~ 54.98%
G 85 of 422 ~ 20.14%
B 105 of 422 ~ 24.88%

%54.98
%20.14
%24.88

CMYK color model

#E85569 color CMYK value is (0,63,55,9).

  • cyan value is 0.00%
  • magenta value is 63.36%
  • yellow value is 54.74%
  • key color value is 9.02%
CMYK:
(0,63,55,9)
C0M63Y55K9 
(0%,63%,55%,9%)
(0.00/0.63/0.55/0.09)	

CMYK percentages

%0
%63.36
%54.74
%9.02

Codes

Color #E85569 in popluar color models

E85569
RGB23285105
HSL352°76.17%62.16%
HSB/HSV352°63.36%90.98%
CMYK0.00%63.36%54.74%
9.02%

Color #E85569 in popluar number systems.

HEXE85569
Decimal23285105
Binary1110100010101011101001
Octal350125151

Shades and tints

Shades of #E85569

#E85569
(232,85,105)
#D34E60
(211,78,96)
#BE4757
(190,71,87)
#A9404E
(169,64,78)
#943945
(148,57,69)
#7F323C
(127,50,60)
#6A2B33
(106,43,51)
#55242A
(85,36,42)
#401D21
(64,29,33)
#2B1618
(43,22,24)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #E85569

#E85569
(232,85,105)
#EA6476
(234,100,118)
#EC7383
(236,115,131)
#EE8290
(238,130,144)
#F0919D
(240,145,157)
#F2A0AA
(242,160,170)
#F4AFB7
(244,175,183)
#F6BEC4
(246,190,196)
#F8CDD1
(248,205,209)
#FADCDE
(250,220,222)
#FCEBEB
(252,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E85569 color. Also use rgb(232,85,105) instead hex code.

Text Font Color

.myTextColor { color: #E85569; }

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

This text font color is #E85569.


Background Color

.myBgColor { background-color: #E85569; }

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

This div background color is #E85569.


Border color

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

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

This div border color is #E85569.


Opacity

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

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

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

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

This text has shadow with #E85569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85569 on black background.


Color preview on white background

This text has color #E85569 on white background.



Black color preview on #E85569 background

This text has black color on #E85569 background.


White color preview on #E85569 background

This text has white color on #E85569 background.