COLOR #E95F92

HEX: #E95F92
RGB: (233,95,146)

Color info

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

RGB color model

#E95F92 color RGB value is (233,95,146).

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

RGB channels and saturation

R 233 of 255 = 91%
G 95 of 255 = 37%
B 146 of 255 = 57%

233
95
146

R + G + B ~ 62%. #E95F92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 95 + 146 = 474 (100%)
R 233 of 474 ~ 49.16%
G 95 of 474 ~ 20.04%
B 146 of 474 ~ 30.8%

%49.16
%20.04
%30.8

CMYK color model

#E95F92 color CMYK value is (0,59,37,9).

  • cyan value is 0.00%
  • magenta value is 59.23%
  • yellow value is 37.34%
  • key color value is 8.63%
CMYK:
(0,59,37,9)
C0M59Y37K9 
(0%,59%,37%,9%)
(0.00/0.59/0.37/0.09)	

CMYK percentages

%0
%59.23
%37.34
%8.63

Codes

Color #E95F92 in popluar color models

E95F92
RGB23395146
HSL338°75.82%64.31%
HSB/HSV338°59.23%91.37%
CMYK0.00%59.23%37.34%
8.63%

Color #E95F92 in popluar number systems.

HEXE95F92
Decimal23395146
Binary11101001101111110010010
Octal351137222

Shades and tints

Shades of #E95F92

#E95F92
(233,95,146)
#D45785
(212,87,133)
#BF4F78
(191,79,120)
#AA476B
(170,71,107)
#953F5E
(149,63,94)
#803751
(128,55,81)
#6B2F44
(107,47,68)
#562737
(86,39,55)
#411F2A
(65,31,42)
#2C171D
(44,23,29)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #E95F92

#E95F92
(233,95,146)
#EB6D9B
(235,109,155)
#ED7BA4
(237,123,164)
#EF89AD
(239,137,173)
#F197B6
(241,151,182)
#F3A5BF
(243,165,191)
#F5B3C8
(245,179,200)
#F7C1D1
(247,193,209)
#F9CFDA
(249,207,218)
#FBDDE3
(251,221,227)
#FDEBEC
(253,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E95F92; }

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

This text font color is #E95F92.


Background Color

.myBgColor { background-color: #E95F92; }

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

This div background color is #E95F92.


Border color

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

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

This div border color is #E95F92.


Opacity

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

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

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

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

This text has shadow with #E95F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E95F92 on black background.


Color preview on white background

This text has color #E95F92 on white background.



Black color preview on #E95F92 background

This text has black color on #E95F92 background.


White color preview on #E95F92 background

This text has white color on #E95F92 background.