COLOR #E551E8

HEX: #E551E8
RGB: (229,81,232)

Color info

#E551E8 contains mainly red and blue colors. Web safe color of #E551E8 is #CC66FF (or #C6F).

RGB color model

#E551E8 color RGB value is (229,81,232).

  • red value is 229;
  • green value is 81;
  • blue value is 232.
RGB:
(229,81,232)
(90%,32%,91%)

RGB channels and saturation

R 229 of 255 = 90%
G 81 of 255 = 32%
B 232 of 255 = 91%

229
81
232

R + G + B ~ 71%. #E551E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 81 + 232 = 542 (100%)
R 229 of 542 ~ 42.25%
G 81 of 542 ~ 14.94%
B 232 of 542 ~ 42.8%

%42.25
%14.94
%42.8

CMYK color model

#E551E8 color CMYK value is (1,65,0,9).

  • cyan value is 1.29%
  • magenta value is 65.09%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(1,65,0,9)
C1M65Y0K9 
(1%,65%,0%,9%)
(0.01/0.65/0.00/0.09)	

CMYK percentages

%1.29
%65.09
%0
%9.02

Codes

Color #E551E8 in popluar color models

E551E8
RGB22981232
HSL299°76.65%61.37%
HSB/HSV299°65.09%90.98%
CMYK1.29%65.09%0.00%
9.02%

Color #E551E8 in popluar number systems.

HEXE551E8
Decimal22981232
Binary11100101101000111101000
Octal345121350

Shades and tints

Shades of #E551E8

#E551E8
(229,81,232)
#D14AD3
(209,74,211)
#BD43BE
(189,67,190)
#A93CA9
(169,60,169)
#953594
(149,53,148)
#812E7F
(129,46,127)
#6D276A
(109,39,106)
#592055
(89,32,85)
#451940
(69,25,64)
#31122B
(49,18,43)
#1D0B16
(29,11,22)
#000000
(0,0,0)

Tints of #E551E8

#E551E8
(229,81,232)
#E760EA
(231,96,234)
#E96FEC
(233,111,236)
#EB7EEE
(235,126,238)
#ED8DF0
(237,141,240)
#EF9CF2
(239,156,242)
#F1ABF4
(241,171,244)
#F3BAF6
(243,186,246)
#F5C9F8
(245,201,248)
#F7D8FA
(247,216,250)
#F9E7FC
(249,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E551E8 color. Also use rgb(229,81,232) instead hex code.

Text Font Color

.myTextColor { color: #E551E8; }

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

This text font color is #E551E8.


Background Color

.myBgColor { background-color: #E551E8; }

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

This div background color is #E551E8.


Border color

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

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

This div border color is #E551E8.


Opacity

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

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

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

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

This text has shadow with #E551E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E551E8 on black background.


Color preview on white background

This text has color #E551E8 on white background.



Black color preview on #E551E8 background

This text has black color on #E551E8 background.


White color preview on #E551E8 background

This text has white color on #E551E8 background.