#E480FD

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

Shades of Heliotrope #E480FD

Tints of Heliotrope #E480FD

Color information

#E480FD (or 0xE480FD) is unknown color: approx Heliotrope. HEX triplet: E4, 80 and FD. RGB value is (228,128,253). Sum of RGB (Red+Green+Blue) = 228+128+253=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #E480FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E480FD is #1B7F02. Grayscale: #ABABAB. Windows color (decimal): -1801987 or 16613604. OLE color: 16613604.

HSL color Cylindrical-coordinate representation of color #E480FD: hue angle of 288º 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 #E480FD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228128253-
CMYK0.100.4900.01
HSL288º96.9%74.71%-
HSV(B)288º49.41%99.22%-
XYZ57.4439.0297.43-
YUV172.15173.63167.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 128 (50.39% from 255) = 21.02%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=37.44%
G=21.02%
B=41.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281282530.100.4900.0128896.974.71
HexE480FDA3101120614b
Octal344200375126101440141113
Binary11100100100000001111110110101100010110010000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E480FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E480FD; }

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

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

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

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

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

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

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

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