#E970FF

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

Shades of Heliotrope #E970FF

Tints of Heliotrope #E970FF

Color information

#E970FF (or 0xE970FF) is unknown color: approx Heliotrope. HEX triplet: E9, 70 and FF. RGB value is (233,112,255). Sum of RGB (Red+Green+Blue) = 233+112+255=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 112 (44.14% from 255 or 18.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #E970FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970FF is #168F00. Grayscale: #A4A4A4. Windows color (decimal): -1478401 or 16740585. OLE color: 16740585.

HSL color Cylindrical-coordinate representation of color #E970FF: hue angle of 290.77º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E970FF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233112255-
CMYK0.090.5600
HSL290.77º100%71.96%-
HSV(B)290.77º56.08%100%-
XYZ57.4536.1398.55-
YUV164.48179.09176.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.83%
GREEN value IS 112 (44.14% from 255) = 18.67%
BLUE value IS 255 (100% from 255) = 42.5%
R=38.83%
G=18.67%
B=42.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2331122550.090.5600290.7710071.96
HexE970FF938001236448
Octal351160377117000443144110
Binary1110100111100001111111110011110000010010001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E970FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E970FF; }

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

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

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

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

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

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

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

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