#E066F0

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

Shades of Heliotrope #E066F0

Tints of Heliotrope #E066F0

Color information

#E066F0 (or 0xE066F0) is unknown color: approx Heliotrope. HEX triplet: E0, 66 and F0. RGB value is (224,102,240). Sum of RGB (Red+Green+Blue) = 224+102+240=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #E066F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E066F0 is #1F990F. Grayscale: #999999. Windows color (decimal): -2070800 or 15754976. OLE color: 15754976.

HSL color Cylindrical-coordinate representation of color #E066F0: hue angle of 293.04º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E066F0 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224102240-
CMYK0.070.5800.06
HSL293.04º82.14%67.06%-
HSV(B)293.04º57.5%94.12%-
XYZ51.2231.6485.85-
YUV154.21176.42177.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 102 (40.23% from 255) = 18.02%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=39.58%
G=18.02%
B=42.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241022400.070.5800.06293.0482.1467.06
HexE066F073A061255243
Octal34014636077206445122103
Binary11100000110011011110000111111010011010010010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E066F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E066F0; }

 p { color: rgb(224,102,240); }

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

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

 a { background-color: rgb(224,102,240); }

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

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

 span { border-color: rgb(224,102,240); }

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