COLOR #E90B78

HEX: #E90B78
RGB: (233,11,120)

Color info

#E90B78 contains mainly red color. Web safe color of #E90B78 is #FF0066 (or #F06).

RGB color model

#E90B78 color RGB value is (233,11,120).

  • red value is 233;
  • green value is 11;
  • blue value is 120.
RGB:
(233,11,120)
(91%,4%,47%)

RGB channels and saturation

R 233 of 255 = 91%
G 11 of 255 = 4%
B 120 of 255 = 47%

233
11
120

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

Portions of RGB colors in percentages

R + G + B =
233 + 11 + 120 = 364 (100%)
R 233 of 364 ~ 64.01%
G 11 of 364 ~ 3.02%
B 120 of 364 ~ 32.97%

%64.01
%32.97

CMYK color model

#E90B78 color CMYK value is (0,95,48,9).

  • cyan value is 0.00%
  • magenta value is 95.28%
  • yellow value is 48.50%
  • key color value is 8.63%
CMYK:
(0,95,48,9)
C0M95Y48K9 
(0%,95%,48%,9%)
(0.00/0.95/0.48/0.09)	

CMYK percentages

%0
%95.28
%48.5
%8.63

Codes

Color #E90B78 in popluar color models

E90B78
RGB23311120
HSL331°90.98%47.84%
HSB/HSV331°95.28%91.37%
CMYK0.00%95.28%48.50%
8.63%

Color #E90B78 in popluar number systems.

HEXE90B78
Decimal23311120
Binary1110100110111111000
Octal35113170

Shades and tints

Shades of #E90B78

#E90B78
(233,11,120)
#D40A6E
(212,10,110)
#BF0964
(191,9,100)
#AA085A
(170,8,90)
#950750
(149,7,80)
#800646
(128,6,70)
#6B053C
(107,5,60)
#560432
(86,4,50)
#410328
(65,3,40)
#2C021E
(44,2,30)
#170114
(23,1,20)
#000000
(0,0,0)

Tints of #E90B78

#E90B78
(233,11,120)
#EB2184
(235,33,132)
#ED3790
(237,55,144)
#EF4D9C
(239,77,156)
#F163A8
(241,99,168)
#F379B4
(243,121,180)
#F58FC0
(245,143,192)
#F7A5CC
(247,165,204)
#F9BBD8
(249,187,216)
#FBD1E4
(251,209,228)
#FDE7F0
(253,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E90B78 color. Also use rgb(233,11,120) instead hex code.

Text Font Color

.myTextColor { color: #E90B78; }

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

This text font color is #E90B78.


Background Color

.myBgColor { background-color: #E90B78; }

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

This div background color is #E90B78.


Border color

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

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

This div border color is #E90B78.


Opacity

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

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

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

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

This text has shadow with #E90B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E90B78 on black background.


Color preview on white background

This text has color #E90B78 on white background.



Black color preview on #E90B78 background

This text has black color on #E90B78 background.


White color preview on #E90B78 background

This text has white color on #E90B78 background.