#E482F9

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

Shades of Heliotrope #E482F9

Tints of Heliotrope #E482F9

Color information

#E482F9 (or 0xE482F9) is unknown color: approx Heliotrope. HEX triplet: E4, 82 and F9. RGB value is (228,130,249). Sum of RGB (Red+Green+Blue) = 228+130+249=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #E482F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482F9 is #1B7D06. Grayscale: #ACACAC. Windows color (decimal): -1801479 or 16351972. OLE color: 16351972.

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

Color convert

RGB228130249-
CMYK0.080.4800.02
HSL289.41º90.84%74.31%-
HSV(B)289.41º47.79%97.65%-
XYZ57.0839.394.2-
YUV172.87170.97167.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.56%
GREEN value IS 130 (51.17% from 255) = 21.42%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=37.56%
G=21.42%
B=41.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281302490.080.4800.02289.4190.8474.31
HexE482F9830021215b4a
Octal344202371106002441133112
Binary111001001000001011111001100011000001010010000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E482F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E482F9; }

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

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

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

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

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

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

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

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