COLOR #E178FD

HEX: #E178FD RGB: (225,120,253)

Color info

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

RGB color model

#E178FD color RGB value is (225,120,253).

RGB: (225,120,253) (88%, 47%, 99%)

RGB channels and saturation

R 225 of 255 = 88%
G 120 of 255 = 47%
B 253 of 255 = 99%

225
120
253

R + G + B ~ 78%. #E178FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 120 + 253 = 598 (100%)
R 225 of 598 ~ 37.63%
G 120 of 598 ~ 20.07%
B 253 of 598 ~ 42.31'%

%37.63
%20.07
%42.31

CMYK color model

#E178FD color CMYK value is (11,53,0,1).

  • cyan value is 11.07%
  • magenta value is 52.57%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (11,53,0,1)
C11M53Y0K1 (11%, 53%, 0%, 1%)
(0.11 / 0.53 / 0.00 / 0.01)

CMYK percentages

%11.07
%52.57
%0
%0.78

Codes

Color #E178FD in popluar color models

E1 78 FD
RGB 225 120 253
HSL 287° 97.08% 73.14%
HSB/HSV 287° 52.57% 99.22%
CMYK 11.07% 52.57% 0.00%
0.78%

Color #E178FD in popluar number systems.

HEX E1 78 FD
Decimal 225 120 253
Binary 11100001 1111000 11111101
Octal 341 170 375

Shades and tints

Shades of #E178FD

#E178FD
(225,120,253)
#CD6EE6
(205,110,230)
#B964CF
(185,100,207)
#A55AB8
(165,90,184)
#9150A1
(145,80,161)
#7D468A
(125,70,138)
#693C73
(105,60,115)
#55325C
(85,50,92)
#412845
(65,40,69)
#2D1E2E
(45,30,46)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #E178FD

#E178FD
(225,120,253)
#E384FD
(227,132,253)
#E590FD
(229,144,253)
#E79CFD
(231,156,253)
#E9A8FD
(233,168,253)
#EBB4FD
(235,180,253)
#EDC0FD
(237,192,253)
#EFCCFD
(239,204,253)
#F1D8FD
(241,216,253)
#F3E4FD
(243,228,253)
#F5F0FD
(245,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E178FD; }

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

This text font color is #E178FD.

Background Color

.myBgColor { background-color: #E178FD; }

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

This div background color is #E178FD.

Border color

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

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

This div border color is #E178FD.

Opacity

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

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

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

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

This text has shadow with #E178FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E178FD.

Preview

Color preview on black background

This text has color #E178FD on black background.


Color preview on white background

This text has color #E178FD on white background.


Black color preview on #E178FD background

This text has black color on #E178FD background.


White color preview on #E178FD background

This text has white color on #E178FD background.


Related colors

Complementary color

Complementary color for #hex is #1E8702.


I love getcolorcode.com

Triadic colors

1 #FDE178 and #78FDE1 with #E178FD are triadic colors.

2 #FD78E1 and #78E1FD with #E178FD are triadic colors.