COLOR #E94C94

HEX: #E94C94
RGB: (233,76,148)

Color info

#E94C94 contains mainly red color. Web safe color of #E94C94 is #FF3399 (or #F39).

RGB color model

#E94C94 color RGB value is (233,76,148).

  • red value is 233;
  • green value is 76;
  • blue value is 148.
RGB:
(233,76,148)
(91%,30%,58%)

RGB channels and saturation

R 233 of 255 = 91%
G 76 of 255 = 30%
B 148 of 255 = 58%

233
76
148

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

Portions of RGB colors in percentages

R + G + B =
233 + 76 + 148 = 457 (100%)
R 233 of 457 ~ 50.98%
G 76 of 457 ~ 16.63%
B 148 of 457 ~ 32.39%

%50.98
%16.63
%32.39

CMYK color model

#E94C94 color CMYK value is (0,67,36,9).

  • cyan value is 0.00%
  • magenta value is 67.38%
  • yellow value is 36.48%
  • key color value is 8.63%
CMYK:
(0,67,36,9)
C0M67Y36K9 
(0%,67%,36%,9%)
(0.00/0.67/0.36/0.09)	

CMYK percentages

%0
%67.38
%36.48
%8.63

Codes

Color #E94C94 in popluar color models

E94C94
RGB23376148
HSL332°78.11%60.59%
HSB/HSV332°67.38%91.37%
CMYK0.00%67.38%36.48%
8.63%

Color #E94C94 in popluar number systems.

HEXE94C94
Decimal23376148
Binary11101001100110010010100
Octal351114224

Shades and tints

Shades of #E94C94

#E94C94
(233,76,148)
#D44687
(212,70,135)
#BF407A
(191,64,122)
#AA3A6D
(170,58,109)
#953460
(149,52,96)
#802E53
(128,46,83)
#6B2846
(107,40,70)
#562239
(86,34,57)
#411C2C
(65,28,44)
#2C161F
(44,22,31)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #E94C94

#E94C94
(233,76,148)
#EB5C9D
(235,92,157)
#ED6CA6
(237,108,166)
#EF7CAF
(239,124,175)
#F18CB8
(241,140,184)
#F39CC1
(243,156,193)
#F5ACCA
(245,172,202)
#F7BCD3
(247,188,211)
#F9CCDC
(249,204,220)
#FBDCE5
(251,220,229)
#FDECEE
(253,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E94C94 color. Also use rgb(233,76,148) instead hex code.

Text Font Color

.myTextColor { color: #E94C94; }

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

This text font color is #E94C94.


Background Color

.myBgColor { background-color: #E94C94; }

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

This div background color is #E94C94.


Border color

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

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

This div border color is #E94C94.


Opacity

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

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

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

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

This text has shadow with #E94C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E94C94 on black background.


Color preview on white background

This text has color #E94C94 on white background.



Black color preview on #E94C94 background

This text has black color on #E94C94 background.


White color preview on #E94C94 background

This text has white color on #E94C94 background.