COLOR #E94255

HEX: #E94255
RGB: (233,66,85)

Color info

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

RGB color model

#E94255 color RGB value is (233,66,85).

  • red value is 233;
  • green value is 66;
  • blue value is 85.
RGB:
(233,66,85)
(91%,26%,33%)

RGB channels and saturation

R 233 of 255 = 91%
G 66 of 255 = 26%
B 85 of 255 = 33%

233
66
85

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

Portions of RGB colors in percentages

R + G + B =
233 + 66 + 85 = 384 (100%)
R 233 of 384 ~ 60.68%
G 66 of 384 ~ 17.19%
B 85 of 384 ~ 22.14%

%60.68
%17.19
%22.14

CMYK color model

#E94255 color CMYK value is (0,72,64,9).

  • cyan value is 0.00%
  • magenta value is 71.67%
  • yellow value is 63.52%
  • key color value is 8.63%
CMYK:
(0,72,64,9)
C0M72Y64K9 
(0%,72%,64%,9%)
(0.00/0.72/0.64/0.09)	

CMYK percentages

%0
%71.67
%63.52
%8.63

Codes

Color #E94255 in popluar color models

E94255
RGB2336685
HSL353°79.15%58.63%
HSB/HSV353°71.67%91.37%
CMYK0.00%71.67%63.52%
8.63%

Color #E94255 in popluar number systems.

HEXE94255
Decimal2336685
Binary1110100110000101010101
Octal351102125

Shades and tints

Shades of #E94255

#E94255
(233,66,85)
#D43C4E
(212,60,78)
#BF3647
(191,54,71)
#AA3040
(170,48,64)
#952A39
(149,42,57)
#802432
(128,36,50)
#6B1E2B
(107,30,43)
#561824
(86,24,36)
#41121D
(65,18,29)
#2C0C16
(44,12,22)
#17060F
(23,6,15)
#000000
(0,0,0)

Tints of #E94255

#E94255
(233,66,85)
#EB5364
(235,83,100)
#ED6473
(237,100,115)
#EF7582
(239,117,130)
#F18691
(241,134,145)
#F397A0
(243,151,160)
#F5A8AF
(245,168,175)
#F7B9BE
(247,185,190)
#F9CACD
(249,202,205)
#FBDBDC
(251,219,220)
#FDECEB
(253,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E94255 color. Also use rgb(233,66,85) instead hex code.

Text Font Color

.myTextColor { color: #E94255; }

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

This text font color is #E94255.


Background Color

.myBgColor { background-color: #E94255; }

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

This div background color is #E94255.


Border color

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

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

This div border color is #E94255.


Opacity

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

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

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

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

This text has shadow with #E94255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E94255 on black background.


Color preview on white background

This text has color #E94255 on white background.



Black color preview on #E94255 background

This text has black color on #E94255 background.


White color preview on #E94255 background

This text has white color on #E94255 background.