COLOR #E75E51

HEX: #E75E51
RGB: (231,94,81)

Color info

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

RGB color model

#E75E51 color RGB value is (231,94,81).

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

RGB channels and saturation

R 231 of 255 = 91%
G 94 of 255 = 37%
B 81 of 255 = 32%

231
94
81

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

Portions of RGB colors in percentages

R + G + B =
231 + 94 + 81 = 406 (100%)
R 231 of 406 ~ 56.9%
G 94 of 406 ~ 23.15%
B 81 of 406 ~ 19.95%

%56.9
%23.15
%19.95

CMYK color model

#E75E51 color CMYK value is (0,59,65,9).

  • cyan value is 0.00%
  • magenta value is 59.31%
  • yellow value is 64.94%
  • key color value is 9.41%
CMYK:
(0,59,65,9)
C0M59Y65K9 
(0%,59%,65%,9%)
(0.00/0.59/0.65/0.09)	

CMYK percentages

%0
%59.31
%64.94
%9.41

Codes

Color #E75E51 in popluar color models

E75E51
RGB2319481
HSL75.76%61.18%
HSB/HSV64.94%90.59%
CMYK0.00%59.31%64.94%
9.41%

Color #E75E51 in popluar number systems.

HEXE75E51
Decimal2319481
Binary1110011110111101010001
Octal347136121

Shades and tints

Shades of #E75E51

#E75E51
(231,94,81)
#D2564A
(210,86,74)
#BD4E43
(189,78,67)
#A8463C
(168,70,60)
#933E35
(147,62,53)
#7E362E
(126,54,46)
#692E27
(105,46,39)
#542620
(84,38,32)
#3F1E19
(63,30,25)
#2A1612
(42,22,18)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #E75E51

#E75E51
(231,94,81)
#E96C60
(233,108,96)
#EB7A6F
(235,122,111)
#ED887E
(237,136,126)
#EF968D
(239,150,141)
#F1A49C
(241,164,156)
#F3B2AB
(243,178,171)
#F5C0BA
(245,192,186)
#F7CEC9
(247,206,201)
#F9DCD8
(249,220,216)
#FBEAE7
(251,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E75E51; }

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

This text font color is #E75E51.


Background Color

.myBgColor { background-color: #E75E51; }

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

This div background color is #E75E51.


Border color

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

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

This div border color is #E75E51.


Opacity

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

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

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

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

This text has shadow with #E75E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75E51 on black background.


Color preview on white background

This text has color #E75E51 on white background.



Black color preview on #E75E51 background

This text has black color on #E75E51 background.


White color preview on #E75E51 background

This text has white color on #E75E51 background.