#E768F5

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

Shades of Heliotrope #E768F5

Tints of Heliotrope #E768F5

Color information

#E768F5 (or 0xE768F5) is unknown color: approx Heliotrope. HEX triplet: E7, 68 and F5. RGB value is (231,104,245). Sum of RGB (Red+Green+Blue) = 231+104+245=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #E768F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768F5 is #18970A. Grayscale: #9D9D9D. Windows color (decimal): -1611531 or 16083175. OLE color: 16083175.

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

Color convert

RGB231104245-
CMYK0.060.5800.04
HSL294.04º87.58%68.43%-
HSV(B)294.04º57.55%96.08%-
XYZ54.3933.4889.98-
YUV158.05177.08180.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 104 (41.02% from 255) = 17.93%
BLUE value IS 245 (96.09% from 255) = 42.24%
R=39.83%
G=17.93%
B=42.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2311042450.060.5800.04294.0487.5868.43
HexE768F563A041265844
Octal34715036567204446130104
Binary11100111110100011110101110111010010010010011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E768F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E768F5; }

 p { color: rgb(231,104,245); }

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

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

 a { background-color: rgb(231,104,245); }

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

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

 span { border-color: rgb(231,104,245); }

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