COLOR #E5455F

HEX: #E5455F
RGB: (229,69,95)

Color info

#E5455F contains mainly red color. Web safe color of #E5455F is #CC3366 (or #C36).

RGB color model

#E5455F color RGB value is (229,69,95).

  • red value is 229;
  • green value is 69;
  • blue value is 95.
RGB:
(229,69,95)
(90%,27%,37%)

RGB channels and saturation

R 229 of 255 = 90%
G 69 of 255 = 27%
B 95 of 255 = 37%

229
69
95

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

Portions of RGB colors in percentages

R + G + B =
229 + 69 + 95 = 393 (100%)
R 229 of 393 ~ 58.27%
G 69 of 393 ~ 17.56%
B 95 of 393 ~ 24.17%

%58.27
%17.56
%24.17

CMYK color model

#E5455F color CMYK value is (0,70,59,10).

  • cyan value is 0.00%
  • magenta value is 69.87%
  • yellow value is 58.52%
  • key color value is 10.20%
CMYK:
(0,70,59,10)
C0M70Y59K10 
(0%,70%,59%,10%)
(0.00/0.70/0.59/0.10)	

CMYK percentages

%0
%69.87
%58.52
%10.2

Codes

Color #E5455F in popluar color models

E5455F
RGB2296995
HSL350°75.47%58.43%
HSB/HSV350°69.87%89.80%
CMYK0.00%69.87%58.52%
10.20%

Color #E5455F in popluar number systems.

HEXE5455F
Decimal2296995
Binary1110010110001011011111
Octal345105137

Shades and tints

Shades of #E5455F

#E5455F
(229,69,95)
#D13F57
(209,63,87)
#BD394F
(189,57,79)
#A93347
(169,51,71)
#952D3F
(149,45,63)
#812737
(129,39,55)
#6D212F
(109,33,47)
#591B27
(89,27,39)
#45151F
(69,21,31)
#310F17
(49,15,23)
#1D090F
(29,9,15)
#000000
(0,0,0)

Tints of #E5455F

#E5455F
(229,69,95)
#E7556D
(231,85,109)
#E9657B
(233,101,123)
#EB7589
(235,117,137)
#ED8597
(237,133,151)
#EF95A5
(239,149,165)
#F1A5B3
(241,165,179)
#F3B5C1
(243,181,193)
#F5C5CF
(245,197,207)
#F7D5DD
(247,213,221)
#F9E5EB
(249,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5455F color. Also use rgb(229,69,95) instead hex code.

Text Font Color

.myTextColor { color: #E5455F; }

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

This text font color is #E5455F.


Background Color

.myBgColor { background-color: #E5455F; }

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

This div background color is #E5455F.


Border color

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

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

This div border color is #E5455F.


Opacity

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

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

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

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

This text has shadow with #E5455F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5455F on black background.


Color preview on white background

This text has color #E5455F on white background.



Black color preview on #E5455F background

This text has black color on #E5455F background.


White color preview on #E5455F background

This text has white color on #E5455F background.