COLOR #E85075

HEX: #E85075
RGB: (232,80,117)

Color info

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

RGB color model

#E85075 color RGB value is (232,80,117).

  • red value is 232;
  • green value is 80;
  • blue value is 117.
RGB:
(232,80,117)
(91%,31%,46%)

RGB channels and saturation

R 232 of 255 = 91%
G 80 of 255 = 31%
B 117 of 255 = 46%

232
80
117

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

Portions of RGB colors in percentages

R + G + B =
232 + 80 + 117 = 429 (100%)
R 232 of 429 ~ 54.08%
G 80 of 429 ~ 18.65%
B 117 of 429 ~ 27.27%

%54.08
%18.65
%27.27

CMYK color model

#E85075 color CMYK value is (0,66,50,9).

  • cyan value is 0.00%
  • magenta value is 65.52%
  • yellow value is 49.57%
  • key color value is 9.02%
CMYK:
(0,66,50,9)
C0M66Y50K9 
(0%,66%,50%,9%)
(0.00/0.66/0.50/0.09)	

CMYK percentages

%0
%65.52
%49.57
%9.02

Codes

Color #E85075 in popluar color models

E85075
RGB23280117
HSL345°76.77%61.18%
HSB/HSV345°65.52%90.98%
CMYK0.00%65.52%49.57%
9.02%

Color #E85075 in popluar number systems.

HEXE85075
Decimal23280117
Binary1110100010100001110101
Octal350120165

Shades and tints

Shades of #E85075

#E85075
(232,80,117)
#D3496B
(211,73,107)
#BE4261
(190,66,97)
#A93B57
(169,59,87)
#94344D
(148,52,77)
#7F2D43
(127,45,67)
#6A2639
(106,38,57)
#551F2F
(85,31,47)
#401825
(64,24,37)
#2B111B
(43,17,27)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #E85075

#E85075
(232,80,117)
#EA5F81
(234,95,129)
#EC6E8D
(236,110,141)
#EE7D99
(238,125,153)
#F08CA5
(240,140,165)
#F29BB1
(242,155,177)
#F4AABD
(244,170,189)
#F6B9C9
(246,185,201)
#F8C8D5
(248,200,213)
#FAD7E1
(250,215,225)
#FCE6ED
(252,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E85075 color. Also use rgb(232,80,117) instead hex code.

Text Font Color

.myTextColor { color: #E85075; }

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

This text font color is #E85075.


Background Color

.myBgColor { background-color: #E85075; }

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

This div background color is #E85075.


Border color

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

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

This div border color is #E85075.


Opacity

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

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

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

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

This text has shadow with #E85075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85075 on black background.


Color preview on white background

This text has color #E85075 on white background.



Black color preview on #E85075 background

This text has black color on #E85075 background.


White color preview on #E85075 background

This text has white color on #E85075 background.