#E066EF

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

Shades of Heliotrope #E066EF

Tints of Heliotrope #E066EF

Color information

#E066EF (or 0xE066EF) is unknown color: approx Heliotrope. HEX triplet: E0, 66 and EF. RGB value is (224,102,239). Sum of RGB (Red+Green+Blue) = 224+102+239=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #E066EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E066EF is #1F9910. Grayscale: #999999. Windows color (decimal): -2070801 or 15689440. OLE color: 15689440.

HSL color Cylindrical-coordinate representation of color #E066EF: hue angle of 293.43º degrees, saturation: 0.81, 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 #E066EF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224102239-
CMYK0.060.5700.06
HSL293.43º81.07%66.86%-
HSV(B)293.43º57.32%93.73%-
XYZ51.0731.5885.07-
YUV154.1175.92177.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 102 (40.23% from 255) = 18.05%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=39.65%
G=18.05%
B=42.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241022390.060.5700.06293.4381.0766.86
HexE066EF639061255143
Octal34014635767106445121103
Binary11100000110011011101111110111001011010010010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E066EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E066EF; }

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

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

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

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

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

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

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

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