#E482FF

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

Shades of Heliotrope #E482FF

Tints of Heliotrope #E482FF

Color information

#E482FF (or 0xE482FF) is unknown color: approx Heliotrope. HEX triplet: E4, 82 and FF. RGB value is (228,130,255). Sum of RGB (Red+Green+Blue) = 228+130+255=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #E482FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482FF is #1B7D00. Grayscale: #ADADAD. Windows color (decimal): -1801473 or 16745188. OLE color: 16745188.

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

Color convert

RGB228130255-
CMYK0.110.4900
HSL287.04º100%75.49%-
HSV(B)287.04º49.02%100%-
XYZ58.0339.6899.21-
YUV173.55173.97166.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.19%
GREEN value IS 130 (51.17% from 255) = 21.21%
BLUE value IS 255 (100% from 255) = 41.60%
R=37.19%
G=21.21%
B=41.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281302550.110.4900287.0410075.49
HexE482FFB310011f644b
Octal344202377136100437144113
Binary11100100100000101111111110111100010010001111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E482FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E482FF; }

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

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

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

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

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

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

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

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