COLOR #E95D77

HEX: #E95D77
RGB: (233,93,119)

Color info

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

RGB color model

#E95D77 color RGB value is (233,93,119).

  • red value is 233;
  • green value is 93;
  • blue value is 119.
RGB:
(233,93,119)
(91%,36%,47%)

RGB channels and saturation

R 233 of 255 = 91%
G 93 of 255 = 36%
B 119 of 255 = 47%

233
93
119

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

Portions of RGB colors in percentages

R + G + B =
233 + 93 + 119 = 445 (100%)
R 233 of 445 ~ 52.36%
G 93 of 445 ~ 20.9%
B 119 of 445 ~ 26.74%

%52.36
%20.9
%26.74

CMYK color model

#E95D77 color CMYK value is (0,60,49,9).

  • cyan value is 0.00%
  • magenta value is 60.09%
  • yellow value is 48.93%
  • key color value is 8.63%
CMYK:
(0,60,49,9)
C0M60Y49K9 
(0%,60%,49%,9%)
(0.00/0.60/0.49/0.09)	

CMYK percentages

%0
%60.09
%48.93
%8.63

Codes

Color #E95D77 in popluar color models

E95D77
RGB23393119
HSL349°76.09%63.92%
HSB/HSV349°60.09%91.37%
CMYK0.00%60.09%48.93%
8.63%

Color #E95D77 in popluar number systems.

HEXE95D77
Decimal23393119
Binary1110100110111011110111
Octal351135167

Shades and tints

Shades of #E95D77

#E95D77
(233,93,119)
#D4556D
(212,85,109)
#BF4D63
(191,77,99)
#AA4559
(170,69,89)
#953D4F
(149,61,79)
#803545
(128,53,69)
#6B2D3B
(107,45,59)
#562531
(86,37,49)
#411D27
(65,29,39)
#2C151D
(44,21,29)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #E95D77

#E95D77
(233,93,119)
#EB6B83
(235,107,131)
#ED798F
(237,121,143)
#EF879B
(239,135,155)
#F195A7
(241,149,167)
#F3A3B3
(243,163,179)
#F5B1BF
(245,177,191)
#F7BFCB
(247,191,203)
#F9CDD7
(249,205,215)
#FBDBE3
(251,219,227)
#FDE9EF
(253,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E95D77 color. Also use rgb(233,93,119) instead hex code.

Text Font Color

.myTextColor { color: #E95D77; }

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

This text font color is #E95D77.


Background Color

.myBgColor { background-color: #E95D77; }

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

This div background color is #E95D77.


Border color

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

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

This div border color is #E95D77.


Opacity

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

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

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

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

This text has shadow with #E95D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E95D77 on black background.


Color preview on white background

This text has color #E95D77 on white background.



Black color preview on #E95D77 background

This text has black color on #E95D77 background.


White color preview on #E95D77 background

This text has white color on #E95D77 background.