COLOR #E95F6C

HEX: #E95F6C
RGB: (233,95,108)

Color info

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

RGB color model

#E95F6C color RGB value is (233,95,108).

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

RGB channels and saturation

R 233 of 255 = 91%
G 95 of 255 = 37%
B 108 of 255 = 42%

233
95
108

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

Portions of RGB colors in percentages

R + G + B =
233 + 95 + 108 = 436 (100%)
R 233 of 436 ~ 53.44%
G 95 of 436 ~ 21.79%
B 108 of 436 ~ 24.77%

%53.44
%21.79
%24.77

CMYK color model

#E95F6C color CMYK value is (0,59,54,9).

  • cyan value is 0.00%
  • magenta value is 59.23%
  • yellow value is 53.65%
  • key color value is 8.63%
CMYK:
(0,59,54,9)
C0M59Y54K9 
(0%,59%,54%,9%)
(0.00/0.59/0.54/0.09)	

CMYK percentages

%0
%59.23
%53.65
%8.63

Codes

Color #E95F6C in popluar color models

E95F6C
RGB23395108
HSL354°75.82%64.31%
HSB/HSV354°59.23%91.37%
CMYK0.00%59.23%53.65%
8.63%

Color #E95F6C in popluar number systems.

HEXE95F6C
Decimal23395108
Binary1110100110111111101100
Octal351137154

Shades and tints

Shades of #E95F6C

#E95F6C
(233,95,108)
#D45763
(212,87,99)
#BF4F5A
(191,79,90)
#AA4751
(170,71,81)
#953F48
(149,63,72)
#80373F
(128,55,63)
#6B2F36
(107,47,54)
#56272D
(86,39,45)
#411F24
(65,31,36)
#2C171B
(44,23,27)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #E95F6C

#E95F6C
(233,95,108)
#EB6D79
(235,109,121)
#ED7B86
(237,123,134)
#EF8993
(239,137,147)
#F197A0
(241,151,160)
#F3A5AD
(243,165,173)
#F5B3BA
(245,179,186)
#F7C1C7
(247,193,199)
#F9CFD4
(249,207,212)
#FBDDE1
(251,221,225)
#FDEBEE
(253,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E95F6C; }

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

This text font color is #E95F6C.


Background Color

.myBgColor { background-color: #E95F6C; }

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

This div background color is #E95F6C.


Border color

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

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

This div border color is #E95F6C.


Opacity

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

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

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

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

This text has shadow with #E95F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E95F6C on black background.


Color preview on white background

This text has color #E95F6C on white background.



Black color preview on #E95F6C background

This text has black color on #E95F6C background.


White color preview on #E95F6C background

This text has white color on #E95F6C background.