#E068F5

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

Shades of Heliotrope #E068F5

Tints of Heliotrope #E068F5

Color information

#E068F5 (or 0xE068F5) is unknown color: approx Heliotrope. HEX triplet: E0, 68 and F5. RGB value is (224,104,245). Sum of RGB (Red+Green+Blue) = 224+104+245=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #E068F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E068F5 is #1F970A. Grayscale: #9B9B9B. Windows color (decimal): -2070283 or 16083168. OLE color: 16083168.

HSL color Cylindrical-coordinate representation of color #E068F5: hue angle of 291.06º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E068F5 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224104245-
CMYK0.090.5800.04
HSL291.06º87.58%68.43%-
HSV(B)291.06º57.55%96.08%-
XYZ52.1732.3489.88-
YUV155.95178.26176.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 104 (41.02% from 255) = 18.15%
BLUE value IS 245 (96.09% from 255) = 42.76%
R=39.09%
G=18.15%
B=42.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241042450.090.5800.04291.0687.5868.43
HexE068F593A041235844
Octal340150365117204443130104
Binary111000001101000111101011001111010010010010001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E068F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E068F5; }

 p { color: rgb(224,104,245); }

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

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

 a { background-color: rgb(224,104,245); }

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

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

 span { border-color: rgb(224,104,245); }

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