COLOR #E9285E

HEX: #E9285E
RGB: (233,40,94)

Color info

#E9285E contains mainly red color. Web safe color of #E9285E is #FF3366 (or #F36).

RGB color model

#E9285E color RGB value is (233,40,94).

  • red value is 233;
  • green value is 40;
  • blue value is 94.
RGB:
(233,40,94)
(91%,16%,37%)

RGB channels and saturation

R 233 of 255 = 91%
G 40 of 255 = 16%
B 94 of 255 = 37%

233
40
94

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

Portions of RGB colors in percentages

R + G + B =
233 + 40 + 94 = 367 (100%)
R 233 of 367 ~ 63.49%
G 40 of 367 ~ 10.9%
B 94 of 367 ~ 25.61%

%63.49
%10.9
%25.61

CMYK color model

#E9285E color CMYK value is (0,83,60,9).

  • cyan value is 0.00%
  • magenta value is 82.83%
  • yellow value is 59.66%
  • key color value is 8.63%
CMYK:
(0,83,60,9)
C0M83Y60K9 
(0%,83%,60%,9%)
(0.00/0.83/0.60/0.09)	

CMYK percentages

%0
%82.83
%59.66
%8.63

Codes

Color #E9285E in popluar color models

E9285E
RGB2334094
HSL343°81.43%53.53%
HSB/HSV343°82.83%91.37%
CMYK0.00%82.83%59.66%
8.63%

Color #E9285E in popluar number systems.

HEXE9285E
Decimal2334094
Binary111010011010001011110
Octal35150136

Shades and tints

Shades of #E9285E

#E9285E
(233,40,94)
#D42556
(212,37,86)
#BF224E
(191,34,78)
#AA1F46
(170,31,70)
#951C3E
(149,28,62)
#801936
(128,25,54)
#6B162E
(107,22,46)
#561326
(86,19,38)
#41101E
(65,16,30)
#2C0D16
(44,13,22)
#170A0E
(23,10,14)
#000000
(0,0,0)

Tints of #E9285E

#E9285E
(233,40,94)
#EB3B6C
(235,59,108)
#ED4E7A
(237,78,122)
#EF6188
(239,97,136)
#F17496
(241,116,150)
#F387A4
(243,135,164)
#F59AB2
(245,154,178)
#F7ADC0
(247,173,192)
#F9C0CE
(249,192,206)
#FBD3DC
(251,211,220)
#FDE6EA
(253,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9285E color. Also use rgb(233,40,94) instead hex code.

Text Font Color

.myTextColor { color: #E9285E; }

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

This text font color is #E9285E.


Background Color

.myBgColor { background-color: #E9285E; }

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

This div background color is #E9285E.


Border color

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

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

This div border color is #E9285E.


Opacity

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

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

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

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

This text has shadow with #E9285E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9285E on black background.


Color preview on white background

This text has color #E9285E on white background.



Black color preview on #E9285E background

This text has black color on #E9285E background.


White color preview on #E9285E background

This text has white color on #E9285E background.