#E660F7

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

Shades of Heliotrope #E660F7

Tints of Heliotrope #E660F7

Color information

#E660F7 (or 0xE660F7) is unknown color: approx Heliotrope. HEX triplet: E6, 60 and F7. RGB value is (230,96,247). Sum of RGB (Red+Green+Blue) = 230+96+247=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #E660F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E660F7 is #199F08. Grayscale: #989898. Windows color (decimal): -1679113 or 16212198. OLE color: 16212198.

HSL color Cylindrical-coordinate representation of color #E660F7: hue angle of 293.25º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E660F7 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23096247-
CMYK0.070.6100.03
HSL293.25º90.42%67.25%-
HSV(B)293.25º61.13%96.86%-
XYZ53.631.991.33-
YUV153.28180.89182.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 96 (37.89% from 255) = 16.75%
BLUE value IS 247 (96.88% from 255) = 43.11%
R=40.14%
G=16.75%
B=43.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal230962470.070.6100.03293.2590.4267.25
HexE660F773D031255a43
Octal34614036777503445132103
Binary1110011011000001111011111111110101110010010110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E660F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E660F7; }

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

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

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

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

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

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

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

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