COLOR #E555BF

HEX: #E555BF
RGB: (229,85,191)

Color info

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

RGB color model

#E555BF color RGB value is (229,85,191).

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

RGB channels and saturation

R 229 of 255 = 90%
G 85 of 255 = 33%
B 191 of 255 = 75%

229
85
191

R + G + B ~ 66%. #E555BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 85 + 191 = 505 (100%)
R 229 of 505 ~ 45.35%
G 85 of 505 ~ 16.83%
B 191 of 505 ~ 37.82%

%45.35
%16.83
%37.82

CMYK color model

#E555BF color CMYK value is (0,63,17,10).

  • cyan value is 0.00%
  • magenta value is 62.88%
  • yellow value is 16.59%
  • key color value is 10.20%
CMYK:
(0,63,17,10)
C0M63Y17K10 
(0%,63%,17%,10%)
(0.00/0.63/0.17/0.10)	

CMYK percentages

%0
%62.88
%16.59
%10.2

Codes

Color #E555BF in popluar color models

E555BF
RGB22985191
HSL316°73.47%61.57%
HSB/HSV316°62.88%89.80%
CMYK0.00%62.88%16.59%
10.20%

Color #E555BF in popluar number systems.

HEXE555BF
Decimal22985191
Binary11100101101010110111111
Octal345125277

Shades and tints

Shades of #E555BF

#E555BF
(229,85,191)
#D14EAE
(209,78,174)
#BD479D
(189,71,157)
#A9408C
(169,64,140)
#95397B
(149,57,123)
#81326A
(129,50,106)
#6D2B59
(109,43,89)
#592448
(89,36,72)
#451D37
(69,29,55)
#311626
(49,22,38)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #E555BF

#E555BF
(229,85,191)
#E764C4
(231,100,196)
#E973C9
(233,115,201)
#EB82CE
(235,130,206)
#ED91D3
(237,145,211)
#EFA0D8
(239,160,216)
#F1AFDD
(241,175,221)
#F3BEE2
(243,190,226)
#F5CDE7
(245,205,231)
#F7DCEC
(247,220,236)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E555BF; }

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

This text font color is #E555BF.


Background Color

.myBgColor { background-color: #E555BF; }

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

This div background color is #E555BF.


Border color

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

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

This div border color is #E555BF.


Opacity

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

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

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

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

This text has shadow with #E555BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E555BF on black background.


Color preview on white background

This text has color #E555BF on white background.



Black color preview on #E555BF background

This text has black color on #E555BF background.


White color preview on #E555BF background

This text has white color on #E555BF background.