COLOR #E90F9D

HEX: #E90F9D
RGB: (233,15,157)

Color info

#E90F9D contains mainly red color. Web safe color of #E90F9D is #FF0099 (or #F09).

RGB color model

#E90F9D color RGB value is (233,15,157).

  • red value is 233;
  • green value is 15;
  • blue value is 157.
RGB:
(233,15,157)
(91%,6%,62%)

RGB channels and saturation

R 233 of 255 = 91%
G 15 of 255 = 6%
B 157 of 255 = 62%

233
15
157

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

Portions of RGB colors in percentages

R + G + B =
233 + 15 + 157 = 405 (100%)
R 233 of 405 ~ 57.53%
G 15 of 405 ~ 3.7%
B 157 of 405 ~ 38.77%

%57.53
%38.77

CMYK color model

#E90F9D color CMYK value is (0,94,33,9).

  • cyan value is 0.00%
  • magenta value is 93.56%
  • yellow value is 32.62%
  • key color value is 8.63%
CMYK:
(0,94,33,9)
C0M94Y33K9 
(0%,94%,33%,9%)
(0.00/0.94/0.33/0.09)	

CMYK percentages

%0
%93.56
%32.62
%8.63

Codes

Color #E90F9D in popluar color models

E90F9D
RGB23315157
HSL321°87.90%48.63%
HSB/HSV321°93.56%91.37%
CMYK0.00%93.56%32.62%
8.63%

Color #E90F9D in popluar number systems.

HEXE90F9D
Decimal23315157
Binary11101001111110011101
Octal35117235

Shades and tints

Shades of #E90F9D

#E90F9D
(233,15,157)
#D40E8F
(212,14,143)
#BF0D81
(191,13,129)
#AA0C73
(170,12,115)
#950B65
(149,11,101)
#800A57
(128,10,87)
#6B0949
(107,9,73)
#56083B
(86,8,59)
#41072D
(65,7,45)
#2C061F
(44,6,31)
#170511
(23,5,17)
#000000
(0,0,0)

Tints of #E90F9D

#E90F9D
(233,15,157)
#EB24A5
(235,36,165)
#ED39AD
(237,57,173)
#EF4EB5
(239,78,181)
#F163BD
(241,99,189)
#F378C5
(243,120,197)
#F58DCD
(245,141,205)
#F7A2D5
(247,162,213)
#F9B7DD
(249,183,221)
#FBCCE5
(251,204,229)
#FDE1ED
(253,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E90F9D color. Also use rgb(233,15,157) instead hex code.

Text Font Color

.myTextColor { color: #E90F9D; }

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

This text font color is #E90F9D.


Background Color

.myBgColor { background-color: #E90F9D; }

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

This div background color is #E90F9D.


Border color

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

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

This div border color is #E90F9D.


Opacity

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

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

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

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

This text has shadow with #E90F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E90F9D on black background.


Color preview on white background

This text has color #E90F9D on white background.



Black color preview on #E90F9D background

This text has black color on #E90F9D background.


White color preview on #E90F9D background

This text has white color on #E90F9D background.