#E480F8

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

Shades of Heliotrope #E480F8

Tints of Heliotrope #E480F8

Color information

#E480F8 (or 0xE480F8) is unknown color: approx Heliotrope. HEX triplet: E4, 80 and F8. RGB value is (228,128,248). Sum of RGB (Red+Green+Blue) = 228+128+248=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #E480F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E480F8 is #1B7F07. Grayscale: #ABABAB. Windows color (decimal): -1801992 or 16285924. OLE color: 16285924.

HSL color Cylindrical-coordinate representation of color #E480F8: hue angle of 290º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E480F8 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB228128248-
CMYK0.080.4800.03
HSL290º89.55%73.73%-
HSV(B)290º48.39%97.25%-
XYZ56.6638.7193.29-
YUV171.58171.13168.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 128 (50.39% from 255) = 21.19%
BLUE value IS 248 (97.27% from 255) = 41.06%
R=37.75%
G=21.19%
B=41.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2281282480.080.4800.0329089.5573.73
HexE480F8830031225a4a
Octal344200370106003442132112
Binary111001001000000011111000100011000001110010001010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E480F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E480F8; }

 p { color: rgb(228,128,248); }

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

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

 a { background-color: rgb(228,128,248); }

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

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

 span { border-color: rgb(228,128,248); }

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