#E482FD

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

Shades of Heliotrope #E482FD

Tints of Heliotrope #E482FD

Color information

#E482FD (or 0xE482FD) is unknown color: approx Heliotrope. HEX triplet: E4, 82 and FD. RGB value is (228,130,253). Sum of RGB (Red+Green+Blue) = 228+130+253=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #E482FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482FD is #1B7D02. Grayscale: #ACACAC. Windows color (decimal): -1801475 or 16614116. OLE color: 16614116.

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

Color convert

RGB228130253-
CMYK0.100.4900.01
HSL287.8º96.85%75.1%-
HSV(B)287.8º48.62%99.22%-
XYZ57.7139.5597.52-
YUV173.32172.97167-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.32%
GREEN value IS 130 (51.17% from 255) = 21.28%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=37.32%
G=21.28%
B=41.41%

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
Decimal2281302530.100.4900.01287.896.8575.1
HexE482FDA3101120614b
Octal344202375126101440141113
Binary11100100100000101111110110101100010110010000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E482FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E482FD; }

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

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

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

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

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

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

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

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