COLOR #E5578F

HEX: #E5578F
RGB: (229,87,143)

Color info

#E5578F contains mainly red color. Web safe color of #E5578F is #CC6699 (or #C69).

RGB color model

#E5578F color RGB value is (229,87,143).

  • red value is 229;
  • green value is 87;
  • blue value is 143.
RGB:
(229,87,143)
(90%,34%,56%)

RGB channels and saturation

R 229 of 255 = 90%
G 87 of 255 = 34%
B 143 of 255 = 56%

229
87
143

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

Portions of RGB colors in percentages

R + G + B =
229 + 87 + 143 = 459 (100%)
R 229 of 459 ~ 49.89%
G 87 of 459 ~ 18.95%
B 143 of 459 ~ 31.15%

%49.89
%18.95
%31.15

CMYK color model

#E5578F color CMYK value is (0,62,38,10).

  • cyan value is 0.00%
  • magenta value is 62.01%
  • yellow value is 37.55%
  • key color value is 10.20%
CMYK:
(0,62,38,10)
C0M62Y38K10 
(0%,62%,38%,10%)
(0.00/0.62/0.38/0.10)	

CMYK percentages

%0
%62.01
%37.55
%10.2

Codes

Color #E5578F in popluar color models

E5578F
RGB22987143
HSL336°73.20%61.96%
HSB/HSV336°62.01%89.80%
CMYK0.00%62.01%37.55%
10.20%

Color #E5578F in popluar number systems.

HEXE5578F
Decimal22987143
Binary11100101101011110001111
Octal345127217

Shades and tints

Shades of #E5578F

#E5578F
(229,87,143)
#D15082
(209,80,130)
#BD4975
(189,73,117)
#A94268
(169,66,104)
#953B5B
(149,59,91)
#81344E
(129,52,78)
#6D2D41
(109,45,65)
#592634
(89,38,52)
#451F27
(69,31,39)
#31181A
(49,24,26)
#1D110D
(29,17,13)
#000000
(0,0,0)

Tints of #E5578F

#E5578F
(229,87,143)
#E76699
(231,102,153)
#E975A3
(233,117,163)
#EB84AD
(235,132,173)
#ED93B7
(237,147,183)
#EFA2C1
(239,162,193)
#F1B1CB
(241,177,203)
#F3C0D5
(243,192,213)
#F5CFDF
(245,207,223)
#F7DEE9
(247,222,233)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5578F color. Also use rgb(229,87,143) instead hex code.

Text Font Color

.myTextColor { color: #E5578F; }

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

This text font color is #E5578F.


Background Color

.myBgColor { background-color: #E5578F; }

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

This div background color is #E5578F.


Border color

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

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

This div border color is #E5578F.


Opacity

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

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

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

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

This text has shadow with #E5578F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5578F on black background.


Color preview on white background

This text has color #E5578F on white background.



Black color preview on #E5578F background

This text has black color on #E5578F background.


White color preview on #E5578F background

This text has white color on #E5578F background.