#E661FA

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

Shades of Heliotrope #E661FA

Tints of Heliotrope #E661FA

Color information

#E661FA (or 0xE661FA) is unknown color: approx Heliotrope. HEX triplet: E6, 61 and FA. RGB value is (230,97,250). Sum of RGB (Red+Green+Blue) = 230+97+250=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 97 (38.28% from 255 or 16.81% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #E661FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E661FA is #199E05. Grayscale: #999999. Windows color (decimal): -1678854 or 16409062. OLE color: 16409062.

HSL color Cylindrical-coordinate representation of color #E661FA: hue angle of 292.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E661FA is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23097250-
CMYK0.080.6100.02
HSL292.16º93.87%68.04%-
HSV(B)292.16º61.2%98.04%-
XYZ54.1632.2793.82-
YUV154.21182.06182.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.86%
GREEN value IS 97 (38.28% from 255) = 16.81%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=39.86%
G=16.81%
B=43.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal230972500.080.6100.02292.1693.8768.04
HexE661FA83D021245e44
Octal346141372107502444136104
Binary11100110110000111111010100011110101010010010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E661FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E661FA; }

 p { color: rgb(230,97,250); }

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

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

 a { background-color: rgb(230,97,250); }

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

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

 span { border-color: rgb(230,97,250); }

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