COLOR #E95B9A

HEX: #E95B9A
RGB: (233,91,154)

Color info

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

RGB color model

#E95B9A color RGB value is (233,91,154).

  • red value is 233;
  • green value is 91;
  • blue value is 154.
RGB:
(233,91,154)
(91%,36%,60%)

RGB channels and saturation

R 233 of 255 = 91%
G 91 of 255 = 36%
B 154 of 255 = 60%

233
91
154

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

Portions of RGB colors in percentages

R + G + B =
233 + 91 + 154 = 478 (100%)
R 233 of 478 ~ 48.74%
G 91 of 478 ~ 19.04%
B 154 of 478 ~ 32.22%

%48.74
%19.04
%32.22

CMYK color model

#E95B9A color CMYK value is (0,61,34,9).

  • cyan value is 0.00%
  • magenta value is 60.94%
  • yellow value is 33.91%
  • key color value is 8.63%
CMYK:
(0,61,34,9)
C0M61Y34K9 
(0%,61%,34%,9%)
(0.00/0.61/0.34/0.09)	

CMYK percentages

%0
%60.94
%33.91
%8.63

Codes

Color #E95B9A in popluar color models

E95B9A
RGB23391154
HSL333°76.34%63.53%
HSB/HSV333°60.94%91.37%
CMYK0.00%60.94%33.91%
8.63%

Color #E95B9A in popluar number systems.

HEXE95B9A
Decimal23391154
Binary11101001101101110011010
Octal351133232

Shades and tints

Shades of #E95B9A

#E95B9A
(233,91,154)
#D4538C
(212,83,140)
#BF4B7E
(191,75,126)
#AA4370
(170,67,112)
#953B62
(149,59,98)
#803354
(128,51,84)
#6B2B46
(107,43,70)
#562338
(86,35,56)
#411B2A
(65,27,42)
#2C131C
(44,19,28)
#170B0E
(23,11,14)
#000000
(0,0,0)

Tints of #E95B9A

#E95B9A
(233,91,154)
#EB69A3
(235,105,163)
#ED77AC
(237,119,172)
#EF85B5
(239,133,181)
#F193BE
(241,147,190)
#F3A1C7
(243,161,199)
#F5AFD0
(245,175,208)
#F7BDD9
(247,189,217)
#F9CBE2
(249,203,226)
#FBD9EB
(251,217,235)
#FDE7F4
(253,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E95B9A color. Also use rgb(233,91,154) instead hex code.

Text Font Color

.myTextColor { color: #E95B9A; }

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

This text font color is #E95B9A.


Background Color

.myBgColor { background-color: #E95B9A; }

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

This div background color is #E95B9A.


Border color

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

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

This div border color is #E95B9A.


Opacity

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

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

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

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

This text has shadow with #E95B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E95B9A on black background.


Color preview on white background

This text has color #E95B9A on white background.



Black color preview on #E95B9A background

This text has black color on #E95B9A background.


White color preview on #E95B9A background

This text has white color on #E95B9A background.