COLOR #E5558D

HEX: #E5558D
RGB: (229,85,141)

Color info

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

RGB color model

#E5558D color RGB value is (229,85,141).

  • red value is 229;
  • green value is 85;
  • blue value is 141.
RGB:
(229,85,141)
(90%,33%,55%)

RGB channels and saturation

R 229 of 255 = 90%
G 85 of 255 = 33%
B 141 of 255 = 55%

229
85
141

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

Portions of RGB colors in percentages

R + G + B =
229 + 85 + 141 = 455 (100%)
R 229 of 455 ~ 50.33%
G 85 of 455 ~ 18.68%
B 141 of 455 ~ 30.99%

%50.33
%18.68
%30.99

CMYK color model

#E5558D color CMYK value is (0,63,38,10).

  • cyan value is 0.00%
  • magenta value is 62.88%
  • yellow value is 38.43%
  • key color value is 10.20%
CMYK:
(0,63,38,10)
C0M63Y38K10 
(0%,63%,38%,10%)
(0.00/0.63/0.38/0.10)	

CMYK percentages

%0
%62.88
%38.43
%10.2

Codes

Color #E5558D in popluar color models

E5558D
RGB22985141
HSL337°73.47%61.57%
HSB/HSV337°62.88%89.80%
CMYK0.00%62.88%38.43%
10.20%

Color #E5558D in popluar number systems.

HEXE5558D
Decimal22985141
Binary11100101101010110001101
Octal345125215

Shades and tints

Shades of #E5558D

#E5558D
(229,85,141)
#D14E81
(209,78,129)
#BD4775
(189,71,117)
#A94069
(169,64,105)
#95395D
(149,57,93)
#813251
(129,50,81)
#6D2B45
(109,43,69)
#592439
(89,36,57)
#451D2D
(69,29,45)
#311621
(49,22,33)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #E5558D

#E5558D
(229,85,141)
#E76497
(231,100,151)
#E973A1
(233,115,161)
#EB82AB
(235,130,171)
#ED91B5
(237,145,181)
#EFA0BF
(239,160,191)
#F1AFC9
(241,175,201)
#F3BED3
(243,190,211)
#F5CDDD
(245,205,221)
#F7DCE7
(247,220,231)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5558D color. Also use rgb(229,85,141) instead hex code.

Text Font Color

.myTextColor { color: #E5558D; }

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

This text font color is #E5558D.


Background Color

.myBgColor { background-color: #E5558D; }

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

This div background color is #E5558D.


Border color

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

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

This div border color is #E5558D.


Opacity

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

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

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

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

This text has shadow with #E5558D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5558D on black background.


Color preview on white background

This text has color #E5558D on white background.



Black color preview on #E5558D background

This text has black color on #E5558D background.


White color preview on #E5558D background

This text has white color on #E5558D background.