#E961FA

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

Shades of Heliotrope #E961FA

Tints of Heliotrope #E961FA

Color information

#E961FA (or 0xE961FA) is unknown color: approx Heliotrope. HEX triplet: E9, 61 and FA. RGB value is (233,97,250). Sum of RGB (Red+Green+Blue) = 233+97+250=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #E961FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961FA is #169E05. Grayscale: #9A9A9A. Windows color (decimal): -1482246 or 16409065. OLE color: 16409065.

HSL color Cylindrical-coordinate representation of color #E961FA: hue angle of 293.33º 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 #E961FA is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23397250-
CMYK0.070.6100.02
HSL293.33º93.87%68.04%-
HSV(B)293.33º61.2%98.04%-
XYZ55.1332.7893.86-
YUV155.11181.56183.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.17%
GREEN value IS 97 (38.28% from 255) = 16.72%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=40.17%
G=16.72%
B=43.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal233972500.070.6100.02293.3393.8768.04
HexE961FA73D021255e44
Octal35114137277502445136104
Binary1110100111000011111101011111110101010010010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E961FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E961FA; }

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

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

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

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

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

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

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

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