#E068F9

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

Shades of Heliotrope #E068F9

Tints of Heliotrope #E068F9

Color information

#E068F9 (or 0xE068F9) is unknown color: approx Heliotrope. HEX triplet: E0, 68 and F9. RGB value is (224,104,249). Sum of RGB (Red+Green+Blue) = 224+104+249=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #E068F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E068F9 is #1F9706. Grayscale: #9B9B9B. Windows color (decimal): -2070279 or 16345312. OLE color: 16345312.

HSL color Cylindrical-coordinate representation of color #E068F9: hue angle of 289.66º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E068F9 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224104249-
CMYK0.100.5800.02
HSL289.66º92.36%69.22%-
HSV(B)289.66º58.23%97.65%-
XYZ52.7932.5993.13-
YUV156.41180.26176.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 104 (41.02% from 255) = 18.02%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=38.82%
G=18.02%
B=43.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241042490.100.5800.02289.6692.3669.22
HexE068F9A3A021225c45
Octal340150371127202442134105
Binary11100000110100011111001101011101001010010001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E068F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E068F9; }

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

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

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

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

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

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

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

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