COLOR #E95F6E

HEX: #E95F6E
RGB: (233,95,110)

Color info

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

RGB color model

#E95F6E color RGB value is (233,95,110).

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

RGB channels and saturation

R 233 of 255 = 91%
G 95 of 255 = 37%
B 110 of 255 = 43%

233
95
110

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

Portions of RGB colors in percentages

R + G + B =
233 + 95 + 110 = 438 (100%)
R 233 of 438 ~ 53.2%
G 95 of 438 ~ 21.69%
B 110 of 438 ~ 25.11%

%53.2
%21.69
%25.11

CMYK color model

#E95F6E color CMYK value is (0,59,53,9).

  • cyan value is 0.00%
  • magenta value is 59.23%
  • yellow value is 52.79%
  • key color value is 8.63%
CMYK:
(0,59,53,9)
C0M59Y53K9 
(0%,59%,53%,9%)
(0.00/0.59/0.53/0.09)	

CMYK percentages

%0
%59.23
%52.79
%8.63

Codes

Color #E95F6E in popluar color models

E95F6E
RGB23395110
HSL353°75.82%64.31%
HSB/HSV353°59.23%91.37%
CMYK0.00%59.23%52.79%
8.63%

Color #E95F6E in popluar number systems.

HEXE95F6E
Decimal23395110
Binary1110100110111111101110
Octal351137156

Shades and tints

Shades of #E95F6E

#E95F6E
(233,95,110)
#D45764
(212,87,100)
#BF4F5A
(191,79,90)
#AA4750
(170,71,80)
#953F46
(149,63,70)
#80373C
(128,55,60)
#6B2F32
(107,47,50)
#562728
(86,39,40)
#411F1E
(65,31,30)
#2C1714
(44,23,20)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #E95F6E

#E95F6E
(233,95,110)
#EB6D7B
(235,109,123)
#ED7B88
(237,123,136)
#EF8995
(239,137,149)
#F197A2
(241,151,162)
#F3A5AF
(243,165,175)
#F5B3BC
(245,179,188)
#F7C1C9
(247,193,201)
#F9CFD6
(249,207,214)
#FBDDE3
(251,221,227)
#FDEBF0
(253,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E95F6E; }

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

This text font color is #E95F6E.


Background Color

.myBgColor { background-color: #E95F6E; }

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

This div background color is #E95F6E.


Border color

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

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

This div border color is #E95F6E.


Opacity

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

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

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

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

This text has shadow with #E95F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E95F6E on black background.


Color preview on white background

This text has color #E95F6E on white background.



Black color preview on #E95F6E background

This text has black color on #E95F6E background.


White color preview on #E95F6E background

This text has white color on #E95F6E background.