#E764EF

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

Shades of Heliotrope #E764EF

Tints of Heliotrope #E764EF

Color information

#E764EF (or 0xE764EF) is unknown color: approx Heliotrope. HEX triplet: E7, 64 and EF. RGB value is (231,100,239). Sum of RGB (Red+Green+Blue) = 231+100+239=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #E764EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764EF is #189B10. Grayscale: #9A9A9A. Windows color (decimal): -1612561 or 15688935. OLE color: 15688935.

HSL color Cylindrical-coordinate representation of color #E764EF: hue angle of 296.55º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E764EF is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231100239-
CMYK0.030.5800.06
HSL296.55º81.29%66.47%-
HSV(B)296.55º58.16%93.73%-
XYZ53.0932.3485.1-
YUV155.02175.4182.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 100 (39.45% from 255) = 17.54%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=40.53%
G=17.54%
B=41.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2311002390.030.5800.06296.5581.2966.47
HexE764EF33A061295142
Octal34714435737206451121102
Binary1110011111001001110111111111010011010010100110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E764EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E764EF; }

 p { color: rgb(231,100,239); }

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

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

 a { background-color: rgb(231,100,239); }

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

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

 span { border-color: rgb(231,100,239); }

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