COLOR #E91DB7

HEX: #E91DB7
RGB: (233,29,183)

Color info

#E91DB7 contains mainly red and blue colors. Web safe color of #E91DB7 is #FF33CC (or #F3C).

RGB color model

#E91DB7 color RGB value is (233,29,183).

  • red value is 233;
  • green value is 29;
  • blue value is 183.
RGB:
(233,29,183)
(91%,11%,72%)

RGB channels and saturation

R 233 of 255 = 91%
G 29 of 255 = 11%
B 183 of 255 = 72%

233
29
183

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

Portions of RGB colors in percentages

R + G + B =
233 + 29 + 183 = 445 (100%)
R 233 of 445 ~ 52.36%
G 29 of 445 ~ 6.52%
B 183 of 445 ~ 41.12%

%52.36
%41.12

CMYK color model

#E91DB7 color CMYK value is (0,88,21,9).

  • cyan value is 0.00%
  • magenta value is 87.55%
  • yellow value is 21.46%
  • key color value is 8.63%
CMYK:
(0,88,21,9)
C0M88Y21K9 
(0%,88%,21%,9%)
(0.00/0.88/0.21/0.09)	

CMYK percentages

%0
%87.55
%21.46
%8.63

Codes

Color #E91DB7 in popluar color models

E91DB7
RGB23329183
HSL315°82.26%51.37%
HSB/HSV315°87.55%91.37%
CMYK0.00%87.55%21.46%
8.63%

Color #E91DB7 in popluar number systems.

HEXE91DB7
Decimal23329183
Binary111010011110110110111
Octal35135267

Shades and tints

Shades of #E91DB7

#E91DB7
(233,29,183)
#D41BA7
(212,27,167)
#BF1997
(191,25,151)
#AA1787
(170,23,135)
#951577
(149,21,119)
#801367
(128,19,103)
#6B1157
(107,17,87)
#560F47
(86,15,71)
#410D37
(65,13,55)
#2C0B27
(44,11,39)
#170917
(23,9,23)
#000000
(0,0,0)

Tints of #E91DB7

#E91DB7
(233,29,183)
#EB31BD
(235,49,189)
#ED45C3
(237,69,195)
#EF59C9
(239,89,201)
#F16DCF
(241,109,207)
#F381D5
(243,129,213)
#F595DB
(245,149,219)
#F7A9E1
(247,169,225)
#F9BDE7
(249,189,231)
#FBD1ED
(251,209,237)
#FDE5F3
(253,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E91DB7 color. Also use rgb(233,29,183) instead hex code.

Text Font Color

.myTextColor { color: #E91DB7; }

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

This text font color is #E91DB7.


Background Color

.myBgColor { background-color: #E91DB7; }

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

This div background color is #E91DB7.


Border color

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

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

This div border color is #E91DB7.


Opacity

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

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

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

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

This text has shadow with #E91DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E91DB7 on black background.


Color preview on white background

This text has color #E91DB7 on white background.



Black color preview on #E91DB7 background

This text has black color on #E91DB7 background.


White color preview on #E91DB7 background

This text has white color on #E91DB7 background.