COLOR #E54261

HEX: #E54261
RGB: (229,66,97)

Color info

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

RGB color model

#E54261 color RGB value is (229,66,97).

  • red value is 229;
  • green value is 66;
  • blue value is 97.
RGB:
(229,66,97)
(90%,26%,38%)

RGB channels and saturation

R 229 of 255 = 90%
G 66 of 255 = 26%
B 97 of 255 = 38%

229
66
97

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

Portions of RGB colors in percentages

R + G + B =
229 + 66 + 97 = 392 (100%)
R 229 of 392 ~ 58.42%
G 66 of 392 ~ 16.84%
B 97 of 392 ~ 24.74%

%58.42
%16.84
%24.74

CMYK color model

#E54261 color CMYK value is (0,71,58,10).

  • cyan value is 0.00%
  • magenta value is 71.18%
  • yellow value is 57.64%
  • key color value is 10.20%
CMYK:
(0,71,58,10)
C0M71Y58K10 
(0%,71%,58%,10%)
(0.00/0.71/0.58/0.10)	

CMYK percentages

%0
%71.18
%57.64
%10.2

Codes

Color #E54261 in popluar color models

E54261
RGB2296697
HSL349°75.81%57.84%
HSB/HSV349°71.18%89.80%
CMYK0.00%71.18%57.64%
10.20%

Color #E54261 in popluar number systems.

HEXE54261
Decimal2296697
Binary1110010110000101100001
Octal345102141

Shades and tints

Shades of #E54261

#E54261
(229,66,97)
#D13C59
(209,60,89)
#BD3651
(189,54,81)
#A93049
(169,48,73)
#952A41
(149,42,65)
#812439
(129,36,57)
#6D1E31
(109,30,49)
#591829
(89,24,41)
#451221
(69,18,33)
#310C19
(49,12,25)
#1D0611
(29,6,17)
#000000
(0,0,0)

Tints of #E54261

#E54261
(229,66,97)
#E7536F
(231,83,111)
#E9647D
(233,100,125)
#EB758B
(235,117,139)
#ED8699
(237,134,153)
#EF97A7
(239,151,167)
#F1A8B5
(241,168,181)
#F3B9C3
(243,185,195)
#F5CAD1
(245,202,209)
#F7DBDF
(247,219,223)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E54261 color. Also use rgb(229,66,97) instead hex code.

Text Font Color

.myTextColor { color: #E54261; }

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

This text font color is #E54261.


Background Color

.myBgColor { background-color: #E54261; }

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

This div background color is #E54261.


Border color

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

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

This div border color is #E54261.


Opacity

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

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

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

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

This text has shadow with #E54261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E54261 on black background.


Color preview on white background

This text has color #E54261 on white background.



Black color preview on #E54261 background

This text has black color on #E54261 background.


White color preview on #E54261 background

This text has white color on #E54261 background.