COLOR #E482FD

HEX: #E482FD
RGB: (228,130,253)

Color info

#E482FD contains mainly red and blue colors. Web safe color of #E482FD is #CC99FF (or #C9F).

RGB color model

#E482FD color RGB value is (228,130,253).

  • red value is 228;
  • green value is 130;
  • blue value is 253.
RGB:
(228,130,253)
(89%,51%,99%)

RGB channels and saturation

R 228 of 255 = 89%
G 130 of 255 = 51%
B 253 of 255 = 99%

228
130
253

R + G + B ~ 80%. #E482FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 130 + 253 = 611 (100%)
R 228 of 611 ~ 37.32%
G 130 of 611 ~ 21.28%
B 253 of 611 ~ 41.41%

%37.32
%21.28
%41.41

CMYK color model

#E482FD color CMYK value is (10,49,0,1).

  • cyan value is 9.88%
  • magenta value is 48.62%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,49,0,1)
C10M49Y0K1 
(10%,49%,0%,1%)
(0.10/0.49/0.00/0.01)	

CMYK percentages

%9.88
%48.62
%0
%0.78

Codes

Color #E482FD in popluar color models

E482FD
RGB228130253
HSL288°96.85%75.10%
HSB/HSV288°48.62%99.22%
CMYK9.88%48.62%0.00%
0.78%

Color #E482FD in popluar number systems.

HEXE482FD
Decimal228130253
Binary111001001000001011111101
Octal344202375

Shades and tints

Shades of #E482FD

#E482FD
(228,130,253)
#D077E6
(208,119,230)
#BC6CCF
(188,108,207)
#A861B8
(168,97,184)
#9456A1
(148,86,161)
#804B8A
(128,75,138)
#6C4073
(108,64,115)
#58355C
(88,53,92)
#442A45
(68,42,69)
#301F2E
(48,31,46)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #E482FD

#E482FD
(228,130,253)
#E68DFD
(230,141,253)
#E898FD
(232,152,253)
#EAA3FD
(234,163,253)
#ECAEFD
(236,174,253)
#EEB9FD
(238,185,253)
#F0C4FD
(240,196,253)
#F2CFFD
(242,207,253)
#F4DAFD
(244,218,253)
#F6E5FD
(246,229,253)
#F8F0FD
(248,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E482FD color. Also use rgb(228,130,253) instead hex code.

Text Font Color

.myTextColor { color: #E482FD; }

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

This text font color is #E482FD.


Background Color

.myBgColor { background-color: #E482FD; }

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

This div background color is #E482FD.


Border color

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

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

This div border color is #E482FD.


Opacity

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

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

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

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

This text has shadow with #E482FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E482FD on black background.


Color preview on white background

This text has color #E482FD on white background.



Black color preview on #E482FD background

This text has black color on #E482FD background.


White color preview on #E482FD background

This text has white color on #E482FD background.