#E660F5

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

Shades of Heliotrope #E660F5

Tints of Heliotrope #E660F5

Color information

#E660F5 (or 0xE660F5) is unknown color: approx Heliotrope. HEX triplet: E6, 60 and F5. RGB value is (230,96,245). Sum of RGB (Red+Green+Blue) = 230+96+245=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 96 (37.89% from 255 or 16.81% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #E660F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E660F5 is #199F0A. Grayscale: #989898. Windows color (decimal): -1679115 or 16081126. OLE color: 16081126.

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

Color convert

RGB23096245-
CMYK0.060.6100.04
HSL293.96º88.17%66.86%-
HSV(B)293.96º60.82%96.08%-
XYZ53.331.7889.71-
YUV153.05179.89182.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 96 (37.89% from 255) = 16.81%
BLUE value IS 245 (96.09% from 255) = 42.91%
R=40.28%
G=16.81%
B=42.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal230962450.060.6100.04293.9688.1766.86
HexE660F563D041265843
Octal34614036567504446130103
Binary11100110110000011110101110111101010010010011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E660F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E660F5; }

 p { color: rgb(230,96,245); }

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

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

 a { background-color: rgb(230,96,245); }

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

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

 span { border-color: rgb(230,96,245); }

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