COLOR #E555B8

HEX: #E555B8 RGB: (229,85,184)

Color info

#E555B8 contains mainly red and blue colors. Web safe color of #E555B8 is #CC66CC (or #C6C).

RGB color model

#E555B8 color RGB value is (229,85,184).

RGB: (229,85,184) (90%, 33%, 72%)

RGB channels and saturation

R 229 of 255 = 90%
G 85 of 255 = 33%
B 184 of 255 = 72%

229
85
184

R + G + B ~ 65%. #E555B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 85 + 184 = 498 (100%)
R 229 of 498 ~ 45.98%
G 85 of 498 ~ 17.07%
B 184 of 498 ~ 36.95'%

%45.98
%17.07
%36.95

CMYK color model

#E555B8 color CMYK value is (0,63,20,10).

  • cyan value is 0.00%
  • magenta value is 62.88%
  • yellow value is 19.65%
  • key color value is 10.20%
CMYK: (0,63,20,10) C0M63Y20K10 (0%,63%,20%,10%) (0.00/0.63/0.20/0.10) 

CMYK percentages

%0
%62.88
%19.65
%10.2

Codes

Color #E555B8 in popluar color models

E5 55 B8
RGB 229 85 184
HSL 319° 73.47% 61.57%
HSB/HSV 319° 62.88% 89.80%
CMYK 0.00% 62.88% 19.65%
10.20%

Color #E555B8 in popluar number systems.

HEX E5 55 B8
Decimal 229 85 184
Binary 11100101 1010101 10111000
Octal 345 125 270

Shades and tints

Shades of #E555B8

#E555B8
(229,85,184)
#D14EA8
(209,78,168)
#BD4798
(189,71,152)
#A94088
(169,64,136)
#953978
(149,57,120)
#813268
(129,50,104)
#6D2B58
(109,43,88)
#592448
(89,36,72)
#451D38
(69,29,56)
#311628
(49,22,40)
#1D0F18
(29,15,24)
#000000
(0,0,0)

Tints of #E555B8

#E555B8
(229,85,184)
#E764BE
(231,100,190)
#E973C4
(233,115,196)
#EB82CA
(235,130,202)
#ED91D0
(237,145,208)
#EFA0D6
(239,160,214)
#F1AFDC
(241,175,220)
#F3BEE2
(243,190,226)
#F5CDE8
(245,205,232)
#F7DCEE
(247,220,238)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E555B8; }

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

This text font color is #E555B8.

Background Color

.myBgColor { background-color: #E555B8; }

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

This div background color is #E555B8.

Border color

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

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

This div border color is #E555B8.

Opacity

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

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

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

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

This text has shadow with #E555B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E555B8.

Preview

Color preview on black background

This text has color #E555B8 on black background.


Color preview on white background

This text has color #E555B8 on white background.


Black color preview on #E555B8 background

This text has black color on #E555B8 background.


White color preview on #E555B8 background

This text has white color on #E555B8 background.


Related colors

Complementary color

Complementary color for #hex is #1AAA47.


I love getcolorcode.com

Triadic colors

1 #B8E555 and #55B8E5 with #E555B8 are triadic colors.

2 #B855E5 and #55E5B8 with #E555B8 are triadic colors.