#E970F6

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

Shades of Heliotrope #E970F6

Tints of Heliotrope #E970F6

Color information

#E970F6 (or 0xE970F6) is unknown color: approx Heliotrope. HEX triplet: E9, 70 and F6. RGB value is (233,112,246). Sum of RGB (Red+Green+Blue) = 233+112+246=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #E970F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970F6 is #168F09. Grayscale: #A3A3A3. Windows color (decimal): -1478410 or 16150761. OLE color: 16150761.

HSL color Cylindrical-coordinate representation of color #E970F6: hue angle of 294.18º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E970F6 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB233112246-
CMYK0.050.5400.04
HSL294.18º88.16%70.2%-
HSV(B)294.18º54.47%96.47%-
XYZ56.0335.5791.1-
YUV163.46174.59177.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.42%
GREEN value IS 112 (44.14% from 255) = 18.95%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=39.42%
G=18.95%
B=41.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331122460.050.5400.04294.1888.1670.2
HexE970F6536041265846
Octal35116036656604446130106
Binary11101001111000011110110101110110010010010011010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E970F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E970F6; }

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

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

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

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

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

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

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

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