COLOR #E54999

HEX: #E54999
RGB: (229,73,153)

Color info

#E54999 contains mainly red color. Web safe color of #E54999 is #CC3399 (or #C39).

RGB color model

#E54999 color RGB value is (229,73,153).

  • red value is 229;
  • green value is 73;
  • blue value is 153.
RGB:
(229,73,153)
(90%,29%,60%)

RGB channels and saturation

R 229 of 255 = 90%
G 73 of 255 = 29%
B 153 of 255 = 60%

229
73
153

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

Portions of RGB colors in percentages

R + G + B =
229 + 73 + 153 = 455 (100%)
R 229 of 455 ~ 50.33%
G 73 of 455 ~ 16.04%
B 153 of 455 ~ 33.63%

%50.33
%16.04
%33.63

CMYK color model

#E54999 color CMYK value is (0,68,33,10).

  • cyan value is 0.00%
  • magenta value is 68.12%
  • yellow value is 33.19%
  • key color value is 10.20%
CMYK:
(0,68,33,10)
C0M68Y33K10 
(0%,68%,33%,10%)
(0.00/0.68/0.33/0.10)	

CMYK percentages

%0
%68.12
%33.19
%10.2

Codes

Color #E54999 in popluar color models

E54999
RGB22973153
HSL329°75.00%59.22%
HSB/HSV329°68.12%89.80%
CMYK0.00%68.12%33.19%
10.20%

Color #E54999 in popluar number systems.

HEXE54999
Decimal22973153
Binary11100101100100110011001
Octal345111231

Shades and tints

Shades of #E54999

#E54999
(229,73,153)
#D1438C
(209,67,140)
#BD3D7F
(189,61,127)
#A93772
(169,55,114)
#953165
(149,49,101)
#812B58
(129,43,88)
#6D254B
(109,37,75)
#591F3E
(89,31,62)
#451931
(69,25,49)
#311324
(49,19,36)
#1D0D17
(29,13,23)
#000000
(0,0,0)

Tints of #E54999

#E54999
(229,73,153)
#E759A2
(231,89,162)
#E969AB
(233,105,171)
#EB79B4
(235,121,180)
#ED89BD
(237,137,189)
#EF99C6
(239,153,198)
#F1A9CF
(241,169,207)
#F3B9D8
(243,185,216)
#F5C9E1
(245,201,225)
#F7D9EA
(247,217,234)
#F9E9F3
(249,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E54999 color. Also use rgb(229,73,153) instead hex code.

Text Font Color

.myTextColor { color: #E54999; }

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

This text font color is #E54999.


Background Color

.myBgColor { background-color: #E54999; }

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

This div background color is #E54999.


Border color

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

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

This div border color is #E54999.


Opacity

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

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

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

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

This text has shadow with #E54999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E54999 on black background.


Color preview on white background

This text has color #E54999 on white background.



Black color preview on #E54999 background

This text has black color on #E54999 background.


White color preview on #E54999 background

This text has white color on #E54999 background.