COLOR #E54781

HEX: #E54781
RGB: (229,71,129)

Color info

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

RGB color model

#E54781 color RGB value is (229,71,129).

  • red value is 229;
  • green value is 71;
  • blue value is 129.
RGB:
(229,71,129)
(90%,28%,51%)

RGB channels and saturation

R 229 of 255 = 90%
G 71 of 255 = 28%
B 129 of 255 = 51%

229
71
129

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

Portions of RGB colors in percentages

R + G + B =
229 + 71 + 129 = 429 (100%)
R 229 of 429 ~ 53.38%
G 71 of 429 ~ 16.55%
B 129 of 429 ~ 30.07%

%53.38
%16.55
%30.07

CMYK color model

#E54781 color CMYK value is (0,69,44,10).

  • cyan value is 0.00%
  • magenta value is 69.00%
  • yellow value is 43.67%
  • key color value is 10.20%
CMYK:
(0,69,44,10)
C0M69Y44K10 
(0%,69%,44%,10%)
(0.00/0.69/0.44/0.10)	

CMYK percentages

%0
%69
%43.67
%10.2

Codes

Color #E54781 in popluar color models

E54781
RGB22971129
HSL338°75.24%58.82%
HSB/HSV338°69.00%89.80%
CMYK0.00%69.00%43.67%
10.20%

Color #E54781 in popluar number systems.

HEXE54781
Decimal22971129
Binary11100101100011110000001
Octal345107201

Shades and tints

Shades of #E54781

#E54781
(229,71,129)
#D14176
(209,65,118)
#BD3B6B
(189,59,107)
#A93560
(169,53,96)
#952F55
(149,47,85)
#81294A
(129,41,74)
#6D233F
(109,35,63)
#591D34
(89,29,52)
#451729
(69,23,41)
#31111E
(49,17,30)
#1D0B13
(29,11,19)
#000000
(0,0,0)

Tints of #E54781

#E54781
(229,71,129)
#E7578C
(231,87,140)
#E96797
(233,103,151)
#EB77A2
(235,119,162)
#ED87AD
(237,135,173)
#EF97B8
(239,151,184)
#F1A7C3
(241,167,195)
#F3B7CE
(243,183,206)
#F5C7D9
(245,199,217)
#F7D7E4
(247,215,228)
#F9E7EF
(249,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E54781 color. Also use rgb(229,71,129) instead hex code.

Text Font Color

.myTextColor { color: #E54781; }

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

This text font color is #E54781.


Background Color

.myBgColor { background-color: #E54781; }

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

This div background color is #E54781.


Border color

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

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

This div border color is #E54781.


Opacity

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

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

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

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

This text has shadow with #E54781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E54781 on black background.


Color preview on white background

This text has color #E54781 on white background.



Black color preview on #E54781 background

This text has black color on #E54781 background.


White color preview on #E54781 background

This text has white color on #E54781 background.