#E084FD

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

Shades of Heliotrope #E084FD

Tints of Heliotrope #E084FD

Color information

#E084FD (or 0xE084FD) is unknown color: approx Heliotrope. HEX triplet: E0, 84 and FD. RGB value is (224,132,253). Sum of RGB (Red+Green+Blue) = 224+132+253=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 132 (51.95% from 255 or 21.67% 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 #E084FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084FD is #1F7B02. Grayscale: #ACACAC. Windows color (decimal): -2063107 or 16614624. OLE color: 16614624.

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

Color convert

RGB224132253-
CMYK0.110.4800.01
HSL285.62º96.8%75.49%-
HSV(B)285.62º47.83%99.22%-
XYZ56.7239.4497.55-
YUV173.3172.98164.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 132 (51.95% from 255) = 21.67%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=36.78%
G=21.67%
B=41.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241322530.110.4800.01285.6296.875.49
HexE084FDB300111e614b
Octal340204375136001436141113
Binary11100000100001001111110110111100000110001111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084FD; }

 p { color: rgb(224,132,253); }

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

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

 a { background-color: rgb(224,132,253); }

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

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

 span { border-color: rgb(224,132,253); }

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