#E970FA

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

Shades of Heliotrope #E970FA

Tints of Heliotrope #E970FA

Color information

#E970FA (or 0xE970FA) is unknown color: approx Heliotrope. HEX triplet: E9, 70 and FA. RGB value is (233,112,250). Sum of RGB (Red+Green+Blue) = 233+112+250=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #E970FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970FA is #168F05. Grayscale: #A3A3A3. Windows color (decimal): -1478406 or 16412905. OLE color: 16412905.

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

Color convert

RGB233112250-
CMYK0.070.5500.02
HSL292.61º93.24%70.98%-
HSV(B)292.61º55.2%98.04%-
XYZ56.6535.8194.37-
YUV163.91176.59177.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 112 (44.14% from 255) = 18.82%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=39.16%
G=18.82%
B=42.02%

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
Decimal2331122500.070.5500.02292.6193.2470.98
HexE970FA737021255d47
Octal35116037276702445135107
Binary1110100111100001111101011111011101010010010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E970FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E970FA; }

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

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

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

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

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

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

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

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