COLOR #E9225E

HEX: #E9225E
RGB: (233,34,94)

Color info

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

RGB color model

#E9225E color RGB value is (233,34,94).

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

RGB channels and saturation

R 233 of 255 = 91%
G 34 of 255 = 13%
B 94 of 255 = 37%

233
34
94

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

Portions of RGB colors in percentages

R + G + B =
233 + 34 + 94 = 361 (100%)
R 233 of 361 ~ 64.54%
G 34 of 361 ~ 9.42%
B 94 of 361 ~ 26.04%

%64.54
%26.04

CMYK color model

#E9225E color CMYK value is (0,85,60,9).

  • cyan value is 0.00%
  • magenta value is 85.41%
  • yellow value is 59.66%
  • key color value is 8.63%
CMYK:
(0,85,60,9)
C0M85Y60K9 
(0%,85%,60%,9%)
(0.00/0.85/0.60/0.09)	

CMYK percentages

%0
%85.41
%59.66
%8.63

Codes

Color #E9225E in popluar color models

E9225E
RGB2333494
HSL342°81.89%52.35%
HSB/HSV342°85.41%91.37%
CMYK0.00%85.41%59.66%
8.63%

Color #E9225E in popluar number systems.

HEXE9225E
Decimal2333494
Binary111010011000101011110
Octal35142136

Shades and tints

Shades of #E9225E

#E9225E
(233,34,94)
#D41F56
(212,31,86)
#BF1C4E
(191,28,78)
#AA1946
(170,25,70)
#95163E
(149,22,62)
#801336
(128,19,54)
#6B102E
(107,16,46)
#560D26
(86,13,38)
#410A1E
(65,10,30)
#2C0716
(44,7,22)
#17040E
(23,4,14)
#000000
(0,0,0)

Tints of #E9225E

#E9225E
(233,34,94)
#EB366C
(235,54,108)
#ED4A7A
(237,74,122)
#EF5E88
(239,94,136)
#F17296
(241,114,150)
#F386A4
(243,134,164)
#F59AB2
(245,154,178)
#F7AEC0
(247,174,192)
#F9C2CE
(249,194,206)
#FBD6DC
(251,214,220)
#FDEAEA
(253,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9225E; }

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

This text font color is #E9225E.


Background Color

.myBgColor { background-color: #E9225E; }

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

This div background color is #E9225E.


Border color

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

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

This div border color is #E9225E.


Opacity

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

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

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

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

This text has shadow with #E9225E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9225E on black background.


Color preview on white background

This text has color #E9225E on white background.



Black color preview on #E9225E background

This text has black color on #E9225E background.


White color preview on #E9225E background

This text has white color on #E9225E background.