#E971FA

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

Shades of Heliotrope #E971FA

Tints of Heliotrope #E971FA

Color information

#E971FA (or 0xE971FA) is unknown color: approx Heliotrope. HEX triplet: E9, 71 and FA. RGB value is (233,113,250). Sum of RGB (Red+Green+Blue) = 233+113+250=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 113 (44.53% from 255 or 18.96% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #E971FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E971FA is #168E05. Grayscale: #A4A4A4. Windows color (decimal): -1478150 or 16413161. OLE color: 16413161.

HSL color Cylindrical-coordinate representation of color #E971FA: hue angle of 292.55º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E971FA is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233113250-
CMYK0.070.5500.02
HSL292.55º93.2%71.18%-
HSV(B)292.55º54.8%98.04%-
XYZ56.7636.0494.41-
YUV164.5176.26176.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.09%
GREEN value IS 113 (44.53% from 255) = 18.96%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=39.09%
G=18.96%
B=41.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331132500.070.5500.02292.5593.271.18
HexE971FA737021255d47
Octal35116137276702445135107
Binary1110100111100011111101011111011101010010010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E971FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E971FA; }

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

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

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

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

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

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

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

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