#E068F4

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

Shades of Heliotrope #E068F4

Tints of Heliotrope #E068F4

Color information

#E068F4 (or 0xE068F4) is unknown color: approx Heliotrope. HEX triplet: E0, 68 and F4. RGB value is (224,104,244). Sum of RGB (Red+Green+Blue) = 224+104+244=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 104 (41.02% from 255 or 18.18% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #E068F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E068F4 is #1F970B. Grayscale: #9B9B9B. Windows color (decimal): -2070284 or 16017632. OLE color: 16017632.

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

Color convert

RGB224104244-
CMYK0.080.5700.04
HSL291.43º86.42%68.24%-
HSV(B)291.43º57.38%95.69%-
XYZ52.0232.2889.08-
YUV155.84177.76176.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 104 (41.02% from 255) = 18.18%
BLUE value IS 244 (95.70% from 255) = 42.66%
R=39.16%
G=18.18%
B=42.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241042440.080.5700.04291.4386.4268.24
HexE068F4839041235644
Octal340150364107104443126104
Binary111000001101000111101001000111001010010010001110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E068F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E068F4; }

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

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

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

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

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

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

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

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