COLOR #E9319B

HEX: #E9319B
RGB: (233,49,155)

Color info

#E9319B contains mainly red color. Web safe color of #E9319B is #FF3399 (or #F39).

RGB color model

#E9319B color RGB value is (233,49,155).

  • red value is 233;
  • green value is 49;
  • blue value is 155.
RGB:
(233,49,155)
(91%,19%,61%)

RGB channels and saturation

R 233 of 255 = 91%
G 49 of 255 = 19%
B 155 of 255 = 61%

233
49
155

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

Portions of RGB colors in percentages

R + G + B =
233 + 49 + 155 = 437 (100%)
R 233 of 437 ~ 53.32%
G 49 of 437 ~ 11.21%
B 155 of 437 ~ 35.47%

%53.32
%11.21
%35.47

CMYK color model

#E9319B color CMYK value is (0,79,33,9).

  • cyan value is 0.00%
  • magenta value is 78.97%
  • yellow value is 33.48%
  • key color value is 8.63%
CMYK:
(0,79,33,9)
C0M79Y33K9 
(0%,79%,33%,9%)
(0.00/0.79/0.33/0.09)	

CMYK percentages

%0
%78.97
%33.48
%8.63

Codes

Color #E9319B in popluar color models

E9319B
RGB23349155
HSL325°80.70%55.29%
HSB/HSV325°78.97%91.37%
CMYK0.00%78.97%33.48%
8.63%

Color #E9319B in popluar number systems.

HEXE9319B
Decimal23349155
Binary1110100111000110011011
Octal35161233

Shades and tints

Shades of #E9319B

#E9319B
(233,49,155)
#D42D8D
(212,45,141)
#BF297F
(191,41,127)
#AA2571
(170,37,113)
#952163
(149,33,99)
#801D55
(128,29,85)
#6B1947
(107,25,71)
#561539
(86,21,57)
#41112B
(65,17,43)
#2C0D1D
(44,13,29)
#17090F
(23,9,15)
#000000
(0,0,0)

Tints of #E9319B

#E9319B
(233,49,155)
#EB43A4
(235,67,164)
#ED55AD
(237,85,173)
#EF67B6
(239,103,182)
#F179BF
(241,121,191)
#F38BC8
(243,139,200)
#F59DD1
(245,157,209)
#F7AFDA
(247,175,218)
#F9C1E3
(249,193,227)
#FBD3EC
(251,211,236)
#FDE5F5
(253,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9319B color. Also use rgb(233,49,155) instead hex code.

Text Font Color

.myTextColor { color: #E9319B; }

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

This text font color is #E9319B.


Background Color

.myBgColor { background-color: #E9319B; }

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

This div background color is #E9319B.


Border color

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

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

This div border color is #E9319B.


Opacity

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

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

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

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

This text has shadow with #E9319B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9319B on black background.


Color preview on white background

This text has color #E9319B on white background.



Black color preview on #E9319B background

This text has black color on #E9319B background.


White color preview on #E9319B background

This text has white color on #E9319B background.