#E482FE

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

Shades of Heliotrope #E482FE

Tints of Heliotrope #E482FE

Color information

#E482FE (or 0xE482FE) is unknown color: approx Heliotrope. HEX triplet: E4, 82 and FE. RGB value is (228,130,254). Sum of RGB (Red+Green+Blue) = 228+130+254=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #E482FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482FE is #1B7D01. Grayscale: #ADADAD. Windows color (decimal): -1801474 or 16679652. OLE color: 16679652.

HSL color Cylindrical-coordinate representation of color #E482FE: hue angle of 287.42º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E482FE is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228130254-
CMYK0.100.4900.00
HSL287.42º98.41%75.29%-
HSV(B)287.42º48.82%99.61%-
XYZ57.8739.6298.36-
YUV173.44173.47166.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.25%
GREEN value IS 130 (51.17% from 255) = 21.24%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=37.25%
G=21.24%
B=41.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281302540.100.4900.00287.4298.4175.29
HexE482FEA310011f624b
Octal344202376126100437142113
Binary11100100100000101111111010101100010010001111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E482FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E482FE; }

 p { color: rgb(228,130,254); }

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

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

 a { background-color: rgb(228,130,254); }

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

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

 span { border-color: rgb(228,130,254); }

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