COLOR #E95D91

HEX: #E95D91
RGB: (233,93,145)

Color info

#E95D91 contains mainly red color. Web safe color of #E95D91 is #FF6699 (or #F69).

RGB color model

#E95D91 color RGB value is (233,93,145).

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

RGB channels and saturation

R 233 of 255 = 91%
G 93 of 255 = 36%
B 145 of 255 = 57%

233
93
145

R + G + B ~ 61%. #E95D91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 93 + 145 = 471 (100%)
R 233 of 471 ~ 49.47%
G 93 of 471 ~ 19.75%
B 145 of 471 ~ 30.79%

%49.47
%19.75
%30.79

CMYK color model

#E95D91 color CMYK value is (0,60,38,9).

  • cyan value is 0.00%
  • magenta value is 60.09%
  • yellow value is 37.77%
  • key color value is 8.63%
CMYK:
(0,60,38,9)
C0M60Y38K9 
(0%,60%,38%,9%)
(0.00/0.60/0.38/0.09)	

CMYK percentages

%0
%60.09
%37.77
%8.63

Codes

Color #E95D91 in popluar color models

E95D91
RGB23393145
HSL338°76.09%63.92%
HSB/HSV338°60.09%91.37%
CMYK0.00%60.09%37.77%
8.63%

Color #E95D91 in popluar number systems.

HEXE95D91
Decimal23393145
Binary11101001101110110010001
Octal351135221

Shades and tints

Shades of #E95D91

#E95D91
(233,93,145)
#D45584
(212,85,132)
#BF4D77
(191,77,119)
#AA456A
(170,69,106)
#953D5D
(149,61,93)
#803550
(128,53,80)
#6B2D43
(107,45,67)
#562536
(86,37,54)
#411D29
(65,29,41)
#2C151C
(44,21,28)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #E95D91

#E95D91
(233,93,145)
#EB6B9B
(235,107,155)
#ED79A5
(237,121,165)
#EF87AF
(239,135,175)
#F195B9
(241,149,185)
#F3A3C3
(243,163,195)
#F5B1CD
(245,177,205)
#F7BFD7
(247,191,215)
#F9CDE1
(249,205,225)
#FBDBEB
(251,219,235)
#FDE9F5
(253,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E95D91; }

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

This text font color is #E95D91.


Background Color

.myBgColor { background-color: #E95D91; }

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

This div background color is #E95D91.


Border color

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

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

This div border color is #E95D91.


Opacity

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

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

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

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

This text has shadow with #E95D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E95D91 on black background.


Color preview on white background

This text has color #E95D91 on white background.



Black color preview on #E95D91 background

This text has black color on #E95D91 background.


White color preview on #E95D91 background

This text has white color on #E95D91 background.