COLOR #E94472

HEX: #E94472
RGB: (233,68,114)

Color info

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

RGB color model

#E94472 color RGB value is (233,68,114).

  • red value is 233;
  • green value is 68;
  • blue value is 114.
RGB:
(233,68,114)
(91%,27%,45%)

RGB channels and saturation

R 233 of 255 = 91%
G 68 of 255 = 27%
B 114 of 255 = 45%

233
68
114

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

Portions of RGB colors in percentages

R + G + B =
233 + 68 + 114 = 415 (100%)
R 233 of 415 ~ 56.14%
G 68 of 415 ~ 16.39%
B 114 of 415 ~ 27.47%

%56.14
%16.39
%27.47

CMYK color model

#E94472 color CMYK value is (0,71,51,9).

  • cyan value is 0.00%
  • magenta value is 70.82%
  • yellow value is 51.07%
  • key color value is 8.63%
CMYK:
(0,71,51,9)
C0M71Y51K9 
(0%,71%,51%,9%)
(0.00/0.71/0.51/0.09)	

CMYK percentages

%0
%70.82
%51.07
%8.63

Codes

Color #E94472 in popluar color models

E94472
RGB23368114
HSL343°78.95%59.02%
HSB/HSV343°70.82%91.37%
CMYK0.00%70.82%51.07%
8.63%

Color #E94472 in popluar number systems.

HEXE94472
Decimal23368114
Binary1110100110001001110010
Octal351104162

Shades and tints

Shades of #E94472

#E94472
(233,68,114)
#D43E68
(212,62,104)
#BF385E
(191,56,94)
#AA3254
(170,50,84)
#952C4A
(149,44,74)
#802640
(128,38,64)
#6B2036
(107,32,54)
#561A2C
(86,26,44)
#411422
(65,20,34)
#2C0E18
(44,14,24)
#17080E
(23,8,14)
#000000
(0,0,0)

Tints of #E94472

#E94472
(233,68,114)
#EB557E
(235,85,126)
#ED668A
(237,102,138)
#EF7796
(239,119,150)
#F188A2
(241,136,162)
#F399AE
(243,153,174)
#F5AABA
(245,170,186)
#F7BBC6
(247,187,198)
#F9CCD2
(249,204,210)
#FBDDDE
(251,221,222)
#FDEEEA
(253,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E94472 color. Also use rgb(233,68,114) instead hex code.

Text Font Color

.myTextColor { color: #E94472; }

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

This text font color is #E94472.


Background Color

.myBgColor { background-color: #E94472; }

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

This div background color is #E94472.


Border color

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

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

This div border color is #E94472.


Opacity

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

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

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

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

This text has shadow with #E94472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E94472 on black background.


Color preview on white background

This text has color #E94472 on white background.



Black color preview on #E94472 background

This text has black color on #E94472 background.


White color preview on #E94472 background

This text has white color on #E94472 background.