COLOR #E75277

HEX: #E75277
RGB: (231,82,119)

Color info

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

RGB color model

#E75277 color RGB value is (231,82,119).

  • red value is 231;
  • green value is 82;
  • blue value is 119.
RGB:
(231,82,119)
(91%,32%,47%)

RGB channels and saturation

R 231 of 255 = 91%
G 82 of 255 = 32%
B 119 of 255 = 47%

231
82
119

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

Portions of RGB colors in percentages

R + G + B =
231 + 82 + 119 = 432 (100%)
R 231 of 432 ~ 53.47%
G 82 of 432 ~ 18.98%
B 119 of 432 ~ 27.55%

%53.47
%18.98
%27.55

CMYK color model

#E75277 color CMYK value is (0,65,48,9).

  • cyan value is 0.00%
  • magenta value is 64.50%
  • yellow value is 48.48%
  • key color value is 9.41%
CMYK:
(0,65,48,9)
C0M65Y48K9 
(0%,65%,48%,9%)
(0.00/0.65/0.48/0.09)	

CMYK percentages

%0
%64.5
%48.48
%9.41

Codes

Color #E75277 in popluar color models

E75277
RGB23182119
HSL345°75.63%61.37%
HSB/HSV345°64.50%90.59%
CMYK0.00%64.50%48.48%
9.41%

Color #E75277 in popluar number systems.

HEXE75277
Decimal23182119
Binary1110011110100101110111
Octal347122167

Shades and tints

Shades of #E75277

#E75277
(231,82,119)
#D24B6D
(210,75,109)
#BD4463
(189,68,99)
#A83D59
(168,61,89)
#93364F
(147,54,79)
#7E2F45
(126,47,69)
#69283B
(105,40,59)
#542131
(84,33,49)
#3F1A27
(63,26,39)
#2A131D
(42,19,29)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #E75277

#E75277
(231,82,119)
#E96183
(233,97,131)
#EB708F
(235,112,143)
#ED7F9B
(237,127,155)
#EF8EA7
(239,142,167)
#F19DB3
(241,157,179)
#F3ACBF
(243,172,191)
#F5BBCB
(245,187,203)
#F7CAD7
(247,202,215)
#F9D9E3
(249,217,227)
#FBE8EF
(251,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75277 color. Also use rgb(231,82,119) instead hex code.

Text Font Color

.myTextColor { color: #E75277; }

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

This text font color is #E75277.


Background Color

.myBgColor { background-color: #E75277; }

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

This div background color is #E75277.


Border color

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

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

This div border color is #E75277.


Opacity

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

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

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

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

This text has shadow with #E75277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75277 on black background.


Color preview on white background

This text has color #E75277 on white background.



Black color preview on #E75277 background

This text has black color on #E75277 background.


White color preview on #E75277 background

This text has white color on #E75277 background.