#e059ff

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

Shades of Heliotrope #E059FF

Tints of Heliotrope #E059FF

Color information

#E059FF (or 0xE059FF) is unknown color: approx Heliotrope. HEX triplet: E0, 59 and FF. RGB value is (224,89,255). Sum of RGB (Red+Green+Blue) = 224+89+255=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 89 (35.16% from 255 or 15.67% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #E059FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059FF is #1FA600. Grayscale: #939393. Windows color (decimal): -2074113 or 16734688. OLE color: 16734688.

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

Color convert

RGB22489255-
CMYK0.120.6500
HSL288.8º100%67.45%-
HSV(B)288.8º65.1%100%-
XYZ52.3630.2197.68-
YUV148.29188.23182-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 89 (35.16% from 255) = 15.67%
BLUE value IS 255 (100% from 255) = 44.89%
R=39.44%
G=15.67%
B=44.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224892550.120.6500288.810067.45
HexE059FFC41001216443
Octal3401313771410100441144103
Binary11100000101100111111111110010000010010010000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e059ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e059ff; }

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

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

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

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

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

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

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

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