COLOR #E76458

HEX: #E76458
RGB: (231,100,88)

Color info

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

RGB color model

#E76458 color RGB value is (231,100,88).

  • red value is 231;
  • green value is 100;
  • blue value is 88.
RGB:
(231,100,88)
(91%,39%,35%)

RGB channels and saturation

R 231 of 255 = 91%
G 100 of 255 = 39%
B 88 of 255 = 35%

231
100
88

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

Portions of RGB colors in percentages

R + G + B =
231 + 100 + 88 = 419 (100%)
R 231 of 419 ~ 55.13%
G 100 of 419 ~ 23.87%
B 88 of 419 ~ 21%

%55.13
%23.87
%21

CMYK color model

#E76458 color CMYK value is (0,57,62,9).

  • cyan value is 0.00%
  • magenta value is 56.71%
  • yellow value is 61.90%
  • key color value is 9.41%
CMYK:
(0,57,62,9)
C0M57Y62K9 
(0%,57%,62%,9%)
(0.00/0.57/0.62/0.09)	

CMYK percentages

%0
%56.71
%61.9
%9.41

Codes

Color #E76458 in popluar color models

E76458
RGB23110088
HSL74.87%62.55%
HSB/HSV61.90%90.59%
CMYK0.00%56.71%61.90%
9.41%

Color #E76458 in popluar number systems.

HEXE76458
Decimal23110088
Binary1110011111001001011000
Octal347144130

Shades and tints

Shades of #E76458

#E76458
(231,100,88)
#D25B50
(210,91,80)
#BD5248
(189,82,72)
#A84940
(168,73,64)
#934038
(147,64,56)
#7E3730
(126,55,48)
#692E28
(105,46,40)
#542520
(84,37,32)
#3F1C18
(63,28,24)
#2A1310
(42,19,16)
#150A08
(21,10,8)
#000000
(0,0,0)

Tints of #E76458

#E76458
(231,100,88)
#E97267
(233,114,103)
#EB8076
(235,128,118)
#ED8E85
(237,142,133)
#EF9C94
(239,156,148)
#F1AAA3
(241,170,163)
#F3B8B2
(243,184,178)
#F5C6C1
(245,198,193)
#F7D4D0
(247,212,208)
#F9E2DF
(249,226,223)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76458 color. Also use rgb(231,100,88) instead hex code.

Text Font Color

.myTextColor { color: #E76458; }

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

This text font color is #E76458.


Background Color

.myBgColor { background-color: #E76458; }

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

This div background color is #E76458.


Border color

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

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

This div border color is #E76458.


Opacity

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

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

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

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

This text has shadow with #E76458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76458 on black background.


Color preview on white background

This text has color #E76458 on white background.



Black color preview on #E76458 background

This text has black color on #E76458 background.


White color preview on #E76458 background

This text has white color on #E76458 background.