COLOR #E75171

HEX: #E75171
RGB: (231,81,113)

Color info

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

RGB color model

#E75171 color RGB value is (231,81,113).

  • red value is 231;
  • green value is 81;
  • blue value is 113.
RGB:
(231,81,113)
(91%,32%,44%)

RGB channels and saturation

R 231 of 255 = 91%
G 81 of 255 = 32%
B 113 of 255 = 44%

231
81
113

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

Portions of RGB colors in percentages

R + G + B =
231 + 81 + 113 = 425 (100%)
R 231 of 425 ~ 54.35%
G 81 of 425 ~ 19.06%
B 113 of 425 ~ 26.59%

%54.35
%19.06
%26.59

CMYK color model

#E75171 color CMYK value is (0,65,51,9).

  • cyan value is 0.00%
  • magenta value is 64.94%
  • yellow value is 51.08%
  • key color value is 9.41%
CMYK:
(0,65,51,9)
C0M65Y51K9 
(0%,65%,51%,9%)
(0.00/0.65/0.51/0.09)	

CMYK percentages

%0
%64.94
%51.08
%9.41

Codes

Color #E75171 in popluar color models

E75171
RGB23181113
HSL347°75.76%61.18%
HSB/HSV347°64.94%90.59%
CMYK0.00%64.94%51.08%
9.41%

Color #E75171 in popluar number systems.

HEXE75171
Decimal23181113
Binary1110011110100011110001
Octal347121161

Shades and tints

Shades of #E75171

#E75171
(231,81,113)
#D24A67
(210,74,103)
#BD435D
(189,67,93)
#A83C53
(168,60,83)
#933549
(147,53,73)
#7E2E3F
(126,46,63)
#692735
(105,39,53)
#54202B
(84,32,43)
#3F1921
(63,25,33)
#2A1217
(42,18,23)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #E75171

#E75171
(231,81,113)
#E9607D
(233,96,125)
#EB6F89
(235,111,137)
#ED7E95
(237,126,149)
#EF8DA1
(239,141,161)
#F19CAD
(241,156,173)
#F3ABB9
(243,171,185)
#F5BAC5
(245,186,197)
#F7C9D1
(247,201,209)
#F9D8DD
(249,216,221)
#FBE7E9
(251,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75171 color. Also use rgb(231,81,113) instead hex code.

Text Font Color

.myTextColor { color: #E75171; }

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

This text font color is #E75171.


Background Color

.myBgColor { background-color: #E75171; }

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

This div background color is #E75171.


Border color

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

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

This div border color is #E75171.


Opacity

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

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

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

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

This text has shadow with #E75171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75171 on black background.


Color preview on white background

This text has color #E75171 on white background.



Black color preview on #E75171 background

This text has black color on #E75171 background.


White color preview on #E75171 background

This text has white color on #E75171 background.