COLOR #E95F58

HEX: #E95F58
RGB: (233,95,88)

Color info

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

RGB color model

#E95F58 color RGB value is (233,95,88).

  • red value is 233;
  • green value is 95;
  • blue value is 88.
RGB:
(233,95,88)
(91%,37%,35%)

RGB channels and saturation

R 233 of 255 = 91%
G 95 of 255 = 37%
B 88 of 255 = 35%

233
95
88

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

Portions of RGB colors in percentages

R + G + B =
233 + 95 + 88 = 416 (100%)
R 233 of 416 ~ 56.01%
G 95 of 416 ~ 22.84%
B 88 of 416 ~ 21.15%

%56.01
%22.84
%21.15

CMYK color model

#E95F58 color CMYK value is (0,59,62,9).

  • cyan value is 0.00%
  • magenta value is 59.23%
  • yellow value is 62.23%
  • key color value is 8.63%
CMYK:
(0,59,62,9)
C0M59Y62K9 
(0%,59%,62%,9%)
(0.00/0.59/0.62/0.09)	

CMYK percentages

%0
%59.23
%62.23
%8.63

Codes

Color #E95F58 in popluar color models

E95F58
RGB2339588
HSL76.72%62.94%
HSB/HSV62.23%91.37%
CMYK0.00%59.23%62.23%
8.63%

Color #E95F58 in popluar number systems.

HEXE95F58
Decimal2339588
Binary1110100110111111011000
Octal351137130

Shades and tints

Shades of #E95F58

#E95F58
(233,95,88)
#D45750
(212,87,80)
#BF4F48
(191,79,72)
#AA4740
(170,71,64)
#953F38
(149,63,56)
#803730
(128,55,48)
#6B2F28
(107,47,40)
#562720
(86,39,32)
#411F18
(65,31,24)
#2C1710
(44,23,16)
#170F08
(23,15,8)
#000000
(0,0,0)

Tints of #E95F58

#E95F58
(233,95,88)
#EB6D67
(235,109,103)
#ED7B76
(237,123,118)
#EF8985
(239,137,133)
#F19794
(241,151,148)
#F3A5A3
(243,165,163)
#F5B3B2
(245,179,178)
#F7C1C1
(247,193,193)
#F9CFD0
(249,207,208)
#FBDDDF
(251,221,223)
#FDEBEE
(253,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E95F58 color. Also use rgb(233,95,88) instead hex code.

Text Font Color

.myTextColor { color: #E95F58; }

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

This text font color is #E95F58.


Background Color

.myBgColor { background-color: #E95F58; }

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

This div background color is #E95F58.


Border color

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

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

This div border color is #E95F58.


Opacity

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

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

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

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

This text has shadow with #E95F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E95F58 on black background.


Color preview on white background

This text has color #E95F58 on white background.



Black color preview on #E95F58 background

This text has black color on #E95F58 background.


White color preview on #E95F58 background

This text has white color on #E95F58 background.