#E880FD

Color #E880FD Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E880FD

Tints of Heliotrope #E880FD

Color information

#E880FD (or 0xE880FD) is unknown color: approx Heliotrope. HEX triplet: E8, 80 and FD. RGB value is (232,128,253). Sum of RGB (Red+Green+Blue) = 232+128+253=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #E880FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880FD is #177F02. Grayscale: #ACACAC. Windows color (decimal): -1539843 or 16613608. OLE color: 16613608.

HSL color Cylindrical-coordinate representation of color #E880FD: hue angle of 289.92º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E880FD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232128253-
CMYK0.080.4900.01
HSL289.92º96.9%74.71%-
HSV(B)289.92º49.41%99.22%-
XYZ58.7339.6997.49-
YUV173.35172.96169.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 37.85%
GREEN value IS 128 (50.39% from 255) = 20.88%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=37.85%
G=20.88%
B=41.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321282530.080.4900.01289.9296.974.71
HexE880FD83101122614b
Octal350200375106101442141113
Binary11101000100000001111110110001100010110010001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E880FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E880FD; }

 p { color: rgb(232,128,253); }

 H1.HeaderClassName
 {
   color: #E880FD;
 }
 .AnyTagClassName
 {
   color: #E880FD;
 }
</style>
background-color css

<style>
 a { background-color: #E880FD; }

 a { background-color: rgb(232,128,253); }

 div.DivClassName
 {
   background-color: #E880FD;
 }
 .BgClassName
 {
   background-color: #E880FD;
 }
</style>
border-color css

<style>
 span { border-color: #E880FD; }

 span { border-color: rgb(232,128,253); }

 td.TdClassName
 {
   border-color: #E880FD;
 }
 .TagClassName
 {
   border-color: #E880FD;
 }
</style>