#E059F2

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

Shades of Heliotrope #E059F2

Tints of Heliotrope #E059F2

Color information

#E059F2 (or 0xE059F2) is unknown color: approx Heliotrope. HEX triplet: E0, 59 and F2. RGB value is (224,89,242). Sum of RGB (Red+Green+Blue) = 224+89+242=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #E059F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059F2 is #1FA60D. Grayscale: #929292. Windows color (decimal): -2074126 or 15882720. OLE color: 15882720.

HSL color Cylindrical-coordinate representation of color #E059F2: hue angle of 292.94º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E059F2 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22489242-
CMYK0.070.6300.05
HSL292.94º85.47%64.9%-
HSV(B)292.94º63.22%94.9%-
XYZ50.3429.487.03-
YUV146.81181.73183.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 89 (35.16% from 255) = 16.04%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=40.36%
G=16.04%
B=43.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224892420.070.6300.05292.9485.4764.9
HexE059F273F051255541
Octal34013136277705445125101
Binary11100000101100111110010111111111010110010010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E059F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E059F2; }

 p { color: rgb(224,89,242); }

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

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

 a { background-color: rgb(224,89,242); }

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

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

 span { border-color: rgb(224,89,242); }

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