COLOR #E180FD

HEX: #E180FD
RGB: (225,128,253)

Color info

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

RGB color model

#E180FD color RGB value is (225,128,253).

  • red value is 225;
  • green value is 128;
  • blue value is 253.
RGB:
(225,128,253)
(88%,50%,99%)

RGB channels and saturation

R 225 of 255 = 88%
G 128 of 255 = 50%
B 253 of 255 = 99%

225
128
253

R + G + B ~ 79%. #E180FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 128 + 253 = 606 (100%)
R 225 of 606 ~ 37.13%
G 128 of 606 ~ 21.12%
B 253 of 606 ~ 41.75%

%37.13
%21.12
%41.75

CMYK color model

#E180FD color CMYK value is (11,49,0,1).

  • cyan value is 11.07%
  • magenta value is 49.41%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,49,0,1)
C11M49Y0K1 
(11%,49%,0%,1%)
(0.11/0.49/0.00/0.01)	

CMYK percentages

%11.07
%49.41
%0
%0.78

Codes

Color #E180FD in popluar color models

E180FD
RGB225128253
HSL287°96.90%74.71%
HSB/HSV287°49.41%99.22%
CMYK11.07%49.41%0.00%
0.78%

Color #E180FD in popluar number systems.

HEXE180FD
Decimal225128253
Binary111000011000000011111101
Octal341200375

Shades and tints

Shades of #E180FD

#E180FD
(225,128,253)
#CD75E6
(205,117,230)
#B96ACF
(185,106,207)
#A55FB8
(165,95,184)
#9154A1
(145,84,161)
#7D498A
(125,73,138)
#693E73
(105,62,115)
#55335C
(85,51,92)
#412845
(65,40,69)
#2D1D2E
(45,29,46)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #E180FD

#E180FD
(225,128,253)
#E38BFD
(227,139,253)
#E596FD
(229,150,253)
#E7A1FD
(231,161,253)
#E9ACFD
(233,172,253)
#EBB7FD
(235,183,253)
#EDC2FD
(237,194,253)
#EFCDFD
(239,205,253)
#F1D8FD
(241,216,253)
#F3E3FD
(243,227,253)
#F5EEFD
(245,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E180FD color. Also use rgb(225,128,253) instead hex code.

Text Font Color

.myTextColor { color: #E180FD; }

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

This text font color is #E180FD.


Background Color

.myBgColor { background-color: #E180FD; }

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

This div background color is #E180FD.


Border color

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

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

This div border color is #E180FD.


Opacity

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

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

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

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

This text has shadow with #E180FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E180FD on black background.


Color preview on white background

This text has color #E180FD on white background.



Black color preview on #E180FD background

This text has black color on #E180FD background.


White color preview on #E180FD background

This text has white color on #E180FD background.