COLOR #E480E8

HEX: #E480E8
RGB: (228,128,232)

Color info

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

RGB color model

#E480E8 color RGB value is (228,128,232).

  • red value is 228;
  • green value is 128;
  • blue value is 232.
RGB:
(228,128,232)
(89%,50%,91%)

RGB channels and saturation

R 228 of 255 = 89%
G 128 of 255 = 50%
B 232 of 255 = 91%

228
128
232

R + G + B ~ 77%. #E480E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 128 + 232 = 588 (100%)
R 228 of 588 ~ 38.78%
G 128 of 588 ~ 21.77%
B 232 of 588 ~ 39.46%

%38.78
%21.77
%39.46

CMYK color model

#E480E8 color CMYK value is (2,45,0,9).

  • cyan value is 1.72%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(2,45,0,9)
C2M45Y0K9 
(2%,45%,0%,9%)
(0.02/0.45/0.00/0.09)	

CMYK percentages

%1.72
%44.83
%0
%9.02

Codes

Color #E480E8 in popluar color models

E480E8
RGB228128232
HSL298°69.33%70.59%
HSB/HSV298°44.83%90.98%
CMYK1.72%44.83%0.00%
9.02%

Color #E480E8 in popluar number systems.

HEXE480E8
Decimal228128232
Binary111001001000000011101000
Octal344200350

Shades and tints

Shades of #E480E8

#E480E8
(228,128,232)
#D075D3
(208,117,211)
#BC6ABE
(188,106,190)
#A85FA9
(168,95,169)
#945494
(148,84,148)
#80497F
(128,73,127)
#6C3E6A
(108,62,106)
#583355
(88,51,85)
#442840
(68,40,64)
#301D2B
(48,29,43)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #E480E8

#E480E8
(228,128,232)
#E68BEA
(230,139,234)
#E896EC
(232,150,236)
#EAA1EE
(234,161,238)
#ECACF0
(236,172,240)
#EEB7F2
(238,183,242)
#F0C2F4
(240,194,244)
#F2CDF6
(242,205,246)
#F4D8F8
(244,216,248)
#F6E3FA
(246,227,250)
#F8EEFC
(248,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E480E8 color. Also use rgb(228,128,232) instead hex code.

Text Font Color

.myTextColor { color: #E480E8; }

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

This text font color is #E480E8.


Background Color

.myBgColor { background-color: #E480E8; }

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

This div background color is #E480E8.


Border color

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

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

This div border color is #E480E8.


Opacity

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

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

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

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

This text has shadow with #E480E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E480E8 on black background.


Color preview on white background

This text has color #E480E8 on white background.



Black color preview on #E480E8 background

This text has black color on #E480E8 background.


White color preview on #E480E8 background

This text has white color on #E480E8 background.